Hi Dan, Today I made more experiments, installing and removing bison and flex. The bug which I could reproduce: 1. run ./configure without having bison/flex, at the end it will say everything was fine (altough it detects missing yacc and lex); 2. run make and find out that you don't have yacc 3. install yacc and lex 4. run make again 5. ylwrap will fail silently
However if bison and flex are installed before I run ./configure, everything works. For me it seems that missing yacc is not critical for ./configure while it should be: maybe the 'expected' behaviour should be that configure fails on missing yacc/lex the same way as it fails for missing libs. regards, Igor2 -- .O. ..O OOO _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
