Re: compiling fortran using static variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



the compiler driver used to link your executable (g++) has nothing to do
with fortran SAVE.

make sure that all you fortran is compiled with 

g77 -fno-automatic


or alternatively, properly use the SAVE statement in you fortran
routines.

if you still have problems, please post a small example and we
will figure this out :)



HTH,
bud davis




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux