Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoknor.edu!news.ecn.uoknor.edu!news.ysu.edu!malgudi.oar.net!news.erinet.com!uunet!news.u.washington.edu!spleen.apl.washington.edu!user From: kargl@apl.washington.edu (Steven G. Kargl) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: So *how* do you do a global build? Date: Wed, 10 May 1995 09:53:47 -0700 Organization: Applied Physics Lab/University of Washington Lines: 33 Message-ID: <kargl-1005950953470001@spleen.apl.washington.edu> References: <D8Bv2K.Kww@ct.covia.com> NNTP-Posting-Host: nntp1.u.washington.edu In article <D8Bv2K.Kww@ct.covia.com>, tundra@ct.covia.com (Tundra Tim Daneliuk) wrote: > I just 'sup'ed the latest and greatest freebsd sources off the central > server. I then cd to /usr/src and did a make. The make blows out > very quickly with: > > crt0.c:313: structure has no member named 'dlerror' > *** Error code 1 > > Before I start digging through the sources to figure out what's > going on, I just wanted to check and make sure I'm initiating the > make properly. So, the question is, if I want to do a complete make > from scratch of the entire system where do I start? Is this covered > anywhere in a FAQ I should be reading? > First, sup the sources again to make sure that you got everything. There is small chance that you got one file and another (e.g., received foo.c but not foo.h). %cd /usr/src % make world Are you sure you need to be running -current? I suggest that you read the file current-policy.FAQ. -- Steven G. Kargl Applied Physics Laboratory University of Washington Seattle, WA 98105