On Sun, Nov 07, 1999 at 02:17:05PM +0100, Dominik Rothert wrote:
> Matthias Teege <matthias(at)mteege.de> wrote:
>
> > cc -o testpg -l /usr/local/pgsql/lib/libpq.a -I /usr/local/pgsql/include
> > testpg.c
> > ld: -l/usr/local/pgsql/lib/libpq.a: no match
>
> Probier bitte '-lpq'.
cc -o testpg -I/usr/local/pgsql/include -L/usr/local/pgsql/lib -lpq
testpg.c
liefert wieder die undefinierten Symbole. Man, stelle ich mich wirklich
so komisch an!?
Vielen Dank
Matthias
-- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 07 Nov 1999 - 14:48:40 CET