The OSX native TCSH. No, I need to set the env variable first. BTW: OSTYPE is already set to darwin, but lowercase.
--Harald > -----Urspr=FCngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Davide Libenzi > Gesendet: Sonntag, 16. Mai 2004 16:50 > An: [EMAIL PROTECTED] > Betreff: [xmail] Re: AW: Re: OSX Patches >=20 >=20 > On Sun, 16 May 2004, Harald Schneider wrote: >=20 > > Hi, > >=20 > > trying to compile on Mac OSX Panther (with latest updates=20 > applied)=3D20 > > results in this: > >=20 > > $ set OSTYPE=3D3DDarwin > > $ make -f Makrefile.bsd > >=20 > > 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 > >=20 > > Any hints ? >=20 > Which shell are you using? Doesn't this work? >=20 > $ OSTYPE=3DDarwin make -f Makefile.bsd >=20 >=20 >=20 > - Davide >=20 > - > 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] >=20 - 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]
