24 Jun
2001
24 Jun
'01
12:11 p.m.
I believe the configure script for PoPy is broken. Try building it "by hand" instead of running the configure. You'll only have to figure out the right options for two commands. Here's what I used with gcc on a solaris system: gcc -Wstrict-prototypes -Wall -O6 \ -fomit-frame-pointer \ -I/usr/local/include/python1.5 \ -I/usr/local/lib/python1.5/config \ -DHAVE_CONFIG_H=1 \ -I/export/a/Postgres-7.0.3/include/ -Wall \ -DVERSION=\"2.0.2\" -I. -c ./PoPymodule.c ld -G PoPymodule.o \ /export/a/Postgres-7.0.3/lib/libpq.a \ -lposix4 -o PoPymodule.so -jf