multiple files or adding a libfile.a to a file.so - Mailing list pgsql-interfaces

From Lonnie Cumberland
Subject multiple files or adding a libfile.a to a file.so
Date
Msg-id 20010415022131.41949.qmail@web12508.mail.yahoo.com
Whole thread Raw
List pgsql-interfaces
Hello All,

I guess that my question from the previous messages can be simplified to ask
how can I add multiple files to a single "funcs.so" file being generated.

for example if I have three files: funcs1.cc funcs2.cc funcs3.cc

and am currently using this compile line:

g++ -I./include -I./backend -O2 -Wall
-Wmissing-prototypes -Wmissing-declarations -I/usr/include/pgsql -I/usr/include
-fpic -c -o funcs.o funcs.cc

g++ -shared -o funcs.so funcs.o
then how can I add ALL of the files to this funcs.so so that it can be loaded
by the PL/pgSQL parser and I can use my functions.

Originally, I have the 3 funcs files compiled into a libcryptopp.a, but I was
thinking that it might be easier to try and just add all of the sources
although there should be a was to simply add the libcryptopp.a file.

Any ideas on this?

Cheers,
Lonnie


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


pgsql-interfaces by date:

Previous
From: Lonnie Cumberland
Date:
Subject: what about external libraries?
Next
From: "Brett W. McCoy"
Date:
Subject: Re: DBD::Pg 0.96 and DBI 1.15 ignoring username and password