On 31/08/12 21:10, William Harrington wrote:

On Aug 27, 2012, at 05:34 AM, Martin Ward wrote:

10.25 Bison 2.6.2

Any body had any problems with this, I had to move flex before bison, to get it to compile. However I couldn't run either of the test suites, seems to be some kind of hard coded path related issue, but didn't affect anything else

Apparently we need flex before bison in final system, however some tests required of bison will not be successful, A user needs to install bison later, then come back to flex and test the suite again.

Kind of like autoconf and automake. For full autoconf test suite coverage, automake needs to be installed then autoconf tested again.

I've had to build flex before bison multiple times now.

Sincerely,

William Harrington
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Hi William

I have found the problem, it seems that during the configure check, it use quite a bit of logic to determine if flex is lex, and fails. In our builds this is so, we can bypass this test by appending ac_cv_prog_lex_is_flex=yes to the configure option,

Configure then runs through, compiles and tests ok now


regards

Martin
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to