On 2008-09-07 22:27+0200 Werner Smekal wrote:

> Hi,
>
> the email below was somehow never sent, since it stayed in my Drafts folder, 
> so I send it again.
>
> Werner
>
> Ok,
>
> one step forward. The import library libplplotf77cd.dll.a (to which is
> linked to) doesn't contain any symbols. If I change in plstubs.h
> STUB_LAU to
>
> #define FNAME(x,y)    PLDLLIMPEXP y##_
> #define FNAME_(x,y)   y##_
>
> it's still not possible to link to libplplotf77cd.dll.a (although it
> contains symbols of the correct name - but it's possible to link
> directly to libplplotf77cd.dll if I make changes to the files produced
> by cmake. So it seems that for MinGW 4.x.x the functions are also not
> exported by default (as with Visual C++) - I thought that this is now
> possible but not default (there is some visibility flag which can be set).
>
> Maybe someone has some additional ideas.

Hi Werner:

Is PLDLLIMPEXP defined properly for MinGW? From looking at include/pldll.h,
I suspect it is not, although I may be missing something.

Alan

-------------------------------------------------------------------------
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