Topic: -ldis update?
Jeff,
There's a newer version of DISLIN available on the DISLIN web site.
I downloaded it (disgf_d.a and dislin_d.f90) and would like to include the new version files in my program.
In the SF project menu under linker options, the flag -ldis exists but I don't know how to redirect it to the newer verions DISLIN files. If I include the newer disgf_d.a and dislin_d.f90 files in a SF DISLIIN module it compiles but DISLIN does not work as expected.
Is -ldis retrieving older dislin files from somewhere else?
If I remove -ldis the program doesn't compile.
Perhaps I should not include disgf_d.a in a module in SF?
The older dislin version works fine using only dislin_d.f90 in a module and the linker -ldis option.
Any advice on how to use the dislin library would be welcome.
Frank