[Issue 5267] New: phobos' linux.mak do not build std/exception.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 24 06:27:56 PST 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 at puremagic.com
        ReportedBy: baryluk at smp.if.uj.edu.pl


--- Comment #0 from Witold Baryluk <baryluk at 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: -------


More information about the Digitalmars-d-bugs mailing list