On an alpha-dec-osf5.1 host, configure fails like so
finding the maximum length of command line arguments... ./../ltconfig[791]: no space
./../ltconfig[791]: no space
configure: error: libtool configure failed
Configure in /usr/local/src/gdb-5.1/opcodes failed, exiting.
One workaround that works for me is to change
test $i != 18 # 1 MB should be enough
to
test $i != 17 # 1 MB should be enough
in ltconfig, though this isn't a true fix. I tried changing the
previous 'test' call to '/bin/test', but that didn't help.
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb