"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> ./configure --prefix=/home/chriskl/local --enable-integer-datetimes --enabl
> e-thread-safety --with-perl --with-pam --with-openssl --no-create --no-recu
> rsion
> access/SUBSYS.o: In function `ComputeDataSize':
> /home/chriskl/pgsql-temp/src/backend/access/common/heaptuple.c:46: undefined
> reference to `assert_enabled'
Try a "make clean". Looks to me like you have some files built with
--enable-cassert and some without.
regards, tom lane