[EMAIL PROTECTED] (smurf) writes:
Then you'll get this error:
./compile auto-str.c
./load auto-str substdio.a error.a str.a
cc: auto-str: No such file or directory
cc: language -o not recognized
cc: language -o not recognized
cc: language -o not recognized
cc: language -o not recognized
make: *** [auto-str] Error 1
Is there way to avoid this?
I ran into a similar problem on OpenStep 4.1. I used just "cc" in conf-ld
and it worked, IIRC. Try "cc -Wl,-x" or maybe "cc -Wl,x"; my local Mac OS
X box is down, so I can't check this out there.