[OmniOS-discuss] ncurses lib in r151010j

2014-07-04 Thread Cal Sawyer
Hi I'm trying to build iftop on r151010j because the available packages are rather stale. basename file opt/omni/sbin/iftop pkg:/network/iftop@1.0.2-0.151006 PUBLISHER TYPE STATUS URI omniosorigin online

Re: [OmniOS-discuss] ncurses lib in r151010j

2014-07-04 Thread Dale Ghent
So what does your config.log say regarding the check for mvchgat() ? How is it failing the test? When running into issues such as this, config.log is the go-to place to start figuring out the why. autoconf itself isn’t infallible in how it checks for things, after all. /dale On Jul 4, 2014,

Re: [OmniOS-discuss] ncurses lib in r151010j

2014-07-04 Thread Cal Sawyer
This, i imagine, is it. From config.log configure:6233: checking for a curses library containing mvchgat configure:6255: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lsocket -lcurses 5 Undefined first referenced symbol

Re: [OmniOS-discuss] ncurses lib in r151010j

2014-07-04 Thread Dale Ghent
On Jul 4, 2014, at 9:57 AM, Cal Sawyer ca...@blue-bolt.com wrote: This, i imagine, is it. From config.log ... configure:6255: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lsocket -lncurses 5 ld: fatal: library -lncurses: not found ld: fatal: file processing errors. No output