On Thu, Nov 26, 1998 at 10:18:47PM -0600, Michael Montz*4549*LC*7a000449as wrote: [..] hi Michael > Running ldconfig -v|grep libstdc++ resulted in the following: > > libstdc++.so.27 => libstdc++.so.27.2.1 > libstdc++.so.2.7.2 => libstdc++.so.2.7.2.8 > libstdc++-libc6.0-1.so.2 => libstdc++-2-libc6.0-1-2.9.0.so > libstdc++.so.2.8 => libstdc++.so.2.8.0 > -- the above are only see "shared libes" and You have, however, no link to the libstdc++ look bottom, I added my list libstdc++.a libstdc++.so -> libstdc++.so.2.8.0 # this line you must add with # ln -s libstdc++.so.2.8.0 libstdc++.so libstdc++.so.2.7.2 -> libstdc++.so.2.7.2.8 libstdc++.so.2.7.2.8 libstdc++.so.2.8 -> libstdc++.so.2.8.0 libstdc++.so.2.8.0 libstdc++.so.272 -> libstdc++.so.2.7.2.8
-- Cheers Peter