Grzegorz Dostatni wrote:
> Is there a way to tell freeze to create a statically linked executable?
> Freeze commandline does not appear to have that option. I'm sure that in a
> day or two I can figure out the Makefile it generates and perhaps
> substitute the object files to create what I need, but I'm hoping there is
> someone out there who can help me (or at least save me a lot of time).

You need two days to figure out the Makefile? Just changing
LDFLAGS/LINKFORSHARED should do the trick.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to