|From: Philip Pinkerton
|
|Now What?
|
|Seems epan is missing something?
|
|epan/.libs/libethereal.so: undefined reference to `yy_delete_buffer'
|epan/.libs/libethereal.so: undefined reference to `yy_create_buffer'
|epan/.libs/libethereal.so: undefined reference to `yy_scan_string'
|epan/.libs/libethereal.so: undefined reference to `yy_switch_to_buffer'
|collect2: ld returned 1 exit status
|make[2]: *** [ethereal] Error 1
|make[2]: Leaving directory `/usr/local/network/ethereal'
|make[1]: *** [all-recursive] Error 1
|make[1]: Leaving directory `/usr/local/network/ethereal'
|make: *** [all] Error 2
[CCing ethereal-dev]
It looks like it's a yacc/bison problem.
Did configure find a compatible yacc/bison compiler compiler?
Which version are you compiling? Official 0.10.3 or latest CVS snapshot?
On which system are you compiling Ethereal?
Could you also specify the output of:
$ libtool --version
$ autoconf --version
$ automake --version
Regards,
Olivier