[Zope] PoPy.2.0.1 Needs Postgresql?

Jan-Frode Myklebust janfrode@parallab.uib.no
Sun, 24 Jun 2001 14:11:46 +0200


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