This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: minor problems building gcc-3.3 on Solaris 9
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Chuck Cox <Chuck dot Cox at Sun dot COM>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jun 2003 13:06:42 -0400
- Subject: Re: minor problems building gcc-3.3 on Solaris 9
On Friday, Jun 20, 2003, at 12:39 US/Eastern, Chuck Cox wrote:
I have successfully compiled gcc-3.3 on Solaris 9
(sparcv9-sun-solaris2.9), but I wanted to report a couple of minor
problems that I ran into:
File a bug report for this one:
- 'make bootstrap' built the compiler just fine but was failing in
libstdc++-v3. I had to add an '#include <unistd.h>' in basic_file.cc
to get the prototype for ioctl(). After that, the boot strap finished
up just fine.
This one is the same as http://gcc.gnu.org/PR11257:
- 'make bootstrap' did not build libintl for some reason. 'make
check' fails in
libstdc++-v3, g++, and objc because gcc can't find libintl.so.2. I
tried to force it to find a pre-existing copy, but couldn't get it to
work.
File a bug report for this one:
- 'make install' breaks for libobjc and sparcv7/libobjc. The libtool
in that directory seems to be confused by having /bin/ksh in front of
the install-sh command. I think the /bin/ksh is there due to setting
CONFIG_SHELL to /bin/ksh as recommended in the Solaris hints file. I
replaced $(INSTALL) in the Makefiles with '<path>/install-sh -c' and
then it worked.
Thanks,
Andrew Pinski