From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: master doesn't build on Win10 Date: Fri, 29 Oct 2021 20:12:55 +0200 Message-ID: <86ee83hf88.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32076"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 29 20:16:51 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mgWQs-0008A8-TJ for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 20:16:51 +0200 Original-Received: from localhost ([::1]:60904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgWQr-0001v0-LM for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 14:16:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgWOK-0008Nk-AH for emacs-devel@gnu.org; Fri, 29 Oct 2021 14:14:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48638) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgWOK-0003rm-1i for emacs-devel@gnu.org; Fri, 29 Oct 2021 14:14:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=rRo44z2IN/9ov6l8hhXUWLH5Ev1G5UYAdNUsRmD5hXQ=; b=GaPbJTDOtocgAs 593VgVBdXtlHUl2P4+cjJMHzltHTJJ2cOvPwX2L9wzUSFkuHlLo82GFv3vPw0Z0mRE+YMcrPd4p9Q Vc+G+8iOWoBNNVTlH9/qrWiHxscakU2nj7F7LLVPgc97YmqZ+CaC+Ku5u3IBqxiQJ5XyJzyyfnB3Y i7lcOBw3IL+dhfLNh7p3jnjUDjhBPAvTA1HmXDAKf5pGLlDIzF5qm8izYCMZIv31/ycYdOGxFg07n IzimbmKaIySHcQ9ivqP4ZT6ghScWGSNwihYiDTbbcNA4dzSbkQui9IY3hi+Amwit+sOrfrMmyfz42 nCL63mo0m/OevklpwFjw==; Original-Received: from p5b3265dc.dip0.t-ipconnect.de ([91.50.101.220]:55998 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgWOJ-0006Ny-7B for emacs-devel@gnu.org; Fri, 29 Oct 2021 14:14:11 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:278224 Archived-At: Hi all, current master (commit 4dd8b2c086) doesn't build with Msys2. The message is (with manual line breaks added for better legibility): --8<---------------cut here---------------start------------->8--- CC json.o CC tparam.o CC lastfile.o CCLD temacs.exe z:/pathto/x86_64-w64-mingw32/bin/ld.exe: image.o:image.c:(.text+0xbea2): undefined reference to `DGifSavedExtensionToGCB' z:/pathto/x86_64-w64-mingw32/bin/ld.exe: image.o:image.c:(.text+0xc05e): undefined reference to `DGifSavedExtensionToGCB' collect2.exe: error: ld returned 1 exit status make[1]: *** [Makefile:647: temacs.exe] Error 1 --8<---------------cut here---------------end--------------->8--- I suspect it is due to change f9282e1d72[1]. My installed giflib version is 5.2.1 (with GCC 11.2). Is this a Windows only issue? Best, Arash Footnotes: [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=f9282e1d724f1cb2e239f946957fdf02aa15dcc5