still having libgcj.spec install problem

Scott Durrant sdurrant@howard.genetics.utah.edu
Fri Jan 5 08:21:00 GMT 2001


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


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /