This is the mail archive of the gcc@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]

Re: Bootstrap failure on Sparc Solaris2.8


I have now tried to bootstrap with the snapshot dated 20030526, with the same result: eh_alloc.cc fails at line 81, with or without LIBCXXFLAGS set.
  I probably shouldn't have, but I did, go in and change the files listed below, commenting out initializations of the __gthread_mutex_t type.  This allowed the bootstrap to finish.

In directory libstdc++-v3/include/libsupc++: eh_alloc.cc
In directory libstdc++-v3/include/bits: stl_alloc.h, stl_threads.h

Thanks again.

--Josh

-------Original Message-------
From: Eric Botcazou <ebotcazou@libertysurf.fr>
Sent: 05/23/03 12:05 PM
To: Josh <sundog@mindspring.com>
Subject: Re: Bootstrap failure on Sparc Solaris2.8

> 
> > I've configured with the following options in a separate objects
directory
> (gcc-objs), using gcc-3.2.3 as the starting compiler:
../gcc-3.3/configure
> --prefix=/compiler/gcc-3.3 \
> --with-ld=/compiler/gcc-3.2.3/bin/ld
> --with-gnu-ld \
> --with-as=compiler/gcc-3.2.3/bin/as \
> --with-gnu-as \
> --disable-nls \
> --enable-threads=posix
>
> Then:
> make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
> -fno-implicit-templates' boostrap-lean

Did you set CONFIG_SHELL before configuring? Do you use GNU make?

-- 
Eric Botcazou
> 


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