Path: utzoo!attcan!uunet!husc6!think!ames!elroy!cit-vax!tybalt.caltech.edu!janin From: janin@tybalt.caltech.edu (Adam L. Janin) Newsgroups: comp.sys.mac.programmer Subject: Question about Bison Message-ID: <8246@cit-vax.Caltech.Edu> Date: 8 Oct 88 01:33:23 GMT Sender: news@cit-vax.Caltech.Edu Reply-To: janin@tybalt.caltech.edu (Adam L. Janin) Organization: California Institute of Technology Lines: 10 I just installed Bison on a Mac II and I'm having a problem when linking. Using bison.simple, I get a link error (missing functions alloca and bcopy). When I use bison.hairy (using the %semantic_parser command), I get other link errors (several missing functions). I assume I should simply replace alloca with NewPtr and bcopy with MemCopy. Is this correct? Also, under what conditions would I want to use bison.hairy as apposed to bison.simple? Thanks, Adam Janin janin@tybalt.caltech.edu or janin@csvax.caltech.edu