pginterface compiling

Поиск
Список
Период
Сортировка
От Jose' Soares Da Silva
Тема pginterface compiling
Дата
Msg-id Pine.LNX.3.96.980423114424.855A-100000@proxy.bazzanese.com
обсуждение исходный текст
Ответы Re: [QUESTIONS] pginterface compiling  ("Oliver Elphick" <olly@lfix.co.uk>)
Re: [HACKERS] pginterface compiling  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Just another question
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] How to use memory instead of hd?