From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: djh Newsgroups: gmane.emacs.bugs Subject: more information (bldg emacs for cygwin X11) Date: Mon, 01 Aug 2005 15:20:20 +0900 Message-ID: <42EDBF24.1090903@it.to-be.co.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1122877796 26399 80.91.229.2 (1 Aug 2005 06:29:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 06:29:56 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 01 08:29:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzTo6-0007ap-M3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Aug 2005 08:29:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzTqi-0001Fb-Ix for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Aug 2005 02:32:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzToT-0000q0-Rz for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2005 02:30:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzToQ-0000oG-7C for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2005 02:30:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzToP-0000eP-HG for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2005 02:30:09 -0400 Original-Received: from [165.89.129.232] (helo=mochilla.bms.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzTph-0005zy-4W; Mon, 01 Aug 2005 02:31:29 -0400 Original-Received: from mejpmsg01 ([127.0.0.1]) by mochilla.bms.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IKJ00MMY5JL2N@mochilla.bms.com>; Mon, 01 Aug 2005 06:18:59 +0000 (GMT) Original-Received: from ([198.155.96.17]) by meusintout02.net.bms.com (InterScan E-Mail VirusWall Unix); Mon, 01 Aug 2005 06:18:58 +0000 (GMT) Original-Received: from [198.155.100.169] by mejpmsg01.net.bms.com (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPA id <0IKJ00KEA5JKE9@mejpmsg01.net.bms.com>; Mon, 01 Aug 2005 06:18:56 +0000 (GMT) Content-return: prohibited Original-To: eliz@gnu.org X-Accept-Language: en-us, en, ja User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12623 As requested more facts to find the problem: -------------------------------- start -------------------------------- Purpose: To build emacs to run on cygwin, using cygwin's X11 and other libs. This is not an attempt to build nt emacs. Unix-like-xfc: CYGWIN_NT-5.1 1.5.18(0.132/4/2) 2005-07-02 os: Microsoft XP Professional version 5.1 SP1 Machine: IBM Think Centre GNU Emacs 22.0.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars) * This fatal build error occurs in the unmodified cvs code. Date from CVS: July 27th, 2005 Note: This is not a try to build NT EMACS, but just a standard one to run on cygwin using cygwin's X11 and other libraries. Process description: make distclean # for re-configuring (ignore any initial errors here) export TEMP=/tmp export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/usr/local/sbin export LIB=/lib:/usr/X11R6/lib:/usr/local/lib # configure parameters: ./configure --prefix=/usr --mandir=/usr/share/man \ --infodir=/usr/share/info --exec-prefix= \ >~/emacs-config.log 2>&1 Then make the bootstrap: make bootstrap >~/bootstrap.log 2>&1 Then make bootstrap aborts with the following message: ---------------- excerpt where make failed: gcc -DHAVE_CONFIG_H -I. -I../src -I/cygdrive/c/emacs/cvs/emacs/lib-src -I/cygdrive/c/emacs/cvs/emacs/lib-src/../src -L/usr/X11R6/lib -g -O2 /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"/usr/var/games/emacs\"" -o update-game-score /cygdrive/c/DOCUME~1/my-name/LOCALS~1/Temp/ccWG22xU.o: In function `main': /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:216: undefined reference to `_rpl_getopt' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:216: undefined reference to `_rpl_getopt' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:219: undefined reference to `_rpl_optind' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:226: undefined reference to `_rpl_optind' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:232: undefined reference to `_rpl_optind' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:233: undefined reference to `_rpl_optind' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:234: undefined reference to `_rpl_optind' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:205: undefined reference to `_rpl_optarg' /cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:211: undefined reference to `_rpl_optarg' collect2: ld returned 1 exit status make[2]: *** [update-game-score.exe] Error 1 make[2]: Leaving directory `/cygdrive/c/emacs/cvs/emacs/lib-src' make[1]: *** [lib-src] Error 2 make[1]: Leaving directory `/cygdrive/c/emacs/cvs/emacs' make: *** [bootstrap-build] Error 2 -------------------------------- end -------------------------------- Note: By commenting out referrences to "update-game-score" on line # 110 and the whole gcc compile oriented lines #251 and #252 in file ..../lib-src/Makefile, then "make bootstrap" will completes successfully. Any ideas as to how to correct this will be appreciated. Regards