Re: convenience libraries.

2005-12-16 Thread Ralf Wildenhues
Hi Yuri, * Pooh wrote on Fri, Dec 16, 2005 at 03:01:57PM CET: > > Why not have both versions for these intermediate libraries, and when > producing final executable or shared library use the needed, depending > on the flags - use non-PIC version for executable, if for example > -static is spec

convenience libraries.

2005-12-16 Thread Pooh
Good day! I want to build from a set of sources an intermediate library (PIC version, to link it into a shared library afterwards), and from the same sources with the same flags a static intermediate library (from non-PIC objects). When i compile a source file, two files are generated, a PIC o