Re: [Hamlib-developer] hamlib-1.1.3 RPM anyone ?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2003-01-01 22:12:29
|
On Tue, Dec 31, 2002, Robert Steinhäußer wrote: > seems like the current CVS doesn't support gcc-3.2 either. I'm running Gentoo > 1.4RC1 (gcc-3.2.1) and autogen.sh fails: For once, gcc is not at fault here. > (...) > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > (...) > configure: configuring in libltdl > configure: running /bin/sh './configure' --prefix=/usr/local > '--enable-maintainer-mode' 'CC=gcc' 'CXX=g++' --enable-ltdl-convenience > - --cache-file=/dev/null --srcdir=. > configure: warning: CC=gcc: invalid host type > configure: warning: CXX=g++: invalid host type > configure: error: can only configure for one host and one target at a time > configure: error: /bin/sh './configure' failed for libltdl The problem most probably lies with autoconf or the configure script embedded in libtool libltdl. What version of autoconf are you running from your autogen.sh ? Happy new year and all the best! Stephane |