Date: Sat, 7 Mar 1998 10:52:45 -0800 (PST) From: Michael Samuel Tam To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: no .EXE or .O files after a make In-Reply-To: <199803071658.IAA27564@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Hi, Thank you for your reply. When I go to compile, I have a Makefile that I have creatd. The contents are: ----- CFLAGS = -g CC = gcc -c -Wall App: readFile.o gcc -o App.exe readFile.o readFile.o: readFile.c gcc -c -Wall -g readFile.c clean: del core App a.out *.o ----- The readFile.c just reads and displays the contents of a file. It is a simple program I wanted to test. I run this in a DOS prompt by going 'make'. It goes through the compiling stages, but I cannot find the .EXE or .O files that is supposed to be created. I do a 'Find; and readFile.EXE or readFile.O doesn't show up anywhere. I look in my C:\DJGPP\BIN directory and the 'make' program has these properties: Type: Application Location: bin Size: 171KB (175, 616 bytes) MS-DOS name: MAKE.EXE Created: Tuesday, September 30, 1997 12:08:52PM Modified: Tuesday, September 30, 1997 12:08:52PM Accessed: March 07, 1998 Any ideas?? I'm stumped!!!! Michael On Sat, 7 Mar 1998, Nate Eldredge wrote: > At 02:15 3/7/1998 GMT, Michael Samuel Tam wrote: > >Hi DJGPP gurus, > > I am a newbie here and I am having a heck of a time trying to > >get DJGPP to work. I have installed all the following: > > djdev201.zip > > djcrx201.zip > > gcc2721b.zip > > gpp2721b.zip > > bnu27b.zip > > mak3761b.zip > > > >I have also set the environment variable too. Now, when I go to compile > >a simple C program, I get it to compile, but NO .EXE or .O files are ever > >created. > > What command line are you using? > > > Also, I have a icon for the GrIP Multiport gameoad system in > >the task bar that gets duplicated everytime I do a 'make' in the DOS > >prompt. I do not know what I am doing wrong. Can any one help!?!? > > That's bizzare. I've never heard of that. Is it possible there's another > program called `make' that gets run instead? > > > Nate Eldredge > eldredge AT ap DOT net > > > >