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 ?