This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Broken readline configure in gdb cross build ...


I just did:

../gdbcvs/src/configure --build=i686-pc-linux --host=mipsel-linux
--target=mipsel-linux

from gdb_6_2-branch of today.

I get this when doing make :
.
.
.
checking for mbsrtowcs... yes
checking for wcwidth... yes
checking for mbstate_t... configure: error: cannot run test program
while cross compiling
See `config.log' for more details.
make: *** [configure-readline] Error 1

I know that placing this line:

bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}

in readline's config.cache will work around, but isn't it about time
that someone fixed readline's configure?

David Daney


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]