Mail Archives: djgpp/1999/12/02/10:40:49
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.
- Raw text -