Peter Kropf <[EMAIL PROTECTED]> wrote: > At some point in the past, using McMillan's original version, I had it > link against the static library so that the shared library didn't have > to ship with the product. It's been a while but I should be able to > dredge up what I had done to see if it works with pyinstaller.
Yes, this could be a solution to the problem. I guess it might require some changes to Makefile.py, which is the generator of Makefile, so that it supports static compilation of the bootloader. In fact, I would love a patch for this... Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
