I use Linux for programming and i want to make a Windows executable using python 2.7 on Linux.How can i do this? I tried installing bbfreeze but get an error while doing python setup.py install. Error:
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
I have python-dev installed to newest version