From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: Error trying to "make" Allegro Date: 30 Jan 1998 17:18:17 GMT Organization: Oxford University, England Lines: 26 Message-ID: <6at20p$5c4$12@news.ox.ac.uk> References: <34D193E3 DOT 7FE0 AT home DOT com> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 30 Jan 1998 00:48:35 -0800 in comp.os.msdos.djgpp Dan 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