Version 0.3.0. When running configure (with no
arguments), i get this:
--
...
configure: configuring in libltdl
configure: running /bin/sh './configure'
--prefix=/usr/local '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
--
I've tried running clean and bootstrap, same thing happens.
Logged In: YES
user_id=632973
I had this same problem, but with LDFLAGS= and CPPFLAGS=
instead of CC= and CXX=. Try typing "unsetenv CC" and
"unsetenv CXX" before configuring. Worked for me.
Logged In: YES
user_id=95924
what is your system ?
Logged In: YES
user_id=114429
i used to fix this by running `env WANT_AUTOCONF_2_5=1
autoconf` in the libltdl dir
the 0.3.1 seems to have this fixed though