Bug 6347 – Switch to posix.mak is not listed in changelog, and linux.mak is still in zip

Status
RESOLVED
Resolution
WORKSFORME
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
Linux
Creation time
2011-07-19T08:45:00Z
Last change time
2012-01-20T22:59:32Z
Assigned to
nobody
Creator
d

Attachments

IDFilenameSummaryContent-TypeSize
1010dmd_2.054_error.txtcompiler outputtext/plain77235

Comments

Comment #0 by d — 2011-07-19T08:45:11Z
Created attachment 1010 compiler output $ make -f linux.mak g++ -m64 idgen.c -o idgen [...] types.o ti_pvoid.o libelf.o elfobj.o -o dmd cast.o: In function `CastExp::getIntRange()': cast.c:(.text+0x541): undefined reference to `IntRange::cast(Type*)' cast.o: In function `IntegerExp::getIntRange()': cast.c:(.text+0x59a): undefined reference to `IntRange::cast(Type*)' cast.o: In function `MulExp::getIntRange()': cast.c:(.text+0x61e): undefined reference to `SignExtendedNumber::operator*(SignExtendedNumber const&) const' cast.c:(.text+0x636): undefined reference to `SignExtendedNumber::operator*(SignExtendedNumber const&) const' cast.c:(.text+0x650): undefined reference to `SignExtendedNumber::operator*(SignExtendedNumber const&) const' cast.c:(.text+0x665): undefined reference to `SignExtendedNumber::operator*(SignExtendedNumber const&) const' cast.c:(.text+0x67e): undefined reference to `IntRange::fromNumbers4(SignExtendedNumber const*)' [...] collect2: ld returned 1 exit status make: *** [dmd] Error 1 Note: I was able to compile dmd 2.053.
Comment #1 by yebblies — 2011-07-19T09:54:57Z
Starting with 2.054, posix.mak should be used for building on linux, not linux.mak. This really should be in the changelog and linux.mak should be removed from the zip.
Comment #2 by d — 2011-07-20T02:03:53Z
okay, with posix.mak it works.
Comment #3 by bugzilla — 2012-01-20T22:59:32Z
This has been fixed for a while.