and use the Python.h in the lib/windows/python/include directory. MSVC++ doesn't like linking with a gcc compiled frozen library.
setenv CFLAGS "-g -Wall -I/usr/local/Python-1.6/Include" setenv LDFLAGS "-L/usr/local/Python-1.6" aclocal autoconf automake -a ./configure make