From owner-freebsd-current Wed Feb 5 12:17:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08524 for current-outgoing; Wed, 5 Feb 1997 12:17:02 -0800 (PST) Received: from usr08.primenet.com (root@usr08.primenet.com [206.165.5.108]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08512 for ; Wed, 5 Feb 1997 12:16:54 -0800 (PST) Received: from primenet.com (root@mailhost01.primenet.com [206.165.5.52]) by usr08.primenet.com (8.8.5/8.8.5) with ESMTP id NAA01323 for ; Wed, 5 Feb 1997 13:16:51 -0700 (MST) Received: from conceptual.com (consys.com [207.218.17.187]) by primenet.com (8.8.5/8.8.5) with ESMTP id NAA04322 for ; Wed, 5 Feb 1997 13:16:48 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by conceptual.com (8.8.4/8.6.9) with SMTP id NAA22784 for ; Wed, 5 Feb 1997 13:16:46 -0700 (MST) Message-Id: <199702052016.NAA22784@conceptual.com> X-Authentication-Warning: conceptual.com: localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.9 8/22/96 To: current@freebsd.org Subject: linux ELF codine no go on 2.2 Gamma Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Feb 1997 13:16:46 -0700 From: "Russell L. Carter" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been trying to get codine 4 (http://www.genias.de/) for linux ELF going with the following result: $ cod_qmaster ELF binary type not known Abort trap $ file cod_qmaster cod_qmaster: ELF 32-bit LSB executable, Intel 80386, version 1 $ on the other hand, Wingz seems to be happy as a bug, and file reports the same: $ file /usr/X11/lib/X11/Wingz/bin/Wingz /usr/X11/lib/X11/Wingz/bin/Wingz: ELF 32-bit LSB executable, Intel 80386, version 1 $ I upgraded the system from 2.1.5+ to 2.2 by pushing through a make world, but everything else seems happy. Perhaps I screwed something up? There are about a dozen binaries in the codine 4 distribution and each one has the behaviour above. Russell