Jan Mikkelsen wrote:
>
> You probably have the system default libstdc++.so.3 in your library search
> path before the GCC 3 libstdc++.so.3. Try setting LD_LIBRARY_PATH to the
> GCC 3 lib directory.
NOTE:
If you are using the FreeBSD .mk files to build this, and you
are setting DESTDIR, you can set your library and include path
until the cows come home, and it won't help: you will still get
the system default C++ includes and libraries, no matter what
(the .mk files are broken for use with a compiler other than
the system default).
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message