Subject: Re: MacOS-X/NeXT style dynamic libraries
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 10/29/2001 20:45:47
On Oct 29,  8:28pm, kenh@cmf.nrl.navy.mil (Ken Hornstein) wrote:
-- Subject: Re: MacOS-X/NeXT style dynamic libraries

| >| "Hell, no".  I'm assuming you're getting an error about a missing crt0.o,
| >| right?
| >
| >No, I got past that. but there is no statically linked libc. I need that
| >to test my macosx emulation without going through hoops to please dyld...
| 
| So how do you get past that, anyway?

It was a long time ago... So I am not sure the information is right.
But I think I used gcc -static and supplied the missing syscalls
in assembly. It did not work, so I am waiting for the next public
snapshot of the x86 darwin.

christos