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/15163] Bootstrap problems on Solaris 9


------- Additional Comments From fcusack at fcusack dot com  2004-05-27 21:47 -------
(In reply to comment #0)
> $ ../configure --disable-nls
...
> A second issue is that xgcc gets linked to GNU libiconv, if found, even if
> --disable-nls is specified explicitly.

Works for me.  I didn't actually get so far as to see if gcc is or is not
linked to libiconv/libintl, but with libiconv available, USE_NLS = yes in
objdir/gcc/Makefile, unless I supply --disable-nls in which case USE_NLS = no.

Maybe it's because your objdir is a subdir of srcdir (per quoted example).
This is explicitly not supported, for some time now.

-- 


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


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