Mail Archives: djgpp/2001/07/09/08:18:16
On Fri, 6 Jul 2001, Gero Timann wrote:
> Hallo !
>
> Some problems occur, if i recompile the allegro-lib with gcc 3.0.
> Compile run's fine, but the resulting library doesn't work, if it's compiled
> with optimation-flag -O2 or -O3. Ok, allegro is very a complicate near
> hardware programmed library, but, strange, -O1 and -O2/-O3 with
> generating debugging code (=-g) works (strange !?). Never seen
> this with gcc 2.95.3, therefore it's maybe a gcc3.0-problem.
>
Known problem
Remove -fomit-frame-pointer from compiler options
Andris
- Raw text -