On Sat 21 Feb 2004 at 18:40:29, Nathan Given said: > udphelper.c: In function `udphelper_sockets_open': > udphelper.c:115: storage size of `nc_ifconf' isn't known > udphelper.c:186: structure has no member named `lifr_addr' > udphelper.c:190: structure has no member named `lifr_addr' > udphelper.c:115: warning: unused variable `nc_ifconf'
I feel your pain, man. Here are a few things you can try: 1. Patch the source to use "ifr_addr" instead of "lifr_addr" 2. Include "if6.h" instead of (or possibly in addition to) "if.h" 3. Download the netcat-1.1.0 depot from http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/netcat-1.1.0/ I'd rather slit my wrists and swim in a shark tank than try to get most open source software to build on HP-UX. -- Soren Harward <[EMAIL PROTECTED]> http://theboard.byu.edu/
signature.asc
Description: Digital signature
_______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
