This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
still having libgcj.spec install problem
- To: GCJ Java Discuss <java-discuss at sourceware dot cygnus dot com>
- Subject: still having libgcj.spec install problem
- From: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
- Date: Fri, 5 Jan 2001 09:32:34 -0700 (MST)
- Reply-To: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
Hi,
For a history see messages on this group with subject line
libgcj.spec install problem
I'm using:
Machine hardware: sun4u
OS version: 5.7
Processor type: sparc
Hardware: SUNW,Ultra-5_10
% bash --version
GNU bash, version 2.01.1(1)-release (sparc-sun-solaris2.6)
Copyright 1997 Free Software Foundation, Inc.
I installed the gnu binutils:
% which ld
/usr/local/bin/ld
% which as
/usr/local/bin/as
I also changed these lines in configure.in
i[3456]86-*-solaris2*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
to
i[3456]86-*-solaris2*)
noconfigdirs="$noconfigdirs target-libgloss"
After changing to objdir and deleting all files and directories (that
were from a previous install) I used the following commands to build and
install gcc:
../gcc/configure --enable-threads=posix
--prefix=/export/home/sdurrant/usr/local/bin --enable-shared
--enable-languages=c++,java --disable-new-gxx-abi
--with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
make bootstrap
make
make install
After the install:
% which gcc
/export/home/sdurrant/usr/local/bin/bin/gcc
% which gcj
/export/home/sdurrant/usr/local/bin/bin/gcj
% gcj --version
2.97
The results are the same as before
% gcj -g -O --main=Preped -o Preped Preped.class
gcj: libgcj.spec: No such file or directory
And, as expected,
%find / -name "libgcj.spec" 2>/dev/null
yields nothing.
Can anyone see my mistake?
Scott Durrant
Human Genetics
University of Utah
scott@genetics.utah.edu