Re: static part of a shared library

2008-11-16 Thread Ralf Wildenhues
Hello Bill, * Bill Northcott wrote on Sun, Nov 16, 2008 at 07:07:38AM CET: As others wrote you need a convenience library. However, as the code you are compiling will be part of a shared library, you need to use appropriate compiler flags. -fPIC is defaulted on the Apple compilers but I

Re: static part of a shared library

2008-11-15 Thread Bill Northcott
On 16/11/2008, at 4:02 AM, matej wrote: So imagine this situation: You want to compile a (shared) library. And you also have very good reasons for requiring that a part of the library is build as a static library ONLY and that the rest depends on it. So once more: 1. I want to build a static

static part of a shared library

2008-11-14 Thread Matěj Týč
Greetings to all of you, I would like to use libtool with a multiplatform library that has some complicated structure (ASM routines, some 'main' function hijacking etc.) I think that libtool may be the right tool for managing the build and the linking afterwards. So imagine this situation: You

Re: static part of a shared library

2008-11-14 Thread Dan Nicholson
On Fri, Nov 14, 2008 at 9:40 AM, Matěj Týč [EMAIL PROTECTED] wrote: Greetings to all of you, I would like to use libtool with a multiplatform library that has some complicated structure (ASM routines, some 'main' function hijacking etc.) I think that libtool may be the right tool for managing