From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22505 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Linux and Context on 64 bit Date: Wed, 14 Sep 2005 14:43:54 +0200 Message-ID: <43281B0A.3060101@logosrl.it> References: <20050907062707.16465@mail.comp.lancs.ac.uk> <6faad9f0050907085475daec15@mail.gmail.com> <431FEF3C.9080002@wxs.nl> <4321AA51.3070501@logosrl.it> <4321ADE4.6070905@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126702182 31298 80.91.229.2 (14 Sep 2005 12:49:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2005 12:49:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 14 14:49:40 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFWgQ-00036s-Py for gctc-ntg-context-518@m.gmane.org; Wed, 14 Sep 2005 14:48:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5DAC8127DF; Wed, 14 Sep 2005 14:48:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16210-02; Wed, 14 Sep 2005 14:48:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 45E7E127D3; Wed, 14 Sep 2005 14:44:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D5449127D3 for ; Wed, 14 Sep 2005 14:44:12 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15880-07 for ; Wed, 14 Sep 2005 14:44:11 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (81-208-99-91.ip.fastwebnet.it [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id D0BB81278A for ; Wed, 14 Sep 2005 14:44:11 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005091414441478-1272 ; Wed, 14 Sep 2005 14:44:14 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4321ADE4.6070905@elvenkind.com> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 14/09/2005 14.44.14, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 14/09/2005 14.44.17, Serialize complete at 14/09/2005 14.44.17 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22505 Archived-At: Taco Hoekwater wrote: > > Those executabless are now part of the minimal distribution: > > http://context.aanhet.net/context/install/linux64tex.zip $>uname -a Linux stanley.log.net 2.6.11-6mdksmp #1 SMP Tue Mar 22 15:40:42 CET 2005 i686 Intel(R) Xeon(TM) CPU 3.00GHz unknown GNU/Linux $> ldd dvips dvips: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped $> chmod 700 dvips ; ./dvips bash: ./dvips: cannot execute binary file It seem that I need to compile from sources... luigi