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/13307] GCC will not build, stops in stage2 during libiconv call


------- Additional Comments From tg at swox dot com  2004-03-20 22:37 -------
(In reply to comment #1)
> Not a GCC problem, your headers for iconv do not match the library that ld is
finding (change you 
> LD_LIBRARY_PATH so that they match).
>           libiconv_open
>           libiconv
>           libiconv_close

This is not a correct suggestion.  LD_LIBRARY_PATH is not honored by ld on OSF1.
The library path is compiled into ld, and can be changed only with -L options.

-- 


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


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