Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 22:35:33 -0500
From:      Jason Hellenthal <jhellenthal@dataix.net>
To:        sbruno@freebsd.org
Cc:        "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: [sudo] configure --host=i386
Message-ID:  <20120229033533.GA84100@DataIX.net>
In-Reply-To: <1330455619.3092.10.camel@powernoodle-l7.corp.yahoo.com>
References:  <1330455619.3092.10.camel@powernoodle-l7.corp.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Try i486 instead. There is a setting in the compiler code that was
changed a long while back to where it will only compile to i486 and
above. I would think that this is probably what you are seeing.

This is what I have on 8-STABLE for GCC but for clang I have no clue.

contrib/gcc/config/i386/i386.c

On Tue, Feb 28, 2012 at 11:00:19AM -0800, Sean Bruno wrote:
> I was trying to cross compile sudo for i386 on an amd64 host and was
> befuddled by the following ./configure error output.
> 
> checking for library containing crypt... -lcrypt
> checking for library containing getspnam... no
> checking for library containing getprpwnam... no
> configure: error: "dlopen present but libtool doesn't appear to support
> your platform."
> 
> 
> I've tried this on 7,8,9 and head with the same result.  Thoughts?
> 
> Sean
> 
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"

-- 
;s =;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120229033533.GA84100>