From owner-freebsd-questions Wed Jun 16 12:22:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maild.telia.com (maild.telia.com [194.22.190.3]) by hub.freebsd.org (Postfix) with ESMTP id 187E91525C for ; Wed, 16 Jun 1999 12:21:57 -0700 (PDT) (envelope-from mark.hannon@stockholm.mail.telia.com) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by maild.telia.com (8.8.8/8.8.8) with ESMTP id VAA21649; Wed, 16 Jun 1999 21:21:51 +0200 (CEST) Received: from doorway.home.lan (t1o1p48.telia.com [195.67.240.48]) by d1o1.telia.com (8.8.8/8.8.8) with ESMTP id VAA18002; Wed, 16 Jun 1999 21:21:48 +0200 (CEST) Received: from stockholm.mail.telia.com (putte.home.lan [192.168.255.2]) by doorway.home.lan (8.9.2/8.8.7) with ESMTP id UAA50249; Wed, 16 Jun 1999 20:55:20 +0200 (MEST) (envelope-from mark.hannon@stockholm.mail.telia.com) Message-ID: <3767F318.C905C877@stockholm.mail.telia.com> Date: Wed, 16 Jun 1999 20:55:20 +0200 From: Mark Hannon X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Chuck O'Donnell" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling aout 3.2-R, no static libs References: <19990616094154.B1581@milf18.bus.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chuck O'Donnell wrote: > > Can anyone point me in the right direction for info on compiling a.out > on 3.2-R? I installed the compat22 distribution, but I still get > errors like `ld: crt0.o: No such file or directory' during the link > stage. It looks like the compat22 only installs the dynamic libraries, > but some static libs are required for aout compilation. Hi, I simply copied the contents of /usr/lib from a 2.2.8 machine into the directory /usr/lib/aout. This picks up all of the files you need. I also needed to use revision 1.4.2.1 of /usr/include/arpa/inet.h otherwise I got compile errors in the routines for conversion to/from network numbering format. Regards/Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message