On Wed, Dec 11, 2002 at 06:47:16PM -1000, Byron Han wrote:
> 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

Here is what I get:

bash-2.05$ cat > foo.c
#include <stdio.h>                                                              
int main(int argc, char *argv[]) {                                              
printf("hello world\n");                                                        
return(0);                                                                      
}            
^D
bash-2.05$ cc foo.c -o foo
foo.c:1: header file 'stdio.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode


-- 
Carl Kreider
 aka
  [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
=============================================================
"...I'm not one of those who think Bill Gates is the devil.  I simply
suspect that if Microsoft ever met up with the devil, it wouldn't need an
interpreter."
        -- From N. Petreley's column, "Down to the Wire", sept. '96 issue
                of Inforworld
=============================================================

-- 
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