Patch by Alan Hourihane http://bugs.gentoo.org/show_bug.cgi?id=266984 diff -ur libtool-2.2.6/configure libtool-2.2.6-mint/configure --- libtool-2.2.6/configure 2008-09-07 17:52:50.000000000 +0000 +++ libtool-2.2.6/configure 2009-04-21 08:49:27.000000000 +0000 @@ -4986,6 +4986,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. diff -ur libtool-2.2.6/libltdl/configure libtool-2.2.6-mint/libltdl/configure --- libtool-2.2.6/libltdl/configure 2008-09-07 17:53:05.000000000 +0000 +++ libtool-2.2.6/libltdl/configure 2009-04-21 08:50:08.000000000 +0000 @@ -4422,6 +4422,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. diff -ur libtool-2.2.6/libltdl/m4/libtool.m4 libtool-2.2.6-mint/libltdl/m4/libtool.m4 --- libtool-2.2.6/m4/libtool.m4 2008-09-05 11:54:41.000000000 +0000 +++ libtool-2.2.6/m4/libtool.m4 2009-04-21 08:50:26.000000000 +0000 @@ -1527,6 +1527,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192.