From: j DOT aldrich6 AT genie DOT com Message-Id: <199606070617.AA121328278@relay1.geis.com> Date: Fri, 7 Jun 96 06:04:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Need help getting DJGPP gc Reply to message 7834829 from NOWAK AT COMM DOT MO on 06/06/96 12:23PM >I'm having a hard time getting djdpp to work on my machine. >I FTP'd the .zip files, followed the directions, had to create my own >include and lib directories which surprised me, but when I run >gcc -Wall -o hello.exe hello.c -lm >I get messages (sorry don't have them with me) that say _main.c and >exit.c can't find some djgpp things. Anybody have a clue on what I'm >missing here? It looks like you didn't unzip the files with the '-d' command, and they all got put into the same directory (ugh). DJGPP expects to find things in the directory structure that it is zipped with, so go back and check your installation! The correct way to unzip the DJGPP files is this: pkunzip -d -o .zip One way to check that the directories were created properly is to look in the 'manifest' directory for the files labelled *.mft, and examine them to see where each file is supposed to be. John