[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 27 04:29:35 PDT 2011


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


Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com


--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> 2011-05-27 04:25:16 PDT ---
(In reply to comment #3)

> Can anybody tell me how to build a debug version druntime lib ?

In posix.mak, change flags:

DFLAGS=-gc -Isrc -Iimport -nofloat -d -w
UDFLAGS=$(DFLAGS)

make -f posix.mak

then rebuild phobos, and copy the phobos library into your lib dir.  Probably
want to build phobos in debug mode as well.

I'm actually surprised you have to edit the makefile, it should be easier...

-- 
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