www.digitalmars.com         C & C++   DMDScript  

D - DMD on Fedora 4

reply Trevor Parscal <Trevor_member pathlink.com> writes:
I have used DMD on RedHat 9, but now that I updated to Fedora Core 4, which
doesn't have libstdc++.so.5, but rather, version 6, DMD isn't working...

I get this error..

dmd: error while loading shared libraries: libstdc++.so.5: cannot open shared
object file: No such file or directory

however, in /usr/lib/ I have libstdc++.so.6

So, what do I do? Any ideas?

Thanks,
Trevor Parscal
Oct 19 2005
parent Sphinx <Sphinx_member pathlink.com> writes:
In article <dj4t7k$15pu$1 digitaldaemon.com>, Trevor Parscal says...
I have used DMD on RedHat 9, but now that I updated to Fedora Core 4, which
doesn't have libstdc++.so.5, but rather, version 6, DMD isn't working...

I get this error..

dmd: error while loading shared libraries: libstdc++.so.5: cannot open shared
object file: No such file or directory

however, in /usr/lib/ I have libstdc++.so.6

So, what do I do? Any ideas?
Use compat-libstdc++-33 for fc4, there this library(libstdc++.so.5) contains.
May 30 2006