ummm did you look in /usr/include for stdio.h or /usr/lib for library 
files?

cat > foo.c
#include <stdio.h>
int main(int argc, char *argv[]) {
printf("hello world\n");
return(0);
}
^D (control-D)
cc foo.c -o foo
foo

On Wednesday, December 11, 2002, at 02:26  PM, Carl Kreider wrote:

>
> This is not strictly an unsupported OSX question, but I am running
> OSX on a PTP, so ...
>
> I notice that the OSX c compiler seem to be just for Apple stuff.
> For instance, I can't find stdio.h or even libc.a. What does one
> do for a c compiler for simple command line utilities?
>
> -- 
> Carl Kreider
>  aka
>   [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


-- 
Unsupported OS X is sponsored by <http://lowendmac.com/>

      Support Low End Mac <http://lowendmac.com/lists/support.html>

Unsupported OS X list info <http://lowendmac.com/lists/unsupported.html>
  --> AOL users, remove "mailto:";
Send list messages to:     <mailto:[EMAIL PROTECTED]>
To unsubscribe, email:     <mailto:[EMAIL PROTECTED]>
For digest mode, email:    <mailto:[EMAIL PROTECTED]>
Subscription questions:    <mailto:[EMAIL PROTECTED]>
Archive <http://www.mail-archive.com/unsupportedosx%40mail.maclaunch.com/>

Using a Mac? Free email & more at Applelinks! http://www.applelinks.com

Reply via email to