From owner-freebsd-alpha@FreeBSD.ORG Fri Feb 27 00:38:04 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4758316A4CE for ; Fri, 27 Feb 2004 00:38:04 -0800 (PST) Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C0843D2F for ; Fri, 27 Feb 2004 00:38:04 -0800 (PST) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 4.30 #1 (Debian)) id 1AwdVT-0001nW-BI for ; Fri, 27 Feb 2004 01:38:03 -0700 Date: Fri, 27 Feb 2004 01:38:03 -0700 (MST) From: RJ45 To: freebsd-alpha@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Subject: ccc compiler X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 08:38:04 -0000 ccc -tune ev67 -O4 -fast -ifo -o gregory gregory.c -lcompat -lm the program compiles then: %./gregory ELF interpreter /usr/lib/ld.so not found Abort strange because with FreeBSD 4.* it worked just installing linux and osf compatibility. instead if I simply use: ccc -o gregory gregory.c -lcompat -lm I got this error: /usr/lib/libcpml.a(exception.o): In function `__dpml_exception': exception.o(.text+0xc4): undefined reference to `__ieee_get_fp_control' exception.o(.text+0xdc): undefined reference to `__ieee_get_fp_control' exception.o(.text+0xdc): undefined reference to `__ieee_get_fp_control' exception.o(.text+0x4e0): undefined reference to `__errno_location' exception.o(.text+0x4fc): undefined reference to `__errno_location' exception.o(.text+0x4fc): undefined reference to `__errno_location' anyone has any hints? thanks Rick