This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: internal compiler error while compiling allegro
- To: Bill Simpson <wsi at gcal dot ac dot uk>
- Subject: Re: internal compiler error while compiling allegro
- From: Andris Pavenis <pavenis at latnet dot lv>
- Date: Tue, 13 Mar 2001 16:30:52 +0200 (GMT-2)
- cc: gcc-bugs at gcc dot gnu dot org
On Tue, 13 Mar 2001, Bill Simpson wrote:
> -ffast-math -fomit-frame-pointer -I. -I./include -o
> obj/djgpp/alleg/color.o -c src/color.c
> In file included from include/allegro.h:2168,
> from src/color.c:33:
> include/allegro/alinline.h: In function `_getpixel24':
> include/allegro/alinline.h:806: See
> <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
**********************************************
Please look there before submitting bug report
and follow the instructions at that URL
**********************************************
> make.exe: *** [obj/djgpp/alleg/color.o] Error 1
> Internal compiler error in
> `expand_inline_function', at integrate.c:2106
> Please submit a full bug report.
> ---------------------------------------------------------------
>
> Can anyone please give me suggestions about how to get djgpp/allegro
> installed? Maybe try an older version of djgpp (gcc, et al)? This is
> apparently a problem in the gcc compiler...
Well. I had allegro-3.9.33 installed. So I built 3.9.34 now without
any problem (I used gcc-2.95.3-test4 though).
Andris