Postgres --enable-sql

Martin Sengstschmid Martin Sengstschmid" <ms@musiker.at
Sat, 27 Oct 2001 21:49:47 +0200


I run FreeBSD 4.4 and I installed PostgreSQL.

I edited my Makefile 

and added --enable-sql

CONFIGURE_ARGS=        --with-glib-config=${GLIB_CONFIG} --enable-sql

First the "make" was ok.

BUT

"make install"

wants to generate a file

m4 base-objects.m4>base-autogen.c

This file got a size of 3GB -> I canceled "make install"

Without --enable-sql everything works fine.

What kind of mistake did I make?

Thanks for help!
Martin