Date: Fri, 2 Aug 2002 19:14:15 -0700 From: Edwin Culp <eculp@encontacto.net> To: Manfred Antar <null@pozo.com> Cc: current@FreeBSD.Org Subject: Re: mysql-3.23.51 with Current for the last few weeks. Message-ID: <1028340855.3d4b3c7739cfc@Mail.EnContacto.Net> In-Reply-To: <5.1.1.6.2.20020802172742.00a8b1a0@pozo.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Manfred Antar <null@pozo.com>: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1028340855.3d4b3c7739cfc>