We're getting closer:

An echo $OSTYPE returns Darwin.
An echo from inside a script running in the same shell returns 'darwin'
in all lowercase.

At next I replaced all occurances of Darwin with darwin in Makefile.bsd.
This results in

g++  -O2 -I. -D__UNIX__ -D__BSD__ -D__darwin__ -D_REENTRANT=3D1
-D_THREAD_SAFE=3D1 -DXMAIL_OS=3D\"OSX\" -DHAS_SYSMACHINE -c BuffSock.cpp
In file included from SysInclude.h:47,
                 from BuffSock.cpp:23:
SysIncludeBSD.h:44:27: uvm/uvm_param.h: No such file or directory
make: *** [BuffSock.o] Error 1


--Harald


> -----Urspr=FCngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Davide Libenzi
> Gesendet: Sonntag, 16. Mai 2004 21:09
> An: [EMAIL PROTECTED]
> Betreff: [xmail] Re: AW: Re: AW: Re: AW: Re: OSX Patches
>=20
>=20
> On Sun, 16 May 2004, Harald Schneider wrote:
>=20
> > This results in=3D20
> > Darwin
>=20
> Uhmm?? Can you try an `echo $OSTYPE` from inside a script file?
>=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]

Reply via email to