This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: I have problem with linking ... gcc-3.2.2
- From: Dara Hazeghi <dhazeghi at yahoo dot com>
- To: gcc-bugs at gcc dot gnu dot org, krasnalek at tlen dot pl
- Date: Thu, 8 May 2003 09:25:08 -0700
- Subject: Re: I have problem with linking ... gcc-3.2.2
Hello,
could you be more specific in your report? What command is failing, and
where? If you are created shared binaries (as opposed to static ones),
I believe you need to add /usr/local/lib to LD_LIBRARY_PATH (for C++,
/usr/local/lib needs to be the first thing in LD_LIBRARY_PATH,
otherwise ld will pick up the wrong libstdc++ and fail to link).
Dara