From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.devel Subject: Re: Build failure under Suse 10.0 Date: Tue, 31 Oct 2006 00:24:05 +0100 Organization: Hamme net, kren mer och nimmi Message-ID: References: <87odrt5r9q.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162267425 22152 80.91.229.2 (31 Oct 2006 04:03:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 04:03:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 31 05:03:42 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 1Gekqj-0005wv-V0 for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 05:03:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gekqj-0007gV-Jc for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 23:03:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GegUL-00005S-41 for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:24:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GegUG-0008W7-5X for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:24:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GegUF-0008Vw-Ph for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:24:11 -0500 Original-Received: from [141.26.64.15] (helo=deliver.uni-koblenz.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GegUF-0007sw-Eg for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:24:11 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5F5A9B8CA41; Tue, 31 Oct 2006 00:24:09 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30713-04; Tue, 31 Oct 2006 00:24:07 +0100 (CET) Original-Received: from fed1.frank-schmitt.net (p54AF2374.dip0.t-ipconnect.de [84.175.35.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id D6AF0B8C9EF; Tue, 31 Oct 2006 00:24:06 +0100 (CET) Original-Received: from fed1.frank-schmitt.net.Frank-Schmitt.net (localhost.localdomain [127.0.0.1]) by fed1.frank-schmitt.net (Postfix) with ESMTP id 337AC13822E; Tue, 31 Oct 2006 00:24:05 +0100 (CET) Original-To: Chong Yidong X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/}, q-eztaJra1|?C+p$h\2XnK-HB"8_U (Chong Yidong's message of "Mon, 30 Oct 2006 18:16:01 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new at uni-koblenz.de X-Mailman-Approved-At: Mon, 30 Oct 2006 23:01:46 -0500 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:61453 Archived-At: Chong Yidong writes: > What configure options did you use? ./configure --prefix=/export/inverness/progs > Does an ordinary ./configure && make work? No. BTW: This is the report from configure: Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /export/inverness/cvs/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? /usr/X11R6/include Where do we find X Windows libraries? /usr/X11R6/lib Does Emacs use -lXaw3d? yes Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use -lungif? yes Does Emacs use -lpng? yes Does Emacs use X toolkit scroll bars? yes -- Did you ever realize how much text fits in eighty columns? If you now consider that a signature usually consists of up to four lines, this gives you enough space to spread a tremendous amount of information with your messages. So seize this opportunity and don't waste your signature with bullshit nobody will read.