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

From: "Eduardo Kotujansky" <eduardo(at)complex(dot)com(dot)br>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: /usr/libexec/elf/ld: cannot find -lpq
Date: 2002-04-04 19:01:36
Message-ID: 000901c1dc0b$2cc8e980$0301a8c0@YOSEMITE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I don´t know if it is about that list, but...there is my problem trying to
compile a C++ app on a FreeBSD machine:

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

Stop in /root/rewq/everestserver.
*** Error code 1

Stop in /root/rewq/everestserver.
*** Error code 1

Stop in /root/rewq.
*** Error code 1

Stop in /root/rewq
------------------------

Thanks for any help!
Eduardo

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Eisentraut 2002-04-04 20:00:15 Re: /usr/libexec/elf/ld: cannot find -lpq
Previous Message jtv 2002-04-04 16:54:53 Re: libpq++: trouble getting "copy table from" to work...