Date: Wed, 27 Sep 2000 15:25:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Fab Jv cc: djgpp AT delorie DOT com Subject: Re: Allegro library: problem in installation In-Reply-To: <8qsf6k$h1h$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 27 Sep 2000, Fab Jv wrote: > gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math - > fomit-frame-pointer -o obj/djgpp/awedata.o -c src/djgpp/awedata.c > gcc.exe: src/djgpp/awedat: No such file or directory (ENOENT) This looks like a problem with passing long command lines between Make and GCC. But I don't quite see what could be the reason of that. Anybody?