Re: what about external libraries?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Lonnie Cumberland <lonnie_cumberland(at)yahoo(dot)com>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: what about external libraries?
Date: 2001-04-15 10:35:15
Message-ID: Pine.LNX.4.30.0104151234270.760-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Lonnie Cumberland writes:

> In my external funcs.cc program, I am calling using some functions that are in
> "libcryptopp.a" and now the task is to let the "funcs.so" know how to link to
> this as well, although it appears that we do not actually do any linking or I
> could simply use the "-lcrypt" command line parameter with g++

It would surely have to be -lcryptopp.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message N@ta$ 2001-04-15 13:57:39 DBD and DBI::Pg
Previous Message Brett W. McCoy 2001-04-15 04:20:03 Re: DBD::Pg 0.96 and DBI 1.15 ignoring username and password