[Issue 1771] dmd fails to execute on linux

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 18 12:15:25 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1771


dmd at mailinator.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #3 from dmd at mailinator.com  2008-03-18 14:15 -------
Current Fedoras (6+) ship with libstdc++.so.6 by default.  You can get
libstdc++.so.5 by installing the 'compat-libstdc++-<XX>' package, where '<XX>'
varies by distribution but is usually '33'.

Current Ubuntus (6.06+) ship with libstdc++.so.6 by default.  You can get
libstdc++.so.5 by installing 'libstdc++5'.

Maybe it's time to upgrade the version of libstdc++.so to 6 for Linux releases
of DMD?  If not it would be good if the right packages for popular
distributions were documented in readme.txt.


-- 



More information about the Digitalmars-d-bugs mailing list