Hi,
has anyone here successfuly build the postgres driver for aolserver on OS X (10.0.4)? I always get an "cc: cannot specify -o with -c or -S and multiple compilations make: *** [nspostgres.o] Error 1".
I'm using aolserver3.4 (binary distribution for Darwin-PPC) and Postgres 7.1.2. I've downloaded the nspostgres3.0 source and changed the Makefile to the follwing - please take a lock at the end of the mail.
Anyone has a guess? Are there other OS X users, that are successfuly using openacs, aolserver and postgres on OS X?
Thanks for any help.
Chris
################
#
# $Header: /cvsroot/aolserver/nspostgres/Makefile,v 1.2 2000/08/20 16:12:48 kriston Exp
$
#
# nspostgres --
#
# Postgres internal database driver.
NSHOME = /usr/local/aolserver
# Module name
MOD = nspostgres.so
# Objects to build.
OBJS = nspostgres.o
# Extra libraries
MODLIBS = /usr/local/pgsql/lib -lpq
# Extra compiler flags
CFLAGS = /usr/local/pgsql/include
include $(NSHOME)/include/Makefile.module