This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libjava grievances
- To: mi+java-discuss at aldan dot algebra dot com
- Subject: Re: libjava grievances
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 21 Sep 1999 16:03:43 -0700
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <199909181730.NAA98435@rtfm.newton>
>>>>> "Mikhail" == Mikhail Teterin <mi@aldan.algebra.com> writes:
Mikhail> Just when I thought I've overcome all the problems of
Mikhail> . toplevel configure not-working
I haven't heard of any problems here. What went wrong? How did you
fix it?
Mikhail> . my /usr/local/bin/zip not being found/used
The build process should use the zip that was built as part of the
tree. Why wasn't that one used? Why would you want to use a
different one?
Mikhail> . boehm-gc's, libjava's configures and the generated Makefiles
Mikhail> looking for configure.host and config-ml.in in the wrong
Mikhail> directories
Likewise, this is the first I've heard of this.
Mikhail> . absolute absence of any sort of the build/installation
Mikhail> instructions in libjava
There are docs on the web page.
Mikhail> g++295 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./include -I./../boehm-gc -I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I./../compat-include -fno-rtti -fvtable-thunks -fpermissive -W -Wall -O -pipe -mpentiumpro -pthread -Wp,-MD,.deps/prims.pp -c -fPIC -DPIC prims.cc -o .libs/prims.lo
Mikhail> In file included from include/cni.h:16,
Mikhail> from prims.cc:20:
Mikhail> java/lang/Object.h:8: parse error before `::'
Hmm. I don't know what the problem here is offhand, I'm afraid.
Tom