Re: Problems linking to libpq

Поиск
Список
Период
Сортировка
От Andrew McMillan
Тема Re: Problems linking to libpq
Дата
Msg-id 1026867978.5037.279.camel@kant.mcmillan.net.nz
обсуждение исходный текст
Ответ на Problems linking to libpq  ("Jim Morcombe" <robust@vianet.net.au>)
Список pgsql-novice
On Tue, 2002-07-16 at 15:59, Jim Morcombe wrote:
> have started at the beginning of the PostSQL Programmer's Guide and have typed in part of example 1.1 on page 23.
>
> I have followed the instructions in section 1.12 for building the program.
>
> The program compiles cleanly using the instructions in the manual :
>     cc -I/usr/local/pgsql/include jim.c
>
> I then compile it with the instruction
>     cc -o jim jim.o -L/usr/local/pgsql/lib -lpq
>
> However, I get the following errors:
>
> Undefined symbol
> PQfinish
> PQsetdbLogin
> pqstatus
> fprint
> PQerrorMessage
>
> The manual says this occurs if I forgot the -lpq option, which I have not done.

You haven't forgotten the libraries, you have forgotten the includes -
you will need a -I/path/to/postgres/include on there as well, I believe.

Regards,
                    Andrew.
--
--------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/        PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201    MOB: +64(21)635-694    OFFICE: +64(4)499-2267
       Are you enrolled at http://schoolreunions.co.nz/ yet?


В списке pgsql-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Automatic update of table, does not update web site
Следующее
От: "Jim Morcombe"
Дата:
Сообщение: Re: Problems linking to libpq