what about external libraries?

Поиск
Список
Период
Сортировка
От Lonnie Cumberland
Тема what about external libraries?
Дата
Msg-id 20010415015542.92098.qmail@web12504.mail.yahoo.com
обсуждение исходный текст
Ответы Re: what about external libraries?  (Peter Eisentraut <peter_e@gmx.net>)
Список 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/


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

Предыдущее
От: Lonnie Cumberland
Дата:
Сообщение: Re: g++ not working for postgresql extension languages?
Следующее
От: Lonnie Cumberland
Дата:
Сообщение: multiple files or adding a libfile.a to a file.so