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]

[Bug bootstrap/40572] gcc insistance on using LD_LIBRARY_PATH and ignoring LD_FLAGS



------- Comment #18 from david dot kirkby at onetel dot net  2009-06-28 19:30 -------
I have solved this. The key was setting LD_OPTIONS

LD_OPTIONS='-L/usr/local/lib -R/usr/local/lib'

I suspect that is a Solaris Environment variable, which is useful to the Sun
linker I was using, but not to the GNU linker. \\


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40572


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