From: brb5548 AT garnet1 DOT acns DOT fsu DOT edu (Brenton R Bailey) Newsgroups: comp.os.msdos.djgpp Subject: Error with gcc.exe Date: 17 Jul 1997 06:31:12 GMT Organization: Florida State University Lines: 23 Message-ID: <5qke7g$eta$1@news.fsu.edu> NNTP-Posting-Host: garnet1.acns.fsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am trying to compile a program written in c. And I am having trouble compiling it with DJGPP's gcc.exe. I named the file ssping.c and I do this. C:\DJGPP\bin>gcc ssping.c -o jolt.exe ssping.c:24: stdio.h: No such file or directory (ENOENT) ssping.c:25: sys/types.h: No such file or directory (ENOENT) ssping.c:26: sys/socket.h: No such file or directory (ENOENT) ssping.c:27: netdb.h: No such file or directory (ENOENT) ssping.c:28: netinet/in.h: No such file or directory (ENOENT) ssping.c:29: netinet/in_systm.h: No such file or directory (ENOENT) ssping.c:30: netinet/ip.h: No such file or directory (ENOENT) ssping.c:32: string.h: No such file or directory (ENOENT) ssping.c:33: arpa/inet.h: No such file or directory (ENOENT) ohh and I am using win 95. Does anyone have any clue as to why this is happening. Are there other files I need to download of DJGPP. There were so many I just downloaded a few of them and one with the gcc.exe compiler in it. I really need some help and if you could send me some e-mail directly it would be appreciated. thanks, brb5548 AT garnet DOT acns DOT fsu DOT edu