right
socket() not in libc
solaris is still in the 70's on this one
is it in -lsocket?
the build should have picked that up
snarf the iffe poll feature line from the build logs
grep 'iffe.*features/poll' $INSTALLROOT/lib/package/gen/make.out*
On Tue, 28 Mar 2006 06:56:09 +0200 Roland Mainz wrote:
> Glenn Fowler wrote:
> > > > egrep 'socket|net' $INSTALLROOT/src/cmd/ksh93/FEATURE/poll
> > ^^^^^^^
> >
> > this file is in the build directory tree ($INSTALLROOT), not the src
> Yes... sorry... I picked the wrong one... ;-(
> -- snip --
> % egrep 'socket|net'
> ~/ksh93/build1/arch/sol10.i386/src/cmd/ksh93/FEATURE/poll
> #define _hdr_netinet_in 1 /* #include <netinet/in.h> ok */
> #define _sys_socket 1 /* #include <sys/socket.h> ok */
> -- snip --
> |_lib_socket| is not set, likely causing all the trouble... ;-(