From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: joni-@gmx.de (Jonathan Kurtz) Newsgroups: gmane.emacs.help Subject: Re: compiling emacs for 486 mulinux Date: 2 Nov 2003 10:19:21 -0800 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1067798033 28608 80.91.224.253 (2 Nov 2003 18:33:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2003 18:33:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 02 19:33:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGN2t-0000jQ-00 for ; Sun, 02 Nov 2003 19:33:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGN2M-0007bp-7y for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Nov 2003 13:33:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 217.0.57.157 Original-X-Trace: posting.google.com 1067797162 1635 127.0.0.1 (2 Nov 2003 18:19:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Nov 2003 18:19:22 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:117794 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13731 Stefan Monnier chiseled very nicely in news:: Hi! thank you again :) figured it out on weekend myself: ldd /root/emacs ldd: can't execute emacs (No such a file or directory) > > still I'm getting this error: > > /root/emacs: not found > > > anyone know what I'm missing? > > It's built using a different version of libc (or of ld.so, most likely). > The `not found' message is probably confusingly referring to > /lib/ld-linux.so.2 or something like that. you were right. :( Does anybody know where to get that old libs on the internet? I need them in kernelversion 2.0.36 (mulinux) for recompiling emacs again - and to put the whole thing back on mulinx. Well I'll try to recompile emacs with mulinux's libc.so.5.4.13, ld-linux.so.1, libncurses.so.3.0 and libc.so.5 - but without libm.so, compiling will probably fail. [1] I'll post again, if it worked - thx, joni) [1] maybe I was looking in the wrong place: it's either in /usr/lib, nor in /lib