Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!ucsd!sdcc6!sdcc4!heather From: heather@sdcc4.ucsd.edu (Heather Ebey) Newsgroups: comp.protocols.appletalk Subject: CAP 6.0 under HPUX 7.0 Keywords: cap Message-ID: <20519@sdcc6.ucsd.edu> Date: 12 Jun 91 17:30:44 GMT Sender: news@sdcc6.ucsd.edu Lines: 24 I am trying to compile CAP 6.0 (all 25 patches applied) under HPUX 7.0. I've had trouble with two symbols (one solved). The one I solved is to add scandir.o to the makefile. It was in 5.0 but was taken out of 6.0, but I still need it. I am currently unsure what to do about line 362 in applications/aufs/afpdt.c. floc = tell(dt->dt_afd) - ((off_t)sizeof(afr));/* remember where we are */ On a Sun I found a reference to the obsolete "tell" in the man page for lseek. Can anyone verify that changing the line to the following is what was intended? floc = lseek(dt->dt_afd) - ((off_t)sizeof(afr),0L, L_INCR); Thank you. --Heather -- Heather Ebey == Internet: hebey@ucsd.edu == Bitnet: hebey@ucsd UC San Diego, Instructional Computing Center, 0110 9500 Gilman Drive, La Jolla, CA. 92093-0110 ====== Office: (619) 534-7987 == FAX: (619) 534-7018 ======