atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

compilation warning on Mac using gfortran #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can compile CFAST on Mac using gfortran, but I get the following warnings:

ld: warning: ld: warning: could not create compact unwind for _gres_: stack 
subq instruction is too different from dwarf stack sizecould not create compact 
unwind for _inputembeddedfire_: stack subq instruction is too different from 
dwarf stack size

ld: warning: could not create compact unwind for _gres2_: stack subq 
instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _radiation_: stack subq 
instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _door_jet_: stack subq 
instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _update_fire_objects_: stack 
subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _horizontal_flow_: stack subq 
instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _calculate_residuals_: stack 
subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _initial_solution_: stack subq 
instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _solve_simulation_: stack subq 
instruction is too different from dwarf stack size

Original issue reported on code.google.com by mobr...@gmail.com on 10 Feb 2015 at 7:53

GoogleCodeExporter commented 9 years ago
what version of gfortran are  you using?  It works for me with version 4.9 on a 
mavericks OS.

Original comment by gfor...@gmail.com on 11 Feb 2015 at 9:28

GoogleCodeExporter commented 9 years ago
also make sure you have updated to the latest revision.  we have made a number 
of changes to the source to make it compatible with gnu fortran.

Original comment by gfor...@gmail.com on 11 Feb 2015 at 9:36

GoogleCodeExporter commented 9 years ago
this is where I got the gfortran I used
https://gcc.gnu.org/wiki/GFortranBinaries

Original comment by gfor...@gmail.com on 11 Feb 2015 at 9:37

GoogleCodeExporter commented 9 years ago
I updated to the latest revision. It compiles without any warnings now. Thanks!

Original comment by mobr...@gmail.com on 12 Feb 2015 at 2:45

GoogleCodeExporter commented 9 years ago
We'll close this is since it works now.  Feel free to submit another issue if 
you have additional problems.

Original comment by cfastdev@gmail.com on 19 Feb 2015 at 3:59