Date: Tue, 19 Jan 1999 14:12:43 +0100 From: Martin Cracauer <cracauer@cons.org> To: root@isis.dynip.com, freebsd-current@FreeBSD.ORG Subject: Re: C++ compliler unable to produce excutables Message-ID: <19990119141243.A753@cons.org> In-Reply-To: <Pine.BSF.4.05.9901191201190.22232-100000@access1_1.kuniv.edu.kw>; from Joss Roots on Tue, Jan 19, 1999 at 12:04:13PM %2B0300 References: <Pine.BSF.4.05.9901191201190.22232-100000@access1_1.kuniv.edu.kw>
next in thread | previous in thread | raw e-mail | index | archive | help
In <Pine.BSF.4.05.9901191201190.22232-100000@access1_1.kuniv.edu.kw>, Joss Roots wrote: > Hi there, > Some ports are complaining during early configuration > phase using configure that c++ compiler is unable to > produce excutables, and the options are -O -pipe > is there anything I am missing here, as this is the > first time I hear this complain, please help. > thanks Do you have egcs or gcc-2.8 or anything else installaed that installs /usr/local/bin/g++? Such extra compilers from ports tend to break. Make sure you use /usr/bin/g++. If it still fails, please post the log of error messages and the usual stuff `uname -a` and such. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer <cracauer@cons.org> http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ 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?19990119141243.A753>