Mail Archives: djgpp/1998/06/11/00:24:48
Hi!
Petros Dafniotis wrote:
>
> All in all, it builds everything. But then g77 crashes in simple files
> like for example the LAPACK cbdsqr.f with:
> g77 -c -O2 -fno-backslash cbdsqr.f
> (with -O it goes through this one but fails in another LAPACK file).
>
> I also tried rebuilding the GCC/G77 using CFLAGS=-O only. It also fails
> for g77.
>
> Any ideas? Has anyone been able to build g77 v0.5.23 and compile all
> BLAS and LAPACK sources for example?
>
One possible reason for the crash may be the stack size of f771.exe
Try stubedit'ing it to increase the stack size to, say, 4M.
Often this helps especially if program compiles with -O but
fails at a higher optimization level.
Good luck.
Alexey Yakovlev.
- Raw text -