On Sun, 16 May 2004, Harald Schneider wrote: > Hi, > > trying to compile on Mac OSX Panther (with latest updates applied)=20 > results in this: > > $ set OSTYPE=3DDarwin > $ make -f Makrefile.bsd > > g++ -o MkMachDep MkMachDep.o -lkvm -lcrypt -pthread -lc_r > g++ unrecogniced option '-pthread' > ld: can't locate file for -lcrypt > make: *** [MkMachDep] Error 1 > > Any hints ?
Which shell are you using? Doesn't this work? $ OSTYPE=Darwin make -f Makefile.bsd - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
