Path: utzoo!mnetor!uunet!mcvax!nikhefk!henkp From: henkp@nikhefk.UUCP (Henk Peek) Newsgroups: comp.unix.questions Subject: Re: yacc / perl problem ... cross generate your yacc output! Message-ID: <323@nikhefk.UUCP> Date: 22 Feb 88 22:22:50 GMT References: <1675@van-bc.UUCP> <3328@cbmvax.UUCP> <5096@sdcrdcf.UUCP> <422@fig.bbn.com> Reply-To: henkp@nikhefk.UUCP (Henk Peek) Organization: Nikhef-K, Amsterdam (the Netherlands). Lines: 19 Keywords: yacc perl sysv -> >>It would be helpful if Larry could include the yacc output. -> >Actually, we discussed this with larry when perl was first being -> >developed. The problem is that the output of yacc contains AT&T -> >propriatary code (inserted by the yacc program), and so yacc -> >output can only be sent to parties with a source license. -> ->Actually, this *MIGHT* not be the case. About 12 to 24 months ago, ->ATT put out an announcement saying that the stuff in /lib and /usr/lib ->could be used in vendor code without any licensing restrictions. -> /r$ I remember me the same discussion. You could do it your self. Cross generate the yacc output on a big unix machine!! Take your yacc source to the big (32 bit!) unix machine and yacc it and put the output and the 2 include-files to the c compiler on your small unix machine. I have used it for a 16 bit machine without yacc. I haven't tested it with perl. Henk Peek ..!uunet!mcvax!nikhefk!henkp.UUCP