Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Help! Allegro3.928 install problem. Date: Thu, 2 Dec 1999 14:47:48 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Seunghawn Ji writes: > "Compiling Allegro for djgpp, optimised. Please wait... > gcc -DALLEGRO_SRC -Wall -Wno-unused -m486 -O3 -ffastmath > -fomit-frame-pointer -I. -I./include -o obj/djgpp/allegro/allegro.o -c > src/allegro.c > gcc.exe: sr: No such file or directory (ENOENT) > gcc.exe: No input files > MAKE.EXE: *** [obj/djgpp/allegro/allegro.o] Error 0x1" djgpp programs do some special magic so that they can pass each other commandlines longer than the standard length which DOS supports. Since this obviously isn't working for you, I think you must be using some non-djgpp programs here. Check that you are using only the djgpp versions of gcc and make, and that these all come from the same version of djgpp. Shawn Hargreaves.