From owner-freebsd-questions Tue May 11 17:23:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.ais.msu.edu (voyager.ais.msu.edu [35.8.112.154]) by hub.freebsd.org (Postfix) with ESMTP id 8763814D4E for ; Tue, 11 May 1999 17:23:43 -0700 (PDT) (envelope-from murphyp1@voyager.ais.msu.edu) Received: (from murphyp1@localhost) by voyager.ais.msu.edu (8.9.2/8.8.7) id UAA06625 for freebsd-questions@FreeBSD.ORG; Tue, 11 May 1999 20:23:43 -0400 (EDT) (envelope-from murphyp1) Date: Tue, 11 May 1999 20:23:43 -0400 (EDT) From: Patrick Murphy Message-Id: <199905120023.UAA06625@voyager.ais.msu.edu> To: freebsd-questions@FreeBSD.ORG Subject: link bad magic aout Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to build an aout executable using the -aout option of the gcc 2.8.1 compiler. I am getting a "bad magic" error on the libgcc.a library. The actual command and message are: cc -o d20upd01 -g -aout d20upd01.o d20misc.o d20trmio.o -lgds -L/usr/interbase/lib/ ld: /usr/lib/libgcc.a(): bad magic *** Error code 1 This is my first attempt at building an aout executable on FreeBSD 3.1. I must use a.out support since the interbase sql db is a.out only at this point. Any help would be appreciated. Thanks, Pat Murphy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message