
17 Dec
2002
17 Dec
'02
8:40 p.m.
Hi!
Alessandro> I'd like to know what version of GNU Flex software was Alessandro> used to generate the source code of smilib ver. 0.4.1 and Alessandro> the related used options.
strauss@hansa libsmi/ 503 $ flex --version flex version 2.5.4 strauss@hansa libsmi/ 504 $ bison --version bison (GNU Bison) 1.35
If you use the sources from the CVS repository, you can check autogen.sh for what is currently claimed(!) to be required. It is quite possible that other versions work fine as well, but I just did not check them.
Please, use the source as well to look at lib/Makefile.am to see how flex and bison? are used. Note that there is a bug (or misbehavior) in bison-1.25 that we fixed with sed(1) in the Makefile.
-frank