No bootstrap on Solaris 2.7

Craig Rodrigues rodrigc@mediaone.net
Wed Jan 2 09:53:00 GMT 2002


On Wed, Jan 02, 2002 at 03:58:12PM +0100, Martin Kahlert wrote:
> Hi!
> I tried bootstrapping gcc-20011231 on a Solaris 2.7 host
> (SunOS mirandy 5.7 Generic_106541-17 sun4u sparc SUNW,Ultra-5_10)
> using binutils-2.11.2 and the commands:
> 
> ../configure --prefix=${prefix} --enable-languages=c++,f77,java --enable-threads=posix
> gmake bootstrap
> 
> I get:
> /var/tmp//cciEnwwd.o: In function `main':
> /home/kahlert/conftest.c:1: relocation truncated to fit: R_SPARC_32 .text



(1)  Do you have all the recommended Solaris patches mentioned in the
     gcc release notes:
http://gcc.gnu.org/install/specific.html#*-*-solaris2*

(2)  Did you try bootstrapping, while using the configure flags:
     --with-gnu-ld --with-ld=[path] 
     --with-gnu-as --with-as=[path] 

See the install notes:
http://gcc.gnu.org/install/configure.html
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Gcc-bugs mailing list