This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve 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]

Re: Build Error


Hello,

sorry I've been a bit busy, but I'm still trying to
get mauve up and running. Here's what I did:
cvs -z3 co mauve
cd mauve; autoreconf; cd ..
mkdir mauveobj; cd mauveobj
GCJ=gcj ../mauve/configure --with-gcj
make check KEYS=libgcj

at which point things don't work.
The first thing that happens in make check is:
Makefile:458: choices: No such file or directory

then SimpleTestHarness gets compiled.

Then I get:
cat classes | ./SimpleTestHarness 
make[1]: *** [check-local] Error 139

classes is an empty file.

However, running SimpleTestHarness with any options
yields a segfault.

My question is, is this a mauve problem or a gcj
problem? Thanks for your help!

Dara

P.S. I'm using gcc mainline

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


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