On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > > By the way, there -is- a libgcc_s available: > > > > ---8<--- > > evan priss:~/tmp$ find /usr/lib -name *libgcc_s* > > /usr/lib/gcc-lib/i386-linux/3.0/libgcc_s.so > > ---8<--- > > > > Suggestions and/or a fix would be lovely. B-) > > It's a symlink to the wrong thing. I think this was already > filed/addressed this morning... the soname changed from .0 to .1 in the > current snapshots, in prep for release.
I'll check, but the GCC_SONAME wasn't modified, which is what the link was originally based on. I am currently trying to figure out if we can grep or awk it out of a file some place rather than hard-coding it in the rules scripts... C