ldexpf undefined in Python 2.4.3 build on SCO OSR 5.0.5

2006-07-24 Thread edcdave
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

Re: getaddrinfo not found on SCO OpenServer 5.0.5

2006-07-23 Thread edcdave
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

getaddrinfo not found on SCO OpenServer 5.0.5

2006-07-21 Thread edcdave
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