My (gcc 2.95.2) build of Python 2.4.3 is failing with:
gcc -Wl,-Bexport -o python \
Modules/ccpython.o \
libpython2.4.a -lnsl -ldl-lm
Undefined first referenced
symbol in file
ldexpf
Martin v. Löwis wrote:
> [EMAIL PROTECTED] wrote:
> > 1) I've seen mention of native vs. Python getaddrinfo implementations.
> > If that's true, how can I force the program to use the Python one?
> >
> > 2) Is there an option to not use the BSD Library function?
> >
> > 3) Finally, is there a tric
I'm trying to get MoinMoin 1.5.4 running with Python 2.3.4 (installed
from an SCO Skunkworks binary). Python 2.3.4 (#1, Aug 27 2004,
18:22:39) [GCC 2.95.3 20030528 (SCO/p5)] on sco_sv3
One of the MoinMoin modules attempts to import cgi and triggers this
traceback:
Traceback (most recent call last