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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Karl Berry <karl <at> freefriends.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67435: closed (Fixes for Windows)
Date: Fri, 24 Nov 2023 21:50:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Nov 2023 14:48:56 -0700
with message-id <202311242148.3AOLmu2b030673 <at> freefriends.org>
and subject line 
has caused the debbugs.gnu.org bug report #67435,
regarding Fixes for Windows
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67435: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67435
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Karl Berry <karl <at> freefriends.org>
To: olly <at> survex.com
Cc: automake-patches <at> gnu.org
Subject: Re: 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


[Message part 3 (message/rfc822, inline)]
From: Karl Berry <karl <at> freefriends.org>
To: 67435-done <at> debbugs.gnu.org, 67414-done <at> debbugs.gnu.org,
 67282-done <at> debbugs.gnu.org
Date: Fri, 24 Nov 2023 14:48:56 -0700


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.