[Issue 17833] New: compiling dmd on x86 linux fails
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 17 15:19:36 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17833
Issue ID: 17833
Summary: compiling dmd on x86 linux fails
Product: D
Version: D2
Hardware: x86
OS: Linux
Status: NEW
Keywords: ice
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: dlang at eckner.net
Created attachment 1658
--> https://issues.dlang.org/attachment.cgi?id=1658&action=edit
log of build on i686
following the steps here: https://wiki.dlang.org/Building_under_Posix
The build of dmd fails with a segfault at:
> cd "$srcdir/druntime"
> make -f posix.mak
The full log is attached.
The steps are:
> git clones/checkouts
> cd "$srcdir/dmd"
> make -f posix.mak AUTO_BOOTSTRAP=1 MODEL=32
> cd "$srcdir/phobos"
> make -f posix.mak MODEL=32
--
More information about the Digitalmars-d-bugs
mailing list