[kaffe] Re: AmigaOS Config failure

Dalibor Topic robilad@yahoo.com
Tue Jun 10 09:55:01 2003


--0-1139635125-1055264301=:88494
Content-Type: text/plain; charset=us-ascii
Content-Id: 
Content-Disposition: inline

Hi Tony,

--- Tony Wyatt <wyattaw@optushome.com.au> wrote:
> Hi Dalibor,

> It now hangs up trying to ascertain the maximum command length. I'm sure it
> did this before in the old configure, but I can't find it to compare. I may
> be thinking of another application, like gmp.

I've attached a patch against libltdl/acinclude.m4 and put up an updated
distribution of kaffe on http://www.kaffe.org/~robilad/kaffe-1.1.0-dt-1.tar.gz
 beside the libtool patch, it includes my fopen patches as well.

could you give it a try and see if that one works better?

> Why does this silly configure program start looking for FORTRAN compilers?
> It found a half-finished FORTRAN installation of mine and got itself in a
> real knot trying to configure it. I had to rename it to make it invisible.

libtool 1.5 introduced this bit of sillyness. See the thread at
http://mail.gnu.org/archive/html/libtool/2003-06/msg00006.html for a patch to
libtool ... I'll wait util it all calms down, and update our libtool
accordingly.

cheers,
dalibor topic

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
--0-1139635125-1055264301=:88494
Content-Type: text/plain; name="patch-libtool-amiga-max-command-line-length.diff"
Content-Description: patch-libtool-amiga-max-command-line-length.diff
Content-Disposition: inline; filename="patch-libtool-amiga-max-command-line-length.diff"

This patch should be fowarded upstream.

See http://www.kaffe.org/pipermail/kaffe/2003-June/042605.html for more information.

Index: libltdl/acinclude.m4
===================================================================
RCS file: /cvs/kaffe/kaffe/libltdl/acinclude.m4,v
retrieving revision 1.23
diff -u -r1.23 acinclude.m4
--- libltdl/acinclude.m4	30 May 2003 17:14:23 -0000	1.23
+++ libltdl/acinclude.m4	10 Jun 2003 16:10:04 -0000
@@ -669,6 +669,12 @@
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt it and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
  *)
     # If test is not a shell built-in, we'll probably end up computing a
     # maximum length that is only half of the actual maximum length, but

--0-1139635125-1055264301=:88494--