Re: FTBFS question on sparc
On Tue, 16 Mar 2004, Ben Collins wrote:
> Look in configure and find out why it is even looking for a lib subdir.
> I suspect this is like some other case I saw where on x86_64, this is
> normal (which breaks on sparc64, because it should not do this there).
Ah, thanks for the hint. The offending configure code, in part:
kdelibsuff=none
# Check whether --enable-libsuffix or --disable-libsuffix was given.
if test "${enable_libsuffix+set}" = set; then
enableval="$enable_libsuffix"
kdelibsuff=$enableval
fi;
if test "$kdelibsuff" = "none"; then
if test -d /lib64 ; then
kdelibsuff=64
else
kdelibsuff=
fi
fi
So I assume I just need --disable-libsuffix?
Paul.
--
Paul Telford | 1024D/431B38BA | pxt@debian.org | paul@droflet.net
C903 0E85 9AF5 1B80 6A5F F169 D7E9 4363 431B 38BA
Reply to: