Re: /usr/libexec/elf/ld: cannot find -lpq

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: /usr/libexec/elf/ld: cannot find -lpq
Дата
Msg-id Pine.LNX.4.30.0204041459130.683-100000@peter.localdomain
обсуждение исходный текст
Ответ на /usr/libexec/elf/ld: cannot find -lpq  ("Eduardo Kotujansky" <eduardo@complex.com.br>)
Список pgsql-interfaces
Eduardo Kotujansky writes:

> complex# make
> make  all-recursive
> Making all in everestserver
> Making all in docs
> Making all in en
> c++  -g -O2  -o everestserver  main.o -lpq
> /usr/libexec/elf/ld: cannot find -lpq
> *** Error code 1

You are missing an -L option that points the linker to the directory where
libpq is installed.

For details, read the documentation:

http://www.us.postgresql.org/users-lounge/docs/7.2/postgres/libpq-build.html

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: "Eduardo Kotujansky"
Дата:
Сообщение: /usr/libexec/elf/ld: cannot find -lpq
Следующее
От: Didier Bretin
Дата:
Сообщение: pgaccess and libtcl