Re: [AD] problems compiling Allegro CVS with gcc 3.0.2

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


I wrote:
> 2. "tools/dat2s.exe -p setup -o obj/djgpp/setupdat.s setup/setup.dat"
> crashes with a GPF during make. Unfortunately the error goes away in
> debug mode. 

I tested some more, and actually the following
program (and every other program that calls
allegro_init()) crashes, alterntating between
stack fault, general protection fault, and
page fault:

   #include <allegro.h>
   int main(void)
   {
      allegro_init();
      return 0;
   } END_OF_MAIN();

Sven



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/