mxCGIPython question (was: Build the Python library into the binary)

Oleg Broytmann phd at emerald.netskate.ru
Tue Jul 6 12:33:55 EDT 1999


On Tue, 6 Jul 1999, M.-A. Lemburg wrote:
> The same problem seems to exist on Unix platforms. For some
> reason, the symbols defined in cgipython are not accessible
> to the dynamic linker on Unix. Don't know why, because 'nm cgipython'
> clearly shows them as being defined...

   I am not sure, but I think on most systems symbols should be exported
explicitly with -E linker flag (for gcc it is -Wl,-E option)

> Cheers,
> -- 
> Marc-Andre Lemburg
> ______________________________________________________________________
> Y2000:                                                   178 days left
> Business:                                      http://www.lemburg.com/
> Python Pages:                           http://www.lemburg.com/python/

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list