[netperf-talk] Request for help in compiling netperf in Solaris 2.7

Rick Jones rick.jones2 at hp.com
Mon Jan 7 17:11:35 PST 2008


Jay Kim wrote:
> Thanks a lot, Andrew.
> Now I've successfully got the binary at Solaris 2.7.
> In summary, I've done the following two things in my environment;
> 
> 1) After configure, I've commented out 'HAVE_BINDPROCESSOR' definitive in config.h
> /* Define to 1 if you have the `bindprocessor' function. */
> /* #undef HAVE_BINDPROCESSOR */
> 
> 2) For the Set_errno fix, I've added your patch in different location in src/missing/inet_ntop.c. Your patch inserts it into the section for Win32 platform.
> 
> 54    #ifndef WIN32
> 55    #include <errno.h>
> 56    #include <sys/socket.h>
> 57    #include <netinet/in.h>
> 58 + #define Set_errno(num) (errno = (num))
> 59    #else   /* WIN32 */

So, is it the concensus of the group that there will be enough folks 
using netperf on Solaris 2.7 that I should add the Set_errno fix to the 
mainline?

rick jones


More information about the netperf-talk mailing list