digitalmars.D.bugs - [Issue 5267] New: phobos' linux.mak do not build std/exception.d
- d-bugmail puremagic.com (25/25) Nov 24 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5267
- d-bugmail puremagic.com (11/11) Nov 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5267
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
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: -------
Nov 24 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
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: -------
Nov 26 2010








d-bugmail puremagic.com