bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alpha-dec-osf5.1: configure: ltconfig: max command-line length discovery


From: Mike Coleman
Subject: alpha-dec-osf5.1: configure: ltconfig: max command-line length discovery fails
Date: Mon, 10 Dec 2001 17:38:54 -0600 (CST)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]