[phobos] 32 and 64 bit libraries on Linux
Walter Bright
walter at digitalmars.com
Mon Jan 3 14:48:38 PST 2011
Currently, dmd simply looks for libphobos.a
I suggest changing it to:
lib32/libphobos.a for -m32
lib64/libphobos.a for -m64
More information about the phobos
mailing list