> Hi Arjen,
>
>> Well, Fortran 95 is an (almost) strict superset of FORTRAN  77, so any
>> F95
>> compiler should be able to handle F77 as well (*).
>>
>> The problem you encounter here most likely has to do with naming and
>> calling
>> conventions. I have never tried gfortran under MinGW (got g95 instead),
>> but
>> it is likely - in view of the use of DLLs - that the name in the object
>> files should be
>> [EMAIL PROTECTED] etc.
>>
>> Can you check what symbols you have in the libplplotf77d.dll DLL? (via
>> nm
>> or strings or whatever)?
>
> I attached the output of nm for libplplotd.dll and libplplotf77d.dll. I
> think that we should try to make plplot work for gfortran, since it's
> the standard fortran compiler of MinGW (g95 is not favoured by the MinGW
> guys for some reason) and it's very easily installed (e.g.
> http://www.miscdebris.net/plplot_wiki/index.php?title=Setup_mingw ).
>

Hi Werner,

from the nm output my guess is the trailing underscore is the problem.
Well, this will require some experimentation. I will have a look at
the gfortran/MinGW combination. I am fairly sure that a solution for
the F77 bindings will also be a solution for the F90 bindings.

Regards,

Arjen


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to