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/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)


Bootstrapping with: CC=/usr/bin/cc ../configure --enable-threads=posix
--enable-languages=c,c++

results in the following error during make bootstrap:

./xgcc -B./ -B/usr/local/alphaev68-dec-osf5.1/bin/ -isystem
/usr/local/alphaev68-dec-osf5.1/include -isystem
/usr/local/alphaev68-dec-osf5.1/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../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions
-c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from ../../gcc/gthr-posix.h:37,
                 from gthr-default.h:1,
                 from ../../gcc/gthr.h:98,
                 from ../../gcc/unwind-dw2.c:28:
include/pthread.h:339:4: #error "Please compile the module including pthread.h
with -pthread"
../../gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/unwind-dw2.c:1222: warning: missing initializer
../../gcc/unwind-dw2.c:1222: warning: (near initialization for
`once_regsizes.__reserved')
gmake[3]: *** [libgcc/./unwind-dw2.o] Error 1
gmake[3]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake[2]: *** [libgcc.a] Error 2
gmake[2]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake: *** [bootstrap] Error 2

-- 
           Summary: bootstrap of --enable-threads=posix fails on Compaq
                    Tru64 UNIX V5.1B (Rev. 2650)
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kvo--gcc at seagha dot be
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-dec-osf5.1
  GCC host triplet: alphaev68-dec-osf5.1
GCC target triplet: alphaev68-dec-osf5.1


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


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