From mboxrd@z Thu Jan 1 00:00:00 1970 From: P.A.Osborne@kent.ac.uk (P.A.Osborne) Date: Wed, 7 May 2008 11:19:30 +0100 Subject: [Unix-jun72] Readme written: needs checking In-Reply-To: <20080507092842.GA94457@minnie.tuhs.org> References: <20080507013359.GA78359@minnie.tuhs.org> <20080507084043.GQ2793@myrtle.kent.ac.uk> <20080507092842.GA94457@minnie.tuhs.org> Message-ID: <20080507101930.GT2793@myrtle.kent.ac.uk> On Wed, May 07, 2008 at 07:28:42PM +1000, Warren Toomey wrote: > Is there __OSX__ or similar? If there is, simply add > > && !defined(__OSX__) > > to that second line, which is around line 71 in tools/apout/defines.h. Warren, __APPLE__ does part of the trick, then we get: cc -static -g aout.o branch.o bsd_ioctl.o bsd_signal.o bsdtrap.o cpu.o debug.o double.o ea.o fp.o itab.o ke11a.o magic.o main.o single.o v1trap.o v7trap.o -o apout -lm ld_classic: can't locate file for: -lcrt0.o collect2: ld returned 1 exit status make[1]: *** [apout] Error 1 At this point I am in the midst of Apple butchering tools to produce universal binaries (powerpc and x64), will continue to swear at this (or just give in and install FreeBSD under VMWare :-) ). Paul