This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
libgcj.spec install problem
- To: GCJ Java Discuss <java-discuss at sourceware dot cygnus dot com>
- Subject: libgcj.spec install problem
- From: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
- Date: Tue, 2 Jan 2001 10:51:20 -0700 (MST)
- Reply-To: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
Hi,
I will try to give you the necessary information about what I did and what
I have.
From the directory
/export/home/sdurrant/gcc_repository
I downloaded the latest snapshot using:
cvs -z 9 co -rgcc_latest_snapshot gcc
which resulted in the creation of
/export/home/sdurrant/gcc_repository/gcc
then I created an object directory
/export/home/sdurrant/gcc_repository/object
and from the object directory gave the command:
../gcc/configure --prefix=/export/home/sdurrant/usr/local/bin/
Then I built and installed the binaries using:
make
make install
The command
which gcj
yields, as expected,
/export/home/sdurrant/usr/local/bin/bin/gcj
Finally, the command
gcj -g -O --main=Preped -o Preped Preped.class
gives
gcj: libgcj.spec: No such file or directory
In the repository source directory
/export/home/sdurrant/gcc_repository/gcc/libjava/
there are three files
libgcj-test.spec.in
libgcj.spec.in
libgcjdata.c
but apparently libgcj.spec is not being built, however, I'm not sure what
is supposed to happen.
Where should I find 'libgcj.spec'? Are there more options that I need to
give to the configure script?
Scott Durrant
Human Genetics
University of Utah
scott@genetics.utah.edu