GNU bug report logs - #67435
Fixes for Windows

Previous Next

Package: automake-patches;

Reported by: Karl Berry <karl <at> freefriends.org>

Date: Fri, 24 Nov 2023 17:33:02 UTC

Severity: normal

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Karl Berry <karl <at> freefriends.org>
To: olly <at> survex.com
Cc: 67435 <at> debbugs.gnu.org
Subject: [bug#67435] Fixes for Windows
Date: Fri, 24 Nov 2023 10:31:45 -0700
Hi Olly - back on your message from January 2018:

    https://lists.gnu.org/archive/html/automake-patches/2018-01/msg00007.html

    I found I needed the two attached patches to build Xapian
    (https://xapian.org) on Windows.

The first patch was already applied some time ago.

    The second patch is only needed when using libtool, but should
    be harmless when not.

I agree. Belatedly applied, sorry for the crazy delay. Thanks.
(And thanks to Bogdan for unearthing this from the archives.)

diff --git a/lib/compile b/lib/compile
index 38ab1224b..58f7f214a 100755
--- a/lib/compile
+++ b/lib/compile
@@ -143,7 +143,7 @@ func_cl_wrapper ()
 	  # configure might choose to run compile as 'compile cc -o foo foo.c'.
 	  eat=1
 	  case $2 in
-	    *.o | *.[oO][bB][jJ])
+	    *.o | *.lo | *.[oO][bB][jJ])
 	      func_file_conv "$2"
 	      set x "$@" -Fo"$file"
 	      shift

compile finished at Fri Nov 24 09:19:59 2023




This bug report was last modified 1 year and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.