== Quote from David Nadlinger ([email protected])'s article > On 8/4/11 5:31 PM, dsimcha wrote: > > I have to get DMD 2.054 running on an ancient Linux distro, which means > > compiling it myself to get around various GLIBC issues. Everything compiles > > fine, but when the makefile tries to link, I get the following linker error > > message. […] > Are you using an up-to-date Makefile (the posix.mak is used on all > Posix-like systems now)? It seems like intrange.c resp. intrange.o is > missing entirely from your build. > David
(Slaps self in forehead.) Thanks. I was using a crufty old linux.mak file that was for some reason still in my DMD src directory. Using the proper posix.max file, everything works.
