5 May
2001
5 May
'01
10:58 p.m.
Found it....! There is another set of libl.so and liby.so in /usr/ccs/lib. The libl.so there does contain yywrap! Thanks for your help anyway.... Sander wrote:
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.