Re: FTBFS question on sparc
On Tue, Mar 16, 2004 at 03:48:34PM -0800, Paul Telford wrote:
> 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?
Yep, sounds like the culprit.
--
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/
Reply to: