|
From: Josh C. <jc...@nc...> - 2008-06-17 19:46:00
|
On Tue, 17 Jun 2008, Barry Andrews wrote: > Hi All, > > Has anyone seen this error before when running Swig Perl? "undefined symbol: > PL_sv_undef" Yes, when trying to load a module built for non-multithreaded Perl into a multithreaded Perl interpreter. Perl can (I eventually learned) be built multithreaded or not, and dynamic libraries built for one cannot be used with the other. It's a matter of compiling using Perl headers with the appropriate configuration. Nothing to do with SWIG, really. Josh |