tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Compile .c file to .pyd


From: Ahd Abd-Elrazek
Subject: [Tinycc-devel] Compile .c file to .pyd
Date: Tue, 17 Nov 2015 13:59:31 +0000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]