W
woodbrian77
Up till now I've just been building a static library.
Now I want to also create a shared library.
I'm trying to figure out how to compile the files
without the fpic option for the static library and
then add fpic and recompile the files for the shared
library. I'd like to do this from one makefile.
I've been duckduckgoing --
https://duckduckgo.com -- for a couple of hours,
but haven't figured it out. (Currently I have it
building both a static and shared library, but the
files that go into the static library were compiled
with fpic. http://webEbenezer.net/misc/makefile )
I was reading this thread about libraries:
https://groups.google.com/forum/?fr...ynamic/comp.lang.c++/WdiIeG8yftQ/zx1KYYJ6j_oJ
Is there a shared lib revival in the data center?
It seems some of the difficulties regarding shared
libs mentioned in that thread vanish in a data center.
Thanks in advance.
Brian
Ebenezer Enterprises - in G-d we trust.
http://webEbenezer.net
Now I want to also create a shared library.
I'm trying to figure out how to compile the files
without the fpic option for the static library and
then add fpic and recompile the files for the shared
library. I'd like to do this from one makefile.
I've been duckduckgoing --
https://duckduckgo.com -- for a couple of hours,
but haven't figured it out. (Currently I have it
building both a static and shared library, but the
files that go into the static library were compiled
with fpic. http://webEbenezer.net/misc/makefile )
I was reading this thread about libraries:
https://groups.google.com/forum/?fr...ynamic/comp.lang.c++/WdiIeG8yftQ/zx1KYYJ6j_oJ
Is there a shared lib revival in the data center?
It seems some of the difficulties regarding shared
libs mentioned in that thread vanish in a data center.
Thanks in advance.
Brian
Ebenezer Enterprises - in G-d we trust.
http://webEbenezer.net