Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Nov 1995 07:12:57 -0800
From:      David Greenman <davidg@Root.COM>
To:        bmk@dtr.com
Cc:        freebsd-current@freebsd.org
Subject:   Re: Can't build -current from 10/31/1995 
Message-ID:  <199511011512.HAA02230@corbin.Root.COM>
In-Reply-To: Your message of "Wed, 01 Nov 95 07:06:36 PST." <199511011506.HAA18658@dtr.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>I received the -current sources via CTM (ftp from freefall.cdrom.com) on
>10/31/1995 and can't get it built.  The failure looks like:
>
>==> bin/ps
>cc -O -I/sys    -static -o ps fmt.o keyword.o nlist.o print.o ps.o  -lm -lkvm
>ld: scrt0.o: No such file or directory
>*** Error code 1

   You need to rebuild crt0 first.

cd /usr/src/lib/csu/i386
make ; make install

-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511011512.HAA02230>