From owner-freebsd-questions Sun Oct 31 18:19:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from green.myip.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A0A9A14CC5; Sun, 31 Oct 1999 18:19:45 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost ([127.0.0.1] ident=green) by green.myip.org with esmtp (Exim 3.02 #1) id 11i74F-0007AT-00; Sun, 31 Oct 1999 21:19:31 -0500 Date: Sun, 31 Oct 1999 21:19:29 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.myip.org To: Isaac Flemming Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: NASM programs for freebsd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since FreeBSD 3.0-RELEASE, we do not use a.out as the system executable format. You have two choices: (1) If you have to have it a.out for some reason, put OBJFORMAT=aout in your environment. (2) You should probably be just using "elf" as the -f argument for nasm instead. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message