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/2734: compile problem on powerpc-linux



>Number:         2734
>Category:       other
>Synopsis:       compile problem on powerpc-linux
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 03 18:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     laforge@conectiva.com.br
>Release:        2.95.3
>Organization:
>Environment:
LinuxPPC 2000 Quarter 4, updated to glibc-2.2.3
>Description:
There is a compile problem I'm experiencing with boehm-gc.

/home/conectiva/rpms/BUILD/gcc-2.95.3/objdir-ppc-redhat-linux/gcc/xgcc -B/home/conectiva/rpms/BUILD/gcc-2.95.3/objdir-ppc-redhat-linux/gcc/ -B/usr/ppc-redhat-linux/bin/ -DLINUX_THREADS=1 -D_REENTRANT=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I. -I../../../boehm-gc -I././targ-include -I./../../../boehm-gc/./libc/include -fno-builtin -O2 -fsigned-char -fexceptions -g -c  -fPIC -DPIC ../../../boehm-gc/allchblk.c -o .libs/allchblk.lo
In file included from ../../../boehm-gc/allchblk.c:20:
../../../boehm-gc/gc_priv.h:469: parse error before `--'
make[2]: *** [allchblk.lo] Error 1
make[2]: Leaving directory `/home/conectiva/rpms/BUILD/gcc-2.95.3/objdir-ppc-redhat-linux/ppc-redhat-linux/boehm-gc'
make[1]: *** [all-target-boehm-gc] Error 2
make[1]: Leaving directory `/home/conectiva/rpms/BUILD/gcc-2.95.3/objdir-ppc-redhat-linux'
make: *** [bootstrap-lean] Error 2

If I look actually in boehm-gc/gc_priv.h, I see that GC_test_and_set
is implemented only for i386 and alpha ?!? 
>How-To-Repeat:
./configure --prefix=/usr \
--enable-shared \
--enable-threads
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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