Re: RFC: Support for unstable ABIs

2006-08-09 Thread Ralf Wildenhues
Hello Simon, Apologies for the delay. * Simon Richter wrote on Tue, Jul 11, 2006 at 03:57:36PM CEST: > > a lot of projects that are just starting out still make quite a lot of > changes to their library ABI, so it does not make full sense to build a > shared library right away, but sometimes it

RFC: Support for unstable ABIs

2006-07-11 Thread Simon Richter
Hi, a lot of projects that are just starting out still make quite a lot of changes to their library ABI, so it does not make full sense to build a shared library right away, but sometimes it is still necessary to have PIC code around, for example when building a plugin to be dlopen()ed by some pro