Xref: utzoo comp.bugs.misc:104 comp.sources.bugs:863 Path: utzoo!mnetor!uunet!husc6!mailrus!ames!oliveb!pyramid!prls!philabs!sbcs!stark From: stark@sbcs.sunysb.edu (Eugene Stark) Newsgroups: comp.bugs.misc,comp.sources.bugs Subject: Re: Rolodex bugs Message-ID: <1063@sbcs.sunysb.edu> Date: 19 Mar 88 13:20:33 GMT References: <1093@mimir.dmt.oz> Organization: State University of New York at Stony Brook Lines: 19 In-reply-to: paz@mimir.dmt.oz's message of 18 Mar 88 00:36:59 GMT In article <1093@mimir.dmt.oz> paz@mimir.dmt.oz (Paul Zemancheff) writes: Has anyone out there managed to successfully compile `rolo' ? Yes, I compiled it on BSD 4.3, but I had to make a slight hack to the Makefile. In particular, I replaced the line CFLAGS = -DBSD -DUNIX -DROLOLIB=$(ROLOLIB) $(TERMSTUFF) -I$(TOOLDIR) -g by the line CFLAGS = -DBSD -DUNIX -DROLOLIB=\"$(ROLOLIB)\" $(TERMSTUFF) -I$(TOOLDIR) -O -s otherwise errors from the C compiler are reported during compilation. Hope this helps. Gene Stark SUNY at Stony Brook