On Wed, Jun 21, 2006 at 07:33:45PM +0100, Neil Williams wrote: > Paul Martin wrote:
> > You can blame [expletive] autoconf for this one. Libraries built using
> > that prefer to use lib64 as the name of the libdir.
>
> I disagree. I'm building libqof1 on amd64 using autoconf and libqof.la
> does not refer to lib64 in any way. The line in libpopt.la that is
We had a lot of fun and games with bug #370414.
I've found the root of the bug. The problem is this bit of configure.ac:
dnl XXX Choose /usr/lib or /usr/lib64 for library installs.
MARK64=
case "${target_cpu}" in
x86_64*|powerpc64*|ppc64*|sparc64*|s390x*) MARK64=64 ;;
esac
AC_SUBST(MARK64)
--
Paul Martin <[EMAIL PROTECTED]>
pgpxuNj4LmD3U.pgp
Description: PGP signature

