Compile as static library

2009-01-06 Thread googler . 1 . webmaster
Hi! I have a big problem with compiling Python on MacOSX. I compile it - everything works ./configure make so I get a libpython2.5.a file which I include into a Xcode Project. I want to static link it with my project (works in Debug mode but not in Release) 1. Is there a static library flag whi

Re: Compile as static

2005-10-06 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > However the executable size is always the same :/ Please assist. At a minimum, you should edit Modules/Setup to compile all extension modules in. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Compile as static

2005-10-06 Thread Micah Elliott
On Oct 06, [EMAIL PROTECTED] wrote: > Has anyone had any luck with this? Im trying to compile python 2.4.2 on > Slackware 10.1 into one large executable. One which contains everything > required to run python (as static). So python doesn't look for > dynamically shared objects like libpthread.so.0.

Compile as static

2005-10-06 Thread tjue1
Hello List Has anyone had any luck with this? Im trying to compile python 2.4.2 on Slackware 10.1 into one large executable. One which contains everything required to run python (as static). So python doesn't look for dynamically shared objects like libpthread.so.0. I have tried ./configure --dis