|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - DMD on Fedora 4
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
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? May 30 2006
|