Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!ANDREW.CMU.EDU!gk5g+ From: gk5g+@ANDREW.CMU.EDU (Gary Keim) Newsgroups: comp.soft-sys.andrew Subject: Re: Still no luck trying to make Andrew under SunOS 4.1 Message-ID: <4b2Zzam00VsWM5Kkhn@andrew.cmu.edu> Date: 3 Oct 90 22:02:14 GMT References: <8b1q6i1Y000586W0wR@freya> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 There is a bug with Ness on Suns due to yacc differences among platforms. Keep the resolver turned on. Remove references to RESOLVLIB in: andrew/atk/help/src/Imakefile andrew/atk/console/cmd/Imakefile andrew/atkams/messages/lib/Imakefile Add these lines to you andrew/config/site.mcr file: CDEBUGFLAGS = -g -Bstatic MAKEDOFLAGS = -g -d ${BASEDIR}/lib -b ${BASEDIR}/bin Go to the root of the Andrew sources and rebuild. % imake -I. -I./config -Timake.tmpl -s Makefile -DTOPDIR=. % make World If anyone can tell me if the -Bstatic compiler flag is necessary, and why, I'd be very appreciative. Gary Keim ATK Group