Xref: news2.mv.net comp.os.msdos.djgpp:8082 From: Christoph Herberhold Newsgroups: comp.os.msdos.djgpp Subject: something special with drdos? Date: 30 Aug 1996 18:43:23 GMT Organization: Rechenzentrum der Max-Planck-Gesellschaft in Garching Lines: 31 Message-ID: <507cob$ort@sat.ipp-garching.mpg.de> NNTP-Posting-Host: lulo.biochem.mpg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: herberho AT mango DOT biochem DOT mpg DOT de DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi! Thanks for answering so soon. My compiler is unable to find the include library. I ran the compiler and registered the output as you proposed: gcc version 2.7.2 cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) hiworld.c \ccbaaaaa GNU CPP version 2.7.2 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2/include /usr/include End of search list. hiworld.c:3: STDIO.H: No such file or directory (ENOENT) Looks like the compiler thinks it'a unix world? DJGPP.ENV is unchanged from the download. DJGPP is in the directory c:\DJGPP and I added SET DJGPP=C:\DJGPP\DJGPP.ENV to my autoexec.bat. Number of files in CONFIG.SYS is 15 and the exact line in the C-Prog is #include What's wrong???????? thanks in advance christoph