From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Failure building ctags with MinGW. Date: Thu, 17 Dec 2009 21:06:20 +0100 Message-ID: <87iqc5s6v7.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1261080504 31524 80.91.229.12 (17 Dec 2009 20:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Dec 2009 20:08:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 17 21:08:10 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NLMdg-0007eq-JB for ged-emacs-devel@m.gmane.org; Thu, 17 Dec 2009 21:07:56 +0100 Original-Received: from localhost ([127.0.0.1]:43019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLMde-0001Ds-7I for ged-emacs-devel@m.gmane.org; Thu, 17 Dec 2009 15:07:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLMcx-0000OE-Se for emacs-devel@gnu.org; Thu, 17 Dec 2009 15:07:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLMcu-0000Hx-2j for emacs-devel@gnu.org; Thu, 17 Dec 2009 15:07:11 -0500 Original-Received: from [199.232.76.173] (port=51409 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLMct-0000Hl-Hv for emacs-devel@gnu.org; Thu, 17 Dec 2009 15:07:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:46891) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NLMct-0007hZ-4D for emacs-devel@gnu.org; Thu, 17 Dec 2009 15:07:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NLMcU-00075E-F1 for emacs-devel@gnu.org; Thu, 17 Dec 2009 21:06:42 +0100 Original-Received: from 64.red-83-34-21.dynamicip.rima-tde.net ([83.34.21.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 21:06:42 +0100 Original-Received: from ofv by 64.red-83-34-21.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 21:06:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 64.red-83-34-21.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:ouKegFwC+kCWZEVJz+cHchOTDKk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118681 Archived-At: While building with MinGW and GNUWin32: gcc -o oo-spd/i386/ctags.exe -gdwarf-2 -g3 -Lc:/apps/gnuwin32/lib oo-spd/i386/ctags.o oo-spd/i386/getopt.o oo-spd/i386/getopt1.o oo-spd/i386/ntlib.o oo-spd/i386/regex.o -ladvapi32 oo-spd/i386/ctags.o: In function `readline': d:\dev\other\bzr-emacs\personal\lib-src/ctags.c:6335: undefined reference to `_imp__re_match' oo-spd/i386/ctags.o: In function `add_regex': d:\dev\other\bzr-emacs\personal\lib-src/ctags.c:5880: undefined reference to `_imp__re_set_syntax' d:\dev\other\bzr-emacs\personal\lib-src/ctags.c:5884: undefined reference to `_imp__re_compile_pattern' d:\dev\other\bzr-emacs\personal\lib-src/ctags.c:5882: undefined reference to `_imp__re_set_syntax' oo-spd/i386/ctags.o: In function `regex_tag_multiline': d:\dev\other\bzr-emacs\personal\lib-src/ctags.c:6006: undefined reference to `_imp__re_search' collect2: ld returned 1 exit status make[2]: *** [oo-spd/i386/ctags.exe] Error 1 make[2]: se sale del directorio `d:/dev/other/bzr-emacs/personal/lib-src' make[1]: *** [all-other-dirs-gmake] Error 2 make[1]: se sale del directorio `d:/dev/other/bzr-emacs/personal/nt' make: *** [bootstrap] Error 2 Isn't -lregex missing from the link command line? -- Óscar