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.