[netperf-talk] Request for help in compiling netperf in Solaris 2.7
Jay Kim
jay.m.kim at samsung.com
Mon Jan 7 17:23:30 PST 2008
If you can add the fix to the main source storage, that would be good.
At least I'm using Solaris 2.7. :)
Thanks.
- jay
----- Original Message -----
From: "Rick Jones" <rick.jones2 at hp.com>
To: "Jay Kim" <jay.m.kim at samsung.com>
Cc: <netperf-talk at netperf.org>
Sent: Tuesday, January 08, 2008 10:11 AM
Subject: Re: [netperf-talk] Request for help in compiling netperf in Solaris 2.7
> 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