From: Darryl O. <da...@us...> - 2001-07-02 16:26:58
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv25846 Modified Files: INSTALL Log Message: Eliminated incorrect performance issues regarding flex. Index: INSTALL =================================================================== RCS file: /cvsroot/cscope/cscope/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** INSTALL 2001/06/29 16:42:56 1.3 --- INSTALL 2001/07/02 16:26:55 1.4 *************** *** 24,32 **** reported as a problem on Solaris. - However, please note that the flex-generated scanner is significantly - slower than the lex scanner (database building is at least twice as - slow). While flex appears to be more reliable, you might want to try - using lex. This is true on HP-UX. - - On Linux systems (and possibly others) configure may fail if lex is a synomyn for flex. To fix, do the following: --- 24,27 ---- |