Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!paladin.american.edu!europa.eng.gtefsd.com!library.ucla.edu!agate!usenet.ins.cwru.edu!ljo From: ljo@johnny5.eeap.cwru.edu (L Jonas Olsson) Newsgroups: comp.os.386bsd.questions Subject: Re: freebsd_packages libxview.a problem ? Date: 2 Dec 1993 11:34:48 GMT Organization: Case Western Reserve Univ. Cleveland, Ohio (USA) Lines: 28 Message-ID: <2dkjso$7gm@usenet.INS.CWRU.Edu> References: <1993Dec1.032136.25638@martha.utcc.utk.edu> <CHE94D.MDF@latcs1.lat.oz.au> NNTP-Posting-Host: johnny5.eeap.cwru.edu In article <CHE94D.MDF@latcs1.lat.oz.au> wongm@latcs2.lat.oz.au (M.C. Wong) writes: [cut other article] > I do have the same problems when compiling xnav (SUN Answerbook alike utils) >with the following errors : > >ndet_loop.o: Undefined symbol _svc_fdset referenced from text segment >ndet_loop.o: Undefined symbol _svc_fdset referenced from text segment >ndet_loop.o: Undefined symbol _svc_getreqset referenced from text segment >file_list.o: Undefined symbol _regfree referenced from text segment >file_list.o: Undefined symbol _regfree referenced from text segment >*** Error code 1 > > Hope someone knows the fix! Please email a copy to me, as I will be away >for ~ 3 weeks and will not be able to read any news, thanks in advance! > >- wongm@latcs1.lat.oz.au (M.C Wong) >-- >- wongm@latcs1.lat.oz.au This should not happen if you do: xmkmf make Makefiles This should generate Makefiles that use the correct libraries. What is missing for you are the rpc and GNU regex libraries. Add: -lrpc -lgnuregex Jonas