On Mon, Jan 31, 2000 at 10:51:14AM -0500, Lim, Sang-Bin <[EMAIL PROTECTED]> wrote: > gcc mypgm.c > > problem is : > > bash: stdio.h : not found error message
Well, it's hard to tell without posting mypgm.c, but I'm guessing that
you put stdio.h in quotes ("stdio.h"), when it should have been in
greater-than/less-than brackets (<stdio.h>).
> %PATH does not include /usr/include now.
Nor should it.
--
Eric Gillespie, Jr. <*> [EMAIL PROTECTED]
All hail the Dollar, King of the Earth.
pgp6UxzWUFt84.pgp
Description: PGP signature

