Jerry He wrote:
> Ok, I managed to get rid of the weird Tcl_Append, and
> strlen error messages, but right now I'm left with
> undefined references to what seems like Python-C API
> objects.
>
> Does anyone know how to handle these undefined
> references?
Write a distutils setup.py script to do
>From Jerry He:
>For the third one however
>ld -shared example.o example_wrap.o -o
_example.so
>It gave me a long list of errors listed at the end of
>this email.
Ok, I managed to get rid of the weird Tcl_Append, and
strlen error messages, but right now I'm left with
undefined references to w