Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!kddlab!icot!nttlab!gama!kato From: kato@gama.is.tsukuba.junet (Kazuhiko Kato) Newsgroups: comp.unix.wizards Subject: RCS on Sun-3. (In English) Message-ID: <693@gama.is.tsukuba.junet> Date: Fri, 1-May-87 03:07:34 EDT Article-I.D.: gama.693 Posted: Fri May 1 03:07:34 1987 Date-Received: Sun, 10-May-87 19:09:01 EDT Organization: Inst. Info. Sci. U of TSUKUBA, Ibaraki, Japan Lines: 26 Keywords: RCS, Sun-3 Dear Net-people: I tried to port RCS (Revision Control System), included as the User Contributed Software in the 4.2BSD tape, to Sun-3, Release 3.2. Unfortunately, I found it needed some hacking. In a directory rcs/src/rdiff, I tried to make as follows. > sun3:52% make > cc -O -DDIFF='"/bin/diff"' -DDIFFH='"/usr/lib/diffh"' -DPR='""' -c diff.c > cc -O -DDIFF='"/bin/diff"' -DDIFFH='"/usr/lib/diffh"' -DPR='""' -c diffdir.c > cc -O -DDIFF='"/bin/diff"' -DDIFFH='"/usr/lib/diffh"' -DPR='""' -c diffreg.c > Loading rdiff ... > Undefined: __sobuf > *** Error code 1 > > Stop. > sun3:53% It was caused because "__sobuf" is in "/lib/libc.a" on 4.2BSD, but not in any file on Sun-3 Release 3.2. Has anyone already ported or known a person who ported RCS to Sun-3? I believe RCS has already been ported to Sun-3 in many sites. I need your help. -- Kazuhiko KATO (kato@is.tsukuba.junet)