From: "Chad Simmons" Newsgroups: comp.os.msdos.djgpp References: <19980605232649 DOT AAF4158 AT ppp105 DOT cartsys DOT com> Subject: Re: problems with win 95 and djgpp v2.81 Lines: 24 Message-ID: Date: Sat, 06 Jun 1998 05:43:04 GMT NNTP-Posting-Host: 166.41.186.1 NNTP-Posting-Date: Sat, 06 Jun 1998 01:43:04 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Chad Simmons wrote in message ... >well sure enough I did a search on my hdrive, and the djgpp.env was in a >different directory, than the one the autoexec.bat was pointing to. I >corrected the problem, but I thought it was odd, as that was verbatum the >path that the readme file said to point it to. so now it doesn't hang when >compiling, but I'm getting errors that it can't find certain libs.. here is >the info it gave on the first .c file in my makefile. >gcc -c -Wall -O -g act_comm.c >act_comm.c:31: No include path in which to find sys/types.h >act_comm.c:32: No include path in which to find sys/time.h >act_comm.c:34: No include path in which to find stdio.h >act_comm.c:35: No include path in which to find string.h >act_comm.c:36: No include path in which to find stdlib.h >act_comm.c:37: No include path in which to find time.h >make.exe: *** [act_comm.o] Error 1 > >Any suggestions? Disregard my previous messages, as I'm just an idoit =p