From: Adam Majer Newsgroups: comp.os.msdos.djgpp Subject: Help compiling files. Date: Sun, 17 Jun 2001 18:24:58 -0500 Organization: The University of Manitoba Lines: 17 Message-ID: <3B2D3C4A.22134A10@galacticasoftware.com> NNTP-Posting-Host: annex1-32.cc.umanitoba.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: canopus.cc.umanitoba.ca 992820452 20188 130.179.154.93 (17 Jun 2001 23:27:32 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 17 Jun 2001 23:27:32 GMT X-Mailer: Mozilla 4.7 [en-gb] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, I've just been trying to compile a few files using make, but I'm getting F:\mesa-src\src>make -f makefile.dja gcc -c -I..\include;..\include\gl api_arrayelt.c gcc.exe: No input files make.exe: *** [api_arrayelt.o] Error 1 I don't understand this. Works if I put in the gcc command manually. I have the PATH set and the DJGPP environemntal var. Any ideas? Thanks in advance, Adam