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                                               j...@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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to