This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12482] gcc 3.4 20030920 fails to build cc1 during second stage
- From: "p dot van-hoof at qub dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 23:07:25 -0000
- Subject: [Bug bootstrap/12482] gcc 3.4 20030920 fails to build cc1 during second stage
- References: <20031001175921.12482.p.van-hoof@qub.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12482
------- Additional Comments From p dot van-hoof at qub dot ac dot uk 2003-10-01 23:07 -------
Subject: Re: gcc 3.4 20030920 fails to build cc1 during
second stage
> Where do the libintl.h files sit on your system (one in /usr/local/include and one in /usr/include?)
> and where do libintl.{a,so} sit (one in /usr/lib)?
I have both /usr/local/include/libintl.h and /usr/include/libintl.h, as well as
corresponding libraries in /usr/local/lib and /usr/lib. The /usr/local/lib one
is the GNU version, while the other is the system default. They are incompatible.
I will try rearranging my LD_LIBRARY_PATH and see if that helps. Hopefully that
won't break anything else... It's a nightmare keeping your libraries straight
under Solaris...
Thanks for the help!