*BSD News Article 48315


Return to BSD News archive

Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!newsfeed.internetmci.com!nntp-hub2.barrnet.net!nntp-hub.barrnet.net!maddawg.sii.com!usenet
From: mosley@sii.com (Dave Mosley)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: CAP (Appletalk) for FreeBSD available?
Date: 4 Aug 1995 21:06:38 GMT
Organization: System Integrators, Inc.
Lines: 27
Distribution: world
Message-ID: <3vu24u$hm8@sii-9-1.sii.com>
References: <9507311242242124@rio.muc.de> <sbraab-3107952355240001@206.55.23.11>
NNTP-Posting-Host: sii-2-164.sii.com
Mime-Version: 1.0
X-Newsreader: WinVN 0.93.14

In article <sbraab-3107952355240001@206.55.23.11>, sbraab@mail.wm.edu 
says...
->
->1. The main Makefile has a tab at line 21. this Causes make to abort 
with
->an unrecoverable error. Just Delete the tab at line 21.
->
->2. Same as number 1, but in another file (I am not sure which on but I
->think it was one of the Libs.)
->
This problem will recurr each time you run 'gen.makes'. the solution is to 
use a non-brain-dead make that accepts the tabs.
->3. there is a problem with the libraries linking. Solution edit each
->makefile in each dir chaging the following
->CAPLIB= -lcap
->
->change to
->
->CAPLIB= /usr/local/lib/libcap.a 
->(or where ever the libs are. this must be done for the other libraries
->(afp & afpc) as well. 
->--Stefan
I also encountered problems with char *__const sys_errlist[] 
declarations and SLIB=-lrcp  ==> SLIB=-lrcpsvs. Setting the system type to 
be 386bsd in Configure helps, but is not perfect. A clean port for this OS 
would be welcome indeed.