November 24, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5267

           Summary: phobos' linux.mak do not build std/exception.d
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: baryluk@smp.if.uj.edu.pl


--- Comment #0 from Witold Baryluk <baryluk@smp.if.uj.edu.pl> 2010-11-24 06:26:33 PST ---
I was rebuilding phobos' included in dmd2.050.zip, on Linux, becuase i wanted to have debuging symbols (-gc -L--export-dynamic) working well in gdb.

I discovered that linux.mak does not include exception module in variable STD_MODULES.

Phobos build correctly, but when linking executables linker shows undefined references to std.exception.*

posix.mak have STD_MODULES with exception added.

Adding exception to STD_MODULES in src/phobos/linux.mak resolves problem.

Thanks.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 26, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5267


Witold Baryluk <baryluk@smp.if.uj.edu.pl> changed:

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


--- Comment #1 from Witold Baryluk <baryluk@smp.if.uj.edu.pl> 2010-11-26 13:19:34 PST ---
*** This issue has been marked as a duplicate of issue 4646 ***

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