java/3540: libjava fails to compile

P Hornby p.hornby@ned.dem.csiro.au
Wed Jul 18 10:07:00 GMT 2001


The problem I experienced was the config info not being copied into the
libtool shell script, 
or something like that.....

RedHat 7.1 is difficult to bring up to a gcc-3.0 development platform. I
ended up with

autoconf-2.50-1.src.rpm 
libtool-1.4b-1.src.rpm 
checkout Release-1-4 of automake from the CVS repository.

I don't remember the order in which I had to upgrade. Also, you need to
sprinkle

%define tmpdir /var/tmp

and similar lines (for __aclocaldir and other macros) into the spec
files of the
srpm packages. Be careful, it's easy to stuff up.......

When you manage to create the RPMs from the srpms, you can rpm -Uhv them
(you may again
have to force it in some cases, but be careful). I end up with

libtool-libs-1.3.5-8
libtool-1.4b-1
autoconf-2.50-1
pcrod> automake --version
automake (GNU automake) 1.4

(I installed the CVS automake right over the exisiting version on redhat
7.1, I seem to recall
this was the bootstrap, though I oscillated between revisions of
automake to get
the rest to configure/compile). See also other/3725 and other/3721 on
gcc-bugs.

Good luck, you'll need it.



More information about the Gcc-bugs mailing list