This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
gcj: libgcj.spec: No such file or directory
- To: java-discuss at sourceware dot cygnus dot com
- Subject: gcj: libgcj.spec: No such file or directory
- From: ivanfg at bigfoot dot com
- Date: Mon, 7 Feb 2000 17:22:10 -0200 (EDT)
- Cc: igarcia at technologist dot com
Hello!
I have installed the gcc-2.95.2 and libgcj-2.95.1:
$ gcc -v
Reading specs from
/usr/local/gcc-2.95.2/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Configure and build processes do not report problems. But when I try to
execute the gcj:
$ gcj --main=HelloWorld -o HelloWorld HelloWorld.java
./HelloWorld
I receive this:
gcj: libgcj.spec: No such file or directory
Why? What can I do? My gcc is installed in /usr/local/gcc-2.95.2 and
libgcj in /usr/local/gcc-2.95.2/lib/libgcj-2.95.1
I found the libgcj.spec (and libgcj.so, libgcj.so.0, etc in
/usr/local/lib, which is in my PATH). I dont understand that.
My Linux:
Red Hat Linux release 6.0 (Hedwig)
Operating System Version #1
Operating System Release 2.2.5-15
Processor Type: i586
Thanks for any help!
Ivan