Lothar Scholz wrote:
Maarten Sneep <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
On Mac OS X the shared library functionality is obtained through
frameworks. It may detect this by default, but I'm not sure about
Not good. I don't want frameworks. I must embedd python into my
Maarten Sneep <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> On Mac OS X the shared library functionality is obtained through
> frameworks. It may detect this by default, but I'm not sure about
Not good. I don't want frameworks. I must embedd python into my
application.
Sett
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Lothar Scholz) wrote:
> i tried to generate a dynamic library from the official
> Python-2.4.0.tgz on MacOSX 10.3 but when i do the
>
> ./configure --enable-shared ; make ; sudo make install
>
> It links statically. It's also strange that i can