public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8
@ 2004-01-16 21:55 paulg at cdcna dot com
  2004-01-16 22:53 ` [Bug bootstrap/13715] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paulg at cdcna dot com @ 2004-01-16 21:55 UTC (permalink / raw)
  To: gcc-bugs

Config option: configure --prefix=/pkg/gnu/gcc/5.8/3.3.2 --enable-threads=solaris
---------------------------------------
Failure:
checking for thread model used by GCC... solaris
configure: error: thread package solaris not yet supported
make[1]: *** [configure-target-boehm-gc] Error 1
make[1]: Leaving directory `/src/pkg/gnu/gcc/5.8/objdir'
make: *** [bootstrap] Error 2

Does that mean what it says?  3.2 supported thread.

Thanks

-- 
           Summary: Unable to compile 3.3.2 with threads on Solaris 8
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: paulg at cdcna dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.2
GCC target triplet: 3.3.2


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Solaris 8
  2004-01-16 21:55 [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8 paulg at cdcna dot com
@ 2004-01-16 22:53 ` pinskia at gcc dot gnu dot org
  2004-01-20 13:18 ` paulg at cdcna dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-16 22:53 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Solaris 8
  2004-01-16 21:55 [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8 paulg at cdcna dot com
  2004-01-16 22:53 ` [Bug bootstrap/13715] " pinskia at gcc dot gnu dot org
@ 2004-01-20 13:18 ` paulg at cdcna dot com
  2004-01-20 13:47 ` ebotcazou at gcc dot gnu dot org
  2004-01-21 18:09 ` paulg at cdcna dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paulg at cdcna dot com @ 2004-01-20 13:18 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Solaris 8
  2004-01-16 21:55 [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8 paulg at cdcna dot com
  2004-01-16 22:53 ` [Bug bootstrap/13715] " pinskia at gcc dot gnu dot org
  2004-01-20 13:18 ` paulg at cdcna dot com
@ 2004-01-20 13:47 ` ebotcazou at gcc dot gnu dot org
  2004-01-21 18:09 ` paulg at cdcna dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-01-20 13:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-01-20 13:47 -------
It appears that the Boehm garbage collector used by Java doesn't support Solaris
threads.  And --enable-threads=pthreads is not a valid option (see
http://gcc.gnu.org/install/configure.html).

Use --enable-threads=posix or, better, do not specify --enable-threads at all.

-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Solaris 8
  2004-01-16 21:55 [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8 paulg at cdcna dot com
                   ` (2 preceding siblings ...)
  2004-01-20 13:47 ` ebotcazou at gcc dot gnu dot org
@ 2004-01-21 18:09 ` paulg at cdcna dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paulg at cdcna dot com @ 2004-01-21 18:09 UTC (permalink / raw)
  To: gcc-bugs


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

-enable-threads=posix worked, thanks.

paulg

On Jan 20,  1:47pm, ebotcazou at gcc dot gnu dot org wrote:
> Subject: [Bug bootstrap/13715] Unable to compile 3.3.2 with threads on Sol
>
> ------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-01-20
13:47 -------
> It appears that the Boehm garbage collector used by Java doesn't support
Solaris
> threads.  And --enable-threads=pthreads is not a valid option (see
> http://gcc.gnu.org/install/configure.html).
>
> Use --enable-threads=posix or, better, do not specify --enable-threads at
all.
>
> --
>
>
> 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 ebotcazou at gcc dot gnu dot org




-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-21 18:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 21:55 [Bug bootstrap/13715] New: Unable to compile 3.3.2 with threads on Solaris 8 paulg at cdcna dot com
2004-01-16 22:53 ` [Bug bootstrap/13715] " pinskia at gcc dot gnu dot org
2004-01-20 13:18 ` paulg at cdcna dot com
2004-01-20 13:47 ` ebotcazou at gcc dot gnu dot org
2004-01-21 18:09 ` paulg at cdcna dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).