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

solaris 8 build gcc 3.2.3 fails - any help appreciated


Hi,
I have been able to successfully build gcc-3.2.3 on solaris 7 and solaris 9, and I fail consistently in the same place when I try to build on solaris 8. I am using Sun's linker and assembler. Basically followed write up for building it. I tried building with gcc-3.2.2 and with Sun's forte 6.2 compiler with the same results. I have the rest of the gnu tools also on my system that are required at the same level or higher revs than what was in the write up. No matter what combination, I get to this point and die. Any ideas would be appreciated. I am going to try the 3.3 cvs build for kicks to see how that works.


/export/build/gcc-3.2.3/objdir/gcc/xgcc -B/export/build/gcc-3.2.3/objdir/gcc/ -B/dsw/gcc-3.2.3/sparc-sun-solaris2.8/bin/ -B/dsw/gcc-3.2.3/sparc-sun-solaris2.8/lib/ -isystem /dsw/gcc-3.2.3/sparc-sun-solaris2.8/include -DGC_SOLARIS_THREADS=1 -DGC_SOLARIS_PTHREADS=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I. -I/export/build/gcc-3.2.3/boehm-gc -I/export/build/gcc-3.2.3/boehm-gc/include -I/dsw/libsigc++-1.2.4/include -I/tps/include -I././targ-include -I/export/build/gcc-3.2.3/boehm-gc/./libc/include -O2 -g -c /export/build/gcc-3.2.3/boehm-gc/allchblk.c -fPIC -DPIC -o .libs/allchblk.o
In file included from /export/build/gcc-3.2.3/boehm-gc/include/gc.h:857,
from /export/build/gcc-3.2.3/boehm-gc/include/private/gc_priv.h:40,
from /export/build/gcc-3.2.3/boehm-gc/allchblk.c:19:
/export/build/gcc-3.2.3/boehm-gc/include/gc_pthread_redirects.h:20: syntax error before "thread_t"
/export/build/gcc-3.2.3/boehm-gc/include/gc_pthread_redirects.h:21: syntax error before "wait_for"
/export/build/gcc-3.2.3/boehm-gc/include/gc_pthread_redirects.h:22: syntax error before "target_thread"
/export/build/gcc-3.2.3/boehm-gc/include/gc_pthread_redirects.h:23: syntax error before "target_thread"
In file included from /export/build/gcc-3.2.3/boehm-gc/include/private/gc_priv.h:88,
from /export/build/gcc-3.2.3/boehm-gc/allchblk.c:19:
/export/build/gcc-3.2.3/boehm-gc/include/private/gc_locks.h:82: syntax error before "GC_allocate_ml"
/export/build/gcc-3.2.3/boehm-gc/include/private/gc_locks.h:82: warning: data definition has no type or storage class
gmake[3]: *** [allchblk.lo] Error 1
gmake[3]: Leaving directory `/export/build/gcc-3.2.3/objdir/sparc-sun-solaris2.8/boehm-gc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/export/build/gcc-3.2.3/objdir/sparc-sun-solaris2.8/boehm-gc'
gmake[1]: *** [all-target-boehm-gc] Error 2
gmake[1]: Leaving directory `/export/build/gcc-3.2.3/objdir'
gmake: *** [bootstrap] Error 2
fir[136] .../gcc-3.2.3/objdir % exitScript done, file is install_log.sun4x_58.gcc.021.1


Pam

--
The opinions or comments reflected in this message are my own.
MIST TEAM: Pamela.Ray@jpl.nasa.gov




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