***** BUILDING: This program's build procedure is fairly standard. Try: ./configure make make install Options to the configure script are up to you. For details, run: ./configure --help Please report build problems at: http://sourceforge.net/bugs/?func=addbug&group_id=4664 (yes, even non-Linux problems). ***** TIPS AND PROBLEMS: - Try to use flex as the lexical analyzer. There may be some problems with using the native lex. This has been reported as a problem on Solaris. - On Linux systems (and possibly others) configure may fail if lex is a synomyn for flex. To fix, do the following: make distclean ./configure --with-flex make - On HP-UX several problems exist when using configure. Try the following to solve this: CFLAGS='-Ae -DYYCHAR_ARRAY' CURSES_LIBS=-lHcurses ./configure - On Tru64, formerly known as Digital Unix, formerly known as DEC OSF/1, the system-supplied libcurses causes cscope to terminate itself immediately as it comes back to foreground after being suspended by the user (Ctrl-Z). Using GNU Ncurses instead of OSF1 curses works around the problem. According to the lynx and ncurses people, this is a design problem of curses vs. signal handling, at the heart of it. Browse to http://cscope.sourceforge.net for more current information.