pginterface compiling - Mailing list pgsql-hackers

From Jose' Soares Da Silva
Subject pginterface compiling
Date
Msg-id Pine.LNX.3.96.980423114424.855A-100000@proxy.bazzanese.com
Whole thread Raw
Responses Re: [QUESTIONS] pginterface compiling
Re: [HACKERS] pginterface compiling
List pgsql-hackers
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'


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Just another question
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] How to use memory instead of hd?