Mail Archives: djgpp/1998/06/06/01:45:38
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
- Raw text -