Menu

#12 Configure libltdl breaks

open
nobody
None
5
2003-06-06
2003-06-06
Anonymous
No

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.

Discussion

  • James Gibbs

    James Gibbs - 2003-06-07

    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.

     
  • rzr

    rzr - 2003-09-10

    Logged In: YES
    user_id=95924

    what is your system ?

     
  • Mike Frysinger

    Mike Frysinger - 2004-01-03

    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

     

Log in to post a comment.