This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15163] Bootstrap problems on Solaris 9
- From: "fcusack at fcusack dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2004 21:47:21 -0000
- Subject: [Bug bootstrap/15163] Bootstrap problems on Solaris 9
- References: <20040427085225.15163.lhecking+gccbug@nmrc.ucc.ie>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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