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... ;-( ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;)
