From owner-freebsd-questions Fri Mar 19 9:50:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 42F0E14EE6; Fri, 19 Mar 1999 09:49:52 -0800 (PST) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2232.9) id ; Fri, 19 Mar 1999 10:49:32 -0700 Message-ID: <64003B21ECCAD11185C500805F31EC03022B5EF3@houston.matchlogic.com> From: Charles Randall To: freebsd-questions@freebsd.org Cc: freebsd-hackers@freebsd.org Subject: RE: 3.1: Link with static a.out lib? Date: Fri, 19 Mar 1999 10:49:32 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've Cc'd freebsd-hackers in an attempt to reach a wider audience. With the help of Michael E. Mercer [mmercer@ipass.net] I'm now using gcc's "-aout" option (which appears to be undocumented) but I still get the following message when compiling on 3.1R, % gcc -aout test.c libInOldAoutFormat.a ld: crt0.o: No such file or directory Again, 1. Is this possible? 2. Are there instructions for doing this? Thanks, Charles > -----Original Message----- > From: Charles Randall > Sent: Wednesday, March 17, 1999 11:37 AM > To: 'freebsd-questions@freebsd.org' > Subject: 3.1: Link with static a.out lib? > > I have a 3rd-party static library in a.out format for > FreeBSD 2.2.2. This works fine on FreeBSD 2.2.8. > > However, because of the a.out->elf conversion, I'm having problems > linking this into a program when building on FreeBSD 3.1. > > 1. Is this possible? > 2. Are there instructions for doing this available somewhere? > > Thanks, > Charles > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message