[Pyrex] modules

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Dec 3 03:18:48 CET 2005


Elias Pschernig wrote:

> both
> a.so and b.so are now linked to my external library, and therefore all
> global variables in that library get duplicated

It sounds like you want to link a.so and b.so with
your library dynamically rather than statically.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+



More information about the Pyrex mailing list