Gentoo Archives: gentoo-dev

From: Markus Krainer <markus-krainer@××××××.at>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] libmcrypt ebuild problem
Date: Sat, 08 Jun 2002 08:37:41
Message-Id: 3D020870.8000107@chello.at
In Reply to: [gentoo-dev] libmcrypt ebuild problem by Roman Weber
1 Roman Weber wrote:
2
3
4 > I'm trying to write an ebuild for the libmcrypt 2.5.1.
5 > (Update to actual version)
6 > Only copying the old ebuild doesn't work.
7 >
8 > Has someone an idea, how to resolve this configure 'issue'?
9 >
10 > configure: configuring in libltdl
11 > configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr'
12 > '--mandir=/usr/share/man' '--infodir=/usr/share/info'
13 > '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib'
14 > '--host=i686-pc-linux-gnu' '--disable-posix-threads' 'CFLAGS=-march=i686
15 > -O3 -pipe' 'host_alias=i686-pc-linux-gnu' --enable-ltdl-install=no
16 > --cache-file=/dev/null --srcdir=.
17 > configure: warning: CFLAGS=-march=i686 -O3 -pipe: invalid host type
18 > configure: warning: host_alias=i686-pc-linux-gnu: invalid host type
19 > configure: error: can only configure for one host and one target at a
20 > time
21 > configure: error: /bin/sh './configure' failed for libltdl
22
23 Remove "--host=${CHOST}" in ./configure
24 HTH
25
26 -Markus-