Date: Wed, 07 Apr 1999 18:35:34 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: Chuck Robey <chuckr@mat.net> Cc: current@FreeBSD.ORG, asmodai@wxs.nl Subject: Re: /sys/boot, egcs vs. gcc, -Os Message-ID: <XFMail.990407183534.jdp@polstra.com> In-Reply-To: <Pine.BSF.4.10.9904072113500.378-100000@picnic.mat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Chuck Robey wrote: > configure:4096: /bin/sh ./libtool --silent --mode=link c++ -o conftest -Os -pipe > -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I/usr/l > ocal/include/giflib -s -L/usr/local/lib -L/usr/X11R6/lib conftest.C -lkdecore > -lqt -lXext -lX11 -rpath /usr/local/lib -rpath /usr/X11R6/lib 1>&5 > /usr/libexec/elf/ld: warning: libstdc++.so.2, needed by > /usr/local/lib/libkdecore.so, may conflict with libstdc++.so.3 Bzzt. You've got something old that's still using libstdc++.so.2. You can't combine that with something that uses libstdc++.so.3. I.e., you can't use both versions at the same time. I'd suggest rebuilding the port and everything that it depends upon. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong 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?XFMail.990407183534.jdp>