From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: Re: xterm.c compile error (my mistake) Date: Mon, 29 May 2006 16:40:19 +0900 Message-ID: <20060529164019.632@henman-np.b-eng.it.to-be.co.jp> References: <20060529132802.3548@henman-np.b-eng.it.to-be.co.jp> <447A9590.5020209@swipnet.se> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148888485 20572 80.91.229.2 (29 May 2006 07:41:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 07:41:25 +0000 (UTC) Cc: djh , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 09:41:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkcNG-00077H-Cd for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 09:41:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkcNF-00051o-Ie for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 03:41:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FkcMS-0004bF-GH for emacs-devel@gnu.org; Mon, 29 May 2006 03:40:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FkcMQ-0004af-Km for emacs-devel@gnu.org; Mon, 29 May 2006 03:40:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkcMQ-0004aa-G7 for emacs-devel@gnu.org; Mon, 29 May 2006 03:40:22 -0400 Original-Received: from [219.127.155.130] (helo=ns-2.to-be.co.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1FkcRw-0002nC-8X for emacs-devel@gnu.org; Mon, 29 May 2006 03:46:04 -0400 Original-Received: (qmail 44126 invoked from network); 29 May 2006 16:40:19 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 29 May 2006 16:40:19 +0900 Original-Received: (qmail 20168 invoked from network); 29 May 2006 16:40:19 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 29 May 2006 16:40:19 +0900 Original-Received: (qmail 20159 invoked by alias); 29 May 2006 16:40:19 +0900 Original-Received: (qmail 20147 invoked from network); 29 May 2006 16:40:19 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.6.180) by imss-3.it.to-be.co.jp with SMTP; 29 May 2006 16:40:19 +0900 Original-To: In-reply-to: Your message of Mon, 29 May 2006 08:32:48 +0200 <447A9590.5020209@swipnet.se> X-Mailer: MH-E 7.94+cvs; GNU Mailutils 0.6.94; GNU Emacs 22.0.50 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:55409 Archived-At: Indeed I find this in my config.log You are right Jan in my config.log I found the following: configure:10069: checking for XrmSetDatabase configure:10126: gcc -o conftest.exe -I/usr/X11R6/include/X11 -g -O2 -I/usr/X11R6/include/X11 -L/usr/X11R6/libw conftest.c -lX11 >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lX11 collect2: ld returned 1 > > your configure run probably doesn't find XrmSetDatabase for som reason, check > config.log. There is most likely an error in the compilation or something. > Nothing regarding this has changed recently. > > Jan D. Thanks a lot for the help. When I did an " w" to copy region I apparently missed the key and left a 'w' appended toe my "lib" setting in my configuration command line. Darel Henman