[1415] in NetBSD-Development
Re: Charles R Broderick III
daemon@ATHENA.MIT.EDU (John Kohl)
Sun Dec 22 10:01:03 1996
Date: Sun, 22 Dec 1996 10:00:40 -0500
From: John Kohl <jtkohl@MIT.EDU>
To: John Hawkinson <jhawk@MIT.EDU>
Cc: Derek Atkins <warlord@MIT.EDU>, netbsd-afs@MIT.EDU
In-Reply-To: "[1414] in NetBSD-Development"
>>>>> "JH" == John Hawkinson <jhawk@MIT.EDU> writes:
>> I suspect that the work to compile libAFS 3.4a for NetBSD 1.2 would be
>> greater than anyone would want to put into it. Currently, AFS for
>> NetBSD (and Linux) is based on AFS 3.3. The work to port AFS 3.4a to
JH> I think Charles was slightly misinformed -- I'm pretty sure
JH> what he really wants is AFS 3.3 for NetBSD 1.2/m68k, which should
JH> be pretty easy given that AFS 3.3 for NetBSD 1.2/i386 is supported.
Yes, it should be quite simple to run a build. Find an existing m68k
machine with AFS, and run /afs/sipb/project/afs/build/make-libafs-1.2
(read it first, and make sure the subdirectories in obj/libafs/ are set
up to allow a 1.2 build rather than a -current build).
There is a long-standing issue I haven't dealt with yet, though: all
m68k platforms are not created equal, when dealing with spl*()
functions. So build it on the same type of system you want to run on.
(see .../src/libafs/MakefileProto for the line which selects the spl*() style:
-ln -s $(SYS)/arch/`uname -m`/include machine
)
==John