From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: preprocessing Makefile Date: Mon, 23 Jul 2007 11:36:41 +0300 (IDT) Message-ID: References: <873azkzp71.fsf@ambire.localdomain> <878x9au2g3.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1185179815 10316 80.91.229.12 (23 Jul 2007 08:36:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 08:36:55 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 23 10:36:53 2007 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 1ICtPQ-0003ns-N3 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 10:36:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICtPP-0006N6-RP for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 04:36:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICtPL-0006M1-F2 for emacs-devel@gnu.org; Mon, 23 Jul 2007 04:36:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICtPJ-0006K8-CG for emacs-devel@gnu.org; Mon, 23 Jul 2007 04:36:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICtPI-0006Jf-V3 for emacs-devel@gnu.org; Mon, 23 Jul 2007 04:36:45 -0400 Original-Received: from www.eitan.edu ([199.203.54.24] helo=eitan.edu) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ICtPH-0006Aj-4k for emacs-devel@gnu.org; Mon, 23 Jul 2007 04:36:43 -0400 Original-Received: (qmail 5977 invoked from network); 23 Jul 2007 08:36:41 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 23 Jul 2007 08:36:41 -0000 In-Reply-To: <878x9au2g3.fsf@ambire.localdomain> X-detected-kernel: Solaris 9 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:75365 Archived-At: On Sat, 21 Jul 2007, Thien-Thi Nguyen wrote: > to see if this diagnosis is correct, OP can change "$top_srcdir" > on the line that begins undefs=... to be "$ac_top_srcdir" in the > configure script directly (skipping the configure.in to configure > generation step), then rerun the configuration. then let us know > what results. I changed the line to be undefs="`echo $ac_top_srcdir $configuration ... and get exactly the same error with soft-1 as before. As a next attempt I put undefs=-undef instead of that and the soft-1 problem gone, but a strange new problem emerge: make[2]: Entering directory `.../emacs-cvs/src gcc -c ... pre-crt0.c make[2]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'. Stop. make[2]: Leaving directory `.../emacs-cvs/src' It is true, I don't have `/usr/lib/crt0.o', although there are /usr/lib/crt{1,i,n}.o I suspect that all this problems relate to GTK: I used .../soft-linux as prefix for emacs for a long time and the only recent change was that I installed new GTK into that directory. If I run configure with --with-x-toolkit=lucid, the c-compilation runs smoothly, and I am stuck while the autoloads are generated: Generating autoloads for progmodes/ps-mode.el...done Generating autoloads for ps-mule.el... End of file during parsing make[2]: *** [autoloads] Error 255 make[2]: Leaving directory `.../emacs-cvs/lisp' -- Regards, ASK