------- Comment #4 from tobias dot burnus at physik dot fu-berlin dot de  
2006-11-01 14:01 -------
This has been fixed in the meanwhile.
(Don't forget, gfortran is not that old.)

Possibilities:
- Use a GCC 4.1 branch build (newer than 4.1.1)
- Use a GCC 4.2 branch build
- Use a GCC 4.3 trunk build

For openSUSE 10.x and SLED/SLES exist such packages (made by SUSE), for
SL/SLES/SLED 9.x unfortunally not.

I would suggest to download a gfortran 4.2 or gfortran 4.3 build, both
available e.g. at http://www.physik.fu-berlin.de/~tburnus/gcc-trunk/
You probably need also lib64-gmp4.2.1-mpfr2.2.0.tar.gz

 * * *

Alternatively, run the program in gdb:
gdb ./yourExecutable
(gdb) b _exit
Function "_exit" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (_exit) pending.
(gdb) run
[...]
(gdb) bt


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29677

  • [Bug fortran/29677] minim... tobias dot burnus at physik dot fu-berlin dot de

Reply via email to