Hi! > I've got the next error messages when i run make (after a > succesfull ./configure)in a Solaris 8 - SPARC. I just compile and > install flex, bison, zlib, mhash and all the required packages. The > variables PATH and LD_LIBRARY_PATH are done too.
You need to edit src/Makefile. Find line INCLUDES and change it to look like this: INCLUDES = -I$(top_srcdir)/include -I$(prefix)/include (swap the two -I parameters) -- Osmo Paananen
