Date: Mon, 11 Nov 1996 08:49:59 +0200 (IST) From: Eli Zaretskii To: Neil Miller Cc: djgpp AT delorie DOT com Subject: Re: Allegro Example Linking In-Reply-To: <01bbcf7e$2a78a840$4cd20bce@miller> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Nov 1996, Neil Miller wrote: > the base djgpp dir. I run make from the bin dir. A box jumps up saying > "Parameter:" I hit enter & get an error, no makefile selected :-O. You should run Make from the directory where the Allegro sources are installed. A file called `makefile' or `Makefile' should be in that directory which tells Make what to do. When invoked with no parameters, Make looks for a file with that name and processes it. If you cannot run Make sucessfully from the Allegro directory, try to understand why doesn't it find the Makefile. Btw, did you get Make from mak375b.zip? Do NOT use mak373b.zip, since it will never work correctly on Windows 95.