Arjen Markus wrote:
> Does this mean you can now properly build static libraries?

Yes, I can build them with the mentioned svg.c change and with Alan's:

Index: include/pldll.h
===================================================================
--- include/pldll.h     (revision 8861)
+++ include/pldll.h     (working copy)
@@ -37,6 +37,8 @@
   #define PLDLLIMPEXP PLDLLIMPORT
   #define PLDLLIMPEXP_DATA(type) PLDLLIMPORT type
 #else
+  #define PLDLLEXPORT
+  #define PLDLLIMPORT
   #define PLDLLIMPEXP
   #define PLDLLIMPEXP_DATA(type) type
 #endif

The C and C++ examples work fine.

-- Robert

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