This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Build libgcj-2.95.1 on FreeBSD 3.2
- To: Henri-Pierre CHARLES <Henri-Pierre dot Charles at prism dot uvsq dot fr>
- Subject: Re: Build libgcj-2.95.1 on FreeBSD 3.2
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Wed, 15 Dec 1999 09:37:31 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <19991215160546.F27126@gibet.prism.uvsq.fr>
>>>>> ">" == Henri-Pierre CHARLES <Henri-Pierre.Charles@prism.uvsq.fr> writes:
>> I tried to compile/install libgcj-2.95.1 on FreeBSD3.2-RELEASE(i386).
>> Configuration work fine, but the compilation fail with the
>> following messages :
>> pwd: /users/prism/pf/local/hpc/src/javalib/i386-unknown-freebsdelf3.2
>> gcc: 2: No such file or directory
>> gt: not found
This is interesting. Can you tell me where this comes from?
>> ../../../libgcj-2.95.1/zlib//../config-ml.in: /dev/null: permission denied
This is also interesting. What gives here?
>> checking for executable suffix... configure: error: installation or configuration problem: compiler cannot create executables.
Look in config.log in the appropriate build directory to see what has
gone wrong. The real error message will be there.
Tom