I'd like to fix a build issue for mpeg2dec [1] on hppa. The Debian
autobuilder failed on it [2]. The culprit appears to be the use of the
--mode=compile option -prefer-non-pic. It looks like it incorrectly
assumes it didn't have to use -fPIC on hppa then fails at link time [3].
The intent of u
* Michel LESPINASSE <[EMAIL PROTECTED]> [20021009 19:57]:
> On Wed, Oct 09, 2002 at 06:27:18PM -0500, Robert Boehne wrote:
> > Ok, let me see if I understand this one,
> > under Linux hppa, (presumably with gcc) user has added -prefer-non-pic
> > to the CFLAGS explicitly, and configured with --ena
* Charles Wilson <[EMAIL PROTECTED]> [20021030 20:23]:
> >2. 'make install DESTDIR=' fails (or relinks to an old version of a
> >dependent lib) when the project contains dependent libraries.
> >
> >This bug affects all platforms.
>
> Demonstrates the problems with dependent shared libraries
> and
* Charles Wilson <[EMAIL PROTECTED]> [20021030 21:20]:
> David I. Lehn wrote:
>
> >Could someone -please- either let all of us know how to properly deal
> >with this relink issue or just apply the ltmain.sh patches in the latest
> >Debian libtool package to CVS?