No, how do I link against libc? I added libraries=['libc'] to my setup.py file, but then dllwrap couldn't find llibc.
Or do I have to add a special library path? Chris Colbert wrote: > did you link to libc? (i think that's where time.h is implemented) > > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
