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

[Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Solaris 8


------- Additional Comments From paulg at cdcna dot com  2004-01-20 13:18 -------
Subject: Re:  Unable to compile 3.3.2 with threads on Solaris 8

That, in turn, fails with:

./xgcc -B./ -B/pkg/gnu/gcc/5.8/3.3.2/sparc-sun-solaris2.8/bin/ -isystem
/pkg/gnu/gcc/5.8/3.3.2/sparc-sun-solaris2.8/include -isystem
/pkg/gnu/gcc/5.8/3.3.2/sparc-sun-solaris2.8/sys-include -O2  -DIN_GCC    -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
 -I. -I. -I../../3.3.2/gcc -I../../3.3.2/gcc/. -I../../3.3.2/gcc/config
-I../../3.3.2/gcc/../include -fexceptions -c ../../3.3.2/gcc/unwind-dw2.c -o
libgcc/./unwind-dw2.o
In file included from ../../3.3.2/gcc/gthr.h:98,
                 from ../../3.3.2/gcc/unwind-dw2.c:28:
gthr-default.h:1:27: gthr-pthreads.h: No such file or directory
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[3]: Leaving directory `/src/pkg/gnu/gcc/5.8/objdir/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/src/pkg/gnu/gcc/5.8/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/src/pkg/gnu/gcc/5.8/objdir/gcc'
make: *** [bootstrap] Error 2


paulg

On Jan 16, 10:53pm, pinskia at gcc dot gnu dot org wrote:
> Subject: [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Sol
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-16
22:53 -------
> Use ---enable-threads=pthreads instead of --enable-threads=solaris.
>
> --
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13715
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>-- End of excerpt from pinskia at gcc dot gnu dot org




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13715


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