Re: [INTERFACES] Libpq error: Undefined symbols ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] Libpq error: Undefined symbols ?
Дата
Msg-id 25998.1045342965@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Libpq error: Undefined symbols ?  (Stéphane Pinel <spinel@noos.fr>)
Список pgsql-novice
=?ISO-8859-1?Q?St=E9phane_Pinel?= <spinel@noos.fr> writes:
> Trying to compile one of the libpq sample from the postgresql website,
> I get this error :

> "ld: Undefined symbols:
> _PQclear
> _PQerrorMessage

Looks like you forgot to link in libpq (-lpq on the command line that
produces the executable; you may also need -L to point to the directory
containing the library file).

            regards, tom lane

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

Предыдущее
От: Stéphane Pinel
Дата:
Сообщение: Libpq error: Undefined symbols ?
Следующее
От: "Denis Grannell"
Дата:
Сообщение: question on 'create domain'