Cau
please, I have done everything according to Swig Tutorial
http://www.swig.org/tutorial.html and the third command ld -G
-shared example.o example_wrap.o -o _example.so
make me this trouble :
...
example_wrap.o(.text+0x1d24):example_wrap.c: undefined reference to
'Perl_sv_setpv' ...
I tried to something like that >
ld -G -shared example.o example_wrap.o -o _example.so -lc -lpthread
 -L/lib/perl5/5.8/cygwin/CORE -lperl
but the same result or it doesnt can some of this commands (like a
-lc)

Please whats wrong?
win32, perl5.8, swig
thanks tom




_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to