On Solaris 9 / sparc with g++ 3.3.2, the Makefile needed some tweaking to build successfully.
* I had to add #include <cassert> to gtags.cc for the compiler to find assert()
* I had to add -lsocket to LDFLAGS for the linker to find listen / accept
Log in to post a comment.