5 May
2001
5 May
'01
10:26 p.m.
No....no yywrap anywhere on this system, but liby.so and libl.so are there in /usr/lib. It looks like a macro that is not expanded properly in cfg-lex.c and ends up as a symbol in the .o file. Sander de Boer Brad Arlt wrote:
I have run into this problem with some packages under Solaris7-sparc. You need to link in the yacc libraries. -ll or -ly should do it I believe.
nm -a /usr/lib/*.so |grep yywrap |grep -iv U
should tell you which library you need if -ll or -ly didn't do it for you.