Hi All,

I have python 3.4 and i want to compile .c file to .pyd file

I followed the command in this post 
http://stackoverflow.com/questions/17255828/compile-c-files-to-pyd

when i write this:


"tcc.exe" sptk.c -o sptk.pyd -shared -I C:\Python34\include -L C:\Python34\libs 
-lpython34


i get:

tcc: cannot find -lpython3.4


Am i missing something or what is the correct way?



Best Regards,
T.A. Ahd Abd El-Razek Mostafa
Computer Science Department
Faculty of Computer and Information Sciences
Ain Shams University
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to