On Sun, Dec 23, 2007 at 09:24:25AM +0100, Daniel Baumann wrote: > tags 457263 +patch > thanks > > Ubuntu apprently seems to build dialog with -fPIC: > http://patches.ubuntu.com/d/dialog/dialog_1.1-20071028-1ubuntu1.patch
Static libraries should be build without -fPIC, unless there is a very good reason why it should need -fPIC. Please see policy section 10.2. I suggest you make a dialog_pic.a version instead. But I would really look into why it's not providing a shared version of the library and try to provide one. You probably want to talk to upstream about this. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

