On Fri, Mar 25, 2005 at 12:31:00PM +0100, Ricardo Mones wrote: > On Sun, 20 Mar 2005 15:27:17 +0100 > Kurt Roeckx <[EMAIL PROTECTED]> wrote: > > > It's also trying to make a shared library without using -fPIC. > > This also causes build failures on other arches and is probably > > the result of not using libtool properly. It also linking > > staticly to it, so it should probably be easy to work around > > that. > > Could you to explain me how? Sorry for being dense but I don't see what > workaround are you referring to. I don't want to install the library > globally but the plugin needs it, how can I achieve this without static > linking?
Since you only want to link staticly, there is no need to make the shared version. Only the shared version requires the -fPIC. It shouldn't be too hard to let it only make the static version. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]