Results 1 to 1 of 1
Hi
I want to know , for compatibility reasons I am trying to create an static and a dynamic library of the same bunch of objects .
I compile the ...
- 01-28-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 1
Build a static library using object for a Dynamical Library
Hi
I want to know , for compatibility reasons I am trying to create an static and a dynamic library of the same bunch of objects .
I compile the object using the -fPIC switch
after I want archive all the object in an a file
is there a problem if i put objects created for a dynamic library with the -fpic or -fPIC into a static library ?


Reply With Quote