Thread overview
[Issue 2796] New: Dependency on libstdc++-v3
Apr 03, 2009
d-bugmail
Sep 25, 2009
Bruno Deligny
Sep 28, 2009
Bruno Deligny
April 03, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2796

           Summary: Dependency on libstdc++-v3
           Product: D
           Version: 1.043
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: cy@ngs.ru


DMD has a dependency on old non-maintained version of libstdc++. For gcc it can be fixed by replacing "#include <new.h>" with "#include <new>" in ph.c.


-- 

September 25, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2796


Bruno Deligny <bruno.deligny@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno.deligny@gmail.com


--- Comment #1 from Bruno Deligny <bruno.deligny@gmail.com> 2009-09-25 10:49:00 PDT ---
This is urgent because karmic koala 9.10, the next version of ubuntu that will be final in october, has removed libstdc++5 from his officiel repository.

So for the moment i can't use dmd.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 28, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2796


Bruno Deligny <bruno.deligny@gmail.com> changed:

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


--- Comment #2 from Bruno Deligny <bruno.deligny@gmail.com> 2009-09-28 13:18:44 PDT ---
I tested the last version 1.047 and it works on ubuntu karmic koala 9.10 . So i presume it uses libstdc++6.

I put this bug on RESOLVED.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------