Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!uflorida!bikini!ty From: ty@palmetto.cis.ufl.edu (Tyng-Jing Yang) Newsgroups: comp.lang.eiffel Subject: Re: Eiffel grammar(compiling error) Message-ID: Date: 6 Jul 90 17:32:53 GMT References: <40642@prls.UUCP> Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Department Lines: 25 In-reply-to: schutten@prls.UUCP's message of 5 Jul 90 16:25:16 GMT Hi, I tried to compile this eiffel_scanner and I got the folloing compiling error message. Please give me some pointer. Thanks in advance Tyng-Jing Yang. ------------------------------------------------------------------------------ make -k cc -O -sun3 -c y.tab.c cc -O -sun3 -c eiffel.c cc -O -sun3 -c eiffel_scanner.c cc -O -o eiffel_scanner y.tab.o eiffel.o eiffel_scanner.o ld: Undefined symbol _yyparse *** Error code 1 make: Warning: Target `eiffel_scanner' not remade because of errors Compilation finished at Fri Jul 6 13:13:37 -------------------------------------------------------------------- -- ============================ === Tyng-Jing Yang === ============================