Mail Archives: djgpp/1997/11/15/14:16:55
From: | killferfun AT aol DOT com (KillFerFun)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Need some help with Allegro...
|
Date: | 10 Nov 1997 19:01:23 GMT
|
Lines: | 27
|
Message-ID: | <19971110190101.OAA14606@ladder01.news.aol.com>
|
NNTP-Posting-Host: | ladder01.news.aol.com
|
Organization: | AOL http://www.aol.com
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
I tried to build the Allegro library with MAKE.EXE, but it gave me this error,
and the solution wasn't in the FAQ, so I was wondering if someone else knew
what happened. Any help is much appreciated...
Here is the log of what happened:
C:\ALLEGRO>dir /w
Volume in drive C has no label
Volume Serial Number is 3146-11D9
Directory of C:\ALLEGRO
[.] [..] [DEMO] [DOCS] [EXAMPLES]
[LIB] [OBJ] [SETUP] [SRC] [TESTS]
[TOOLS] ALLEGRO.H ALLEGRO.MFT FILE_ID.DIZ MAKE.EXE
MAKEFILE README.TXT ZIPUP.SCR
18 file(s) 265,267 bytes
378,765,312 bytes free
C:\ALLEGRO>make
Compiling the djgpp version of Allegro. Please wait...
gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -Werror -m486 -O3 -ffast-math
-fomit
-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c
make.exe: *** [obj/djgpp/allegro.o] Error -1
- Raw text -