D.gnu - standard libraries on Mac (-lm -lpthread)
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (6/10) Feb 04 2005 Not that it matters much, but *both* of
Not that it matters much, but *both* of -lm and -pthread are no-ops on Mac OS X and should probably be removed from "dmd". It's all in libSystem.B.dylib instead...lrwxr-xr-x 1 root wheel 15 16 Mar 2004 /usr/lib/libm.dylib -> libSystem.dylib lrwxr-xr-x 1 root wheel 15 16 Mar 2004 /usr/lib/libpthread.dylib -> libSystem.dylibSo libphobos.spec can pretty much be blank ?%rename lib liborig *lib: %(liborig)--anders
Feb 04 2005