Hi, all
I have this message when I try to compile pginterface...
Please help...
$ make all
cc -c -g -Wall -I/usr/local/pgsql/include pginterface.c halt.c
cc -g -Wall -I/usr/local/pgsql/include -L/usr/local/pgsql/lib -lpq -o .c
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x5a): undefined reference to `main'
make: *** [.c] Error 1
verde:~/pgsql/contrib/pginterface$
Jose'