Re: linking with math.so

2006-05-12 Thread Heiko Wundram
Am Donnerstag 11 Mai 2006 18:49 schrieb [EMAIL PROTECTED]: > "importing math" as far as I can tell right now, invokes a shared > library (math.so). Now I have a shared library dependency that I dont > want. Is there a way to get the math functionality from a dot a or a > dot o, so I dont have t

linking with math.so

2006-05-11 Thread imdognuts
hi, My application that contains the .o's that were generated from using "freeze" needs to import math. The point of using freeze was to make a static application that can be shipped as a single entity (it contains the dot o's from libpython2.4.a), vs having to worry about external python dependen