Hi Arjen,
On 17.04.2009, at 09:27, Arjen Markus wrote:
> Hi Werner,
>
> the update has worked insofar that now I can build the Fortran 90/95
> examples. But for reasons I have not been able to work out yet, the
> Fortran examples (F77 and F95) fail:
> - plsetopts reports a negative number of argu
Hi Werner,
the update has worked insofar that now I can build the Fortran 90/95
examples. But for reasons I have not been able to work out yet, the
Fortran examples (F77 and F95) fail:
- plsetopts reports a negative number of arguments
- then there is an access violation and the program aborts
Od
Hi Arjen,
On 16.04.2009, at 13:56, Arjen Markus wrote:
> Hi Werner,
>
> I now have more information on the issue with F90/95:
>
>>> - Something goes wrong with F90 - I have not had a chance yet
>>> to determine the cause, but it looks like a mistake in the library
>>> name or similar.
>>>
>
> I
Hi Werner,
I now have more information on the issue with F90/95:
>
>> - Something goes wrong with F90 - I have not had a chance yet
>> to determine the cause, but it looks like a mistake in the library
>> name or similar.
>>
It turns out that the DLL contains symbols like _plplot_MP_pladv (
Hi Arjen,
> I have some further information on this issue:
> - I set MSYS to 1 as explained below and I explicitly set the
> path to the right import libraries for gdi32and comdlg32 (not
> comgdi32) for GCC under MSYS. That works.
> This means:
> - The C library and examples build okay as
Hi Werner,
see my other reply to this subject. I am making progress, for the moment
using a brute force method, but it seems to work ;).
When I have the F90 stuff ready too, I will look at the various build
options and how they affect the build structure.
Regards,
Arjen
Delft Hydraulics, Geo
Hello,
I have some further information on this issue:
- I set MSYS to 1 as explained below and I explicitly set the
path to the right import libraries for gdi32and comdlg32 (not
comgdi32) for GCC under MSYS. That works.
This means:
- The C library and examples build okay as do C++ and
Hi Arjen,
>
> I have been trying to get PLplot to build under MSYS on Windows
> (FYI: MSYS is the Linux/UNIX-like environment for MinGW), but
> so far I have failed. The reason is that CMake picks up the
> MS Visual C/C++ import libraries for the system libraries gdi32.dll
> and comgdi32.dll.
>
> H