Mail Archives: djgpp/1997/11/11/08:31:14
On Fri, 07 Nov 1997 16:11:55 -0600 in comp.os.msdos.djgpp Andrew K. Snyder <torque1 AT airmail DOT net> wrote:
: When I try to compile Allegro, I always get the following error message:
: make.exe: *** [obj/djgpp/allegro.o] Error -1
: What does this mean? I have Allegro 2.2, Make 3.75b, and djgpp 2.7.2.1.
You should give more information, such as the command make was
executing which failed; however, I suspect that you don't have djgpp's
C++ support installed. Allegro 2.2 needed this. You can do one of:
1) Run `make -k', which will ignore the error. You'll get a full
working copy of Allegro, but the setup program won't be made.
2) Download the C++ support for djgpp (see readme.1st for details)
3) Use a newer version of Allegro. The latest work-in-progress
version is October 19, and has many improvements over the 2.2
release. Recent WIPs have been very stable, but do remember that they
are pre-release versions. You can get them from the WIP section of
the Allegro homepage:
http://www.talula.demon.co.uk/allegro/wip.html
--
Regards,
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -