This "setup.py" file is not going to work because the compiler is sending the "-shared" flag and once that one is used by the linker we do not have a valid executable (we have a library). According to the disutils documentation there is a way to send the flags to the linker avoiding this one but I haven't use it before. I have to figure out how to correctly do the setup.cfg for this.
In the meantime I fixed (I hope) the detection of the path for libpython##.so.##.#. Now I'm parsing another variable "LIBDIR" from the Python's Makefile. These value is feed into "binlib" which is then use for the generation of the path. -William _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
