Date: Thu, 25 Aug 1994 17:48:40 -0500 From: brian cason To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: help I just installed the djgpp program about 4 days ago. When I tried to run the "tryit" command in my djgpp\samples\hello directory, I got the message: "Can not open crt0.o", and thus, could not create the executable file. I wrote another little test program, and tried to compile it, and got the same message. Apparently it is compiling, but It can't either find ot load this "crt0.o" file. I have located this file in my djgpp\lib directory, so it is there.... but maybe it's not making a path or something. Any suggestions? I'd appreciate it....