Page 1 of 1

g77 - Help!

Posted: Wed May 15, 2013 4:34 pm
by DPlotAdmin
If you use the g77 compiler, what version is it and where did you get it? This is semi-important because it is, well, free. I'm having a bit of trouble with it and the additional functions I've added to the example program. In particular atan2 seems to not work correctly and/or crashes. I tried replacing it with my own function that uses atan, but it doesn't work either!

Posted: Sat May 18, 2013 3:56 pm
by DPlotAdmin
I tried the successor gfortran, but am apparently using the wrong compiler options. It doesn't recognize -fcase-preserve, which leads to an unresolved external error with the DPLOTLIB functions, whose names mix case. Any suggestions?