g77 - Help!
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
g77 - Help!
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!
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
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?
Visualize Your Data
support@dplot.com
support@dplot.com