Date: Wed, 16 Jun 1999 20:55:20 +0200 From: Mark Hannon <mark.hannon@stockholm.mail.telia.com> To: "Chuck O'Donnell" <cao@milf18.bus.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling aout 3.2-R, no static libs Message-ID: <3767F318.C905C877@stockholm.mail.telia.com> References: <19990616094154.B1581@milf18.bus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3767F318.C905C877>