Date: Wed, 5 May 1999 17:11:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: voyager_2000 AT my-dejanews DOT com cc: djgpp AT delorie DOT com Subject: Re: Newbie needs help with make In-Reply-To: <7gpep1$cpl$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 May 1999 voyager_2000 AT my-dejanews DOT com wrote: > #Change this > to where your djgpp library files are installed > LIBDIR = > C:\Software\DevStudio\MyProjects\DJGPP\lib\gcc-lib\djgpp\2.81 Don't use backslashes here, they might get you in trouble. Replace them with forward slashes. And I hope the above is actually a single line, like this: LIBDIR = C:\Software\Dev ... etc. If not, make it be one line. > include target/common This requires the directory `target' be present and several files inside it. Do you indeed have such a directory? If not, perhaps you didn't download some essential parts of the distribution?