This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

build problems on powerpc.


Hullo libstdc++ hackers, I'm an occasional contributor to the java
front end and I'm having build problems with the latest CVS (actually
for about 2 months now, I've only just had time to look at it
closely).


The problem occurs on my power pc box (an iMac running
GNU/Linux). I've tried to build the latest CVS, and the 3.1 tagged CVS
and I'm having no luck due to a libstdc++ build error.

Can someone give let me know whether this looks like a bug (in which
case I'll put it through GNATS) or whether I've got some config
problem.

I've tried lots of combinations of build tools, at the moment I'm
using gcc 2.95.4 but I've also tried my gcc 3.1 instal (from CVS some
time ago).


The build error occurs whilst doing this:

/home/nferrier/projects/gnu/gcc/cvsobj/gcc/xgcc -shared-libgcc -B/home/nferrier/projects/gnu/gcc/cvsobj/gcc/ -nostdinc++ -L/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3/src -L/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/powerpc-unknown-linux-gnu/bin/ -B/usr/local/powerpc-unknown-linux-gnu/lib/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -nostdinc++ -I/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3/include/powerpc-unknown-linux-gnu -I/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3/include -I../../../../gccstable-cvs/libstdc++-v3/libsupc++ -I../../../../gccstable-cvs/libstdc++-v3/libmath -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../gccstable-cvs/libstdc++-v3/src/complex_io.cc -o complex_io.o >/dev/null 2>&1


Here's the error text produced by the Makefile:

make[3]: *** [complex_io.lo] Error 1
make[3]: Leaving directory `/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/nferrier/projects/gnu/gcc/cvsobj/powerpc-unknown-linux-gnu/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2


It would be great if someone could tell me how to proceed with this!
I've got some changes to contribute to the java front end and this
problem is preventing me doing it.



Nic

PS I'm not subscribed to the list so can you CC replies to me
directly?


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