This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]