A quick try on ubuntu 12.04 64bit failed to compile(latest 0.7.2 release):
lnav-0.7.2/src/static-libs/libncurses.a(lib_mouse.o): In function `_nc_mouse_event':
(.text+0x61e): undefined reference to `Gpm_GetEvent'
lnav-0.7.2/src/static-libs/libncurses.a(lib_mouse.o): In function `enable_gpm_mouse':
(.text+0x78c): undefined reference to `Gpm_Close'
Then I did this to "fix" it:
./configure --disable-static
lnav-0.7.2/src/static-libs/libncurses.a(lib_mouse.o): In function `_nc_mouse_event': (.text+0x61e): undefined reference to `Gpm_GetEvent' lnav-0.7.2/src/static-libs/libncurses.a(lib_mouse.o): In function `enable_gpm_mouse': (.text+0x78c): undefined reference to `Gpm_Close'
Then I did this to "fix" it: ./configure --disable-static