libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] lower cap on max_cmd_len to fix hppa2.0w-hp-hpux11.00


From: Robert Boehne
Subject: Re: [PATCH] lower cap on max_cmd_len to fix hppa2.0w-hp-hpux11.00
Date: Mon, 09 Jul 2001 16:24:21 -0500

Michael Elizabeth Chastain wrote:
> 
> My approach is "be conservative in what you send, and liberal in
> what you accept".  That's why I want libtool configuration to be more
> conservative in what it sends, so that it can interoperate in an
> imperfect world.
> 
> MichaelC

Michael:

After a bit of deliberation I'm accepting this patch.  It seems that
you are NOT the only one with this problem, and the impact is relatively
minor.  Perhaps a bribe will hasten the process next time...  ;)  I'm
joking of course!

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
2001-07-09  Robert Boehne  <address@hidden>

        From Michael Elizabeth Chastain <address@hidden>:
        * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN):  Set max_cmd_len
        to a maximum of 512Kb, as it seems some HPUX 11.0 systems
        have trouble with 1MB.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.188
diff -u -r1.188 libtool.m4
--- libtool.m4  2001/07/09 19:19:24     1.188
+++ libtool.m4  2001/07/09 21:10:40
@@ -568,7 +568,7 @@
                = "XX$testring" &&
             new_result=`expr "X$testring" : ".*" 2>&1` &&
             lt_cv_sys_max_cmd_len=$new_result &&
-            test $i != 18 # 1 MB should be enough
+            test $i != 17 # 1/2 MB should be enough
     do
       i=`expr $i + 1`
       testring=$testring$testring

reply via email to

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