what about external libraries?

From: Lonnie Cumberland <lonnie_cumberland(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: what about external libraries?
Date: 2001-04-15 01:55:42
Message-ID: 20010415015542.92098.qmail@web12504.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello All,

I finally was able to get the EXTERN "C" statement to work while compiling my
postgresql extension c++ functions.

No my question is on how to handle my external library?

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++

Does anyone know how to do this?

Cheers,
Lonnie

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lonnie Cumberland 2001-04-15 02:21:31 multiple files or adding a libfile.a to a file.so
Previous Message Lonnie Cumberland 2001-04-15 01:33:36 Re: g++ not working for postgresql extension languages?