|
From: Patrick H. <pat...@us...> - 2003-06-13 15:18:07
|
patrickh 2003/06/13 08:18:00 PDT
Modified files:
modules/GMTL SConstruct
Log:
It is not valid to link the Python library (libpythonX.Y.a) into a
natively compiled module. This can result in weird behavior such as two
Python interpreters being initialized in the same memory space. The
symbols needed by the shared object will be resolved at load time because
the application (either the Python interpreter or some other app with the
interpreter embedded) will have to have all the Python/C API symbols linked
in.
Revision Changes Path
1.16 +1 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.15&r2=1.16&diff_format=l
|