From owner-freebsd-current Fri Aug 2 19:14:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2785D37B400 for ; Fri, 2 Aug 2002 19:14:16 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7315643E6E for ; Fri, 2 Aug 2002 19:14:15 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Fri, 02 Aug 2002 19:14:15 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Fri, 2 Aug 2002 19:14:15 -0700 Message-ID: <1028340855.3d4b3c7739cfc@Mail.EnContacto.Net> Date: Fri, 2 Aug 2002 19:14:15 -0700 From: Edwin Culp To: Manfred Antar Cc: current@FreeBSD.Org Subject: Re: mysql-3.23.51 with Current for the last few weeks. References: <5.1.1.6.2.20020802100918.00a8f9a0@pozo.com> <5.1.1.6.2.20020802100918.00a8f9a0@pozo.com> <5.1.1.6.2.20020802172742.00a8b1a0@pozo.com> In-Reply-To: <5.1.1.6.2.20020802172742.00a8b1a0@pozo.com> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: 64.173.182.155 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Manfred Antar : Manfred, ! ! IT WORKS ! ! for the first time is several weeks:-) ! THANKS ! I followed your steps and added a couple of my own below just in case someone else is having problems. | | Ed | I think i did this | Build and install the gcc32 port | cd /usr/local/bin | ln -s gcc32 gcc | ln -s gcc32 cc | ln -c g++32 g++ | ln -s g++32 c++ | And make sure /usr/local/bin is ahead of /usr/bin in your PATH | set PATH=/usr/local/bin:$PATH | export PATH # My additional steps. cd /usr/bin mv cc cc.org # This solves the tracked aliase problem - don't # forget to move it back. cd /usr/ports/databases/mysql323-server make BUILD_STATIC=yes install | I did this about a month ago and forgot about the linkking | As gcc32 is installed but not gcc so you need to do all the links. | Then just go to the /usr/ports/databases/mysql323-server or client and do a | make it should pick up /usr/local/bin/gcc or g++ as the compiler to use. | Manfred | ------------------------------------------------------------- http://worldinternet.org - Mergence of Business and Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message