Brett W. McCoy writes:
> > I would like to run jikes on my RH 5.0 linux box, but jikes wants
> > libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9,
> > but not 2.8. :(
>
> Grab it at
>
>
>ftp://ftp.tux.org/pub/distributions/redhat/redhat-5.2/i386/RedHat/RPMS/libstdc++-2.8.0-14.i386.rpm
>
> It comes with RH 5.2. I have both 2.7.x and 2.8.x on my system, as a
> matter of fact. I think egcs might use the 2.8 libraries, since the 2.7
> libraries had broken exception handling, which is probably why jikes wants
> the later one -- but don't quote me on that.
you can also grap the jikes.src.rpm and rebuild it against 2.9 that
comes with egcs1.1 or pgcc.
works very well.
--
Real programmers don't comment their code. It was hard to write, it
should be hard to understand.