Mail Archives: djgpp/1998/01/30/21:45:40
On Fri, 30 Jan 1998 00:48:35 -0800 in comp.os.msdos.djgpp Dan
<dyoon AT home DOT com> wrote:
: When I type in "make" in my Allegro directory, I get the following
: output...
: gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -Wno-unused
: -mpentium -O6
: -ffast-math -fomit-frame-pointer -o obj/djgpp/allegro.o -c
: src/allegro.c
: cc1.exe: Invalid option `pentium'
: make.exe: *** [obj/djgpp/allegro.o] Error 1
First check that the line of the makefile (around line 16) saying
`PGCC = 1' is commented out (i.e. starts with a # symbol). If that's
already so, add a line just after that one saying just `PGCC =', and
try again. If that also fails, and you don't mind emailing *very*
long files, run the following command:
redir -o makeout.txt -eo make -d
and send the resulting `makeout.txt' file to me *personally*. Do not
under any circumstances send it to the newsgroup or mailing list!
--
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -