<quote who="Peter Hardy"> > On Tue, 2002-05-28 at 23:13, Ken Foskey wrote: > > > > /usr/lib/libstdc++-libc6.1-2.so.3 > > > > Can I simply link this back to the version number required? > > You can, and it's worked for me. >
Doing so, is generally a bad idea though - it may work most of the time, as most of the symbols don't change in stdc++ libraries. The change in version number indicates that some part of the interface changed though, so it may fail to resolve symbols in the library at some later date. Usually there are backwards compatibility packages to allow you to resolve such dependencies. Cheers, J. -- Jan Schmidt [EMAIL PROTECTED] "Stoke me a clipper, I'll be back for Christmas" -- Arnold 'Ace' Rimmer, Red Dwarf -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
