Date: Sun, 31 Oct 1999 21:19:29 -0500 (EST) From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Isaac Flemming <iflemmin@mission.mvnc.edu> Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: NASM programs for freebsd Message-ID: <Pine.BSF.4.10.9910312117200.27518-100000@green.myip.org> In-Reply-To: <Pine.GSO.3.96.991031182248.15253A-100000@mission.mvnc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910312117200.27518-100000>