26 Sep
2005
26 Sep
'05
10:48 a.m.
On Sun, 2005-09-25 at 18:00 -0500, Jon Roma wrote:
Your speed amazes me. :-)
Both HAVE_WRITEV and HAVE_STRUCT_IOVEC are defined in config.h. The platform is AIX 5.1 -- forgot to mention that in my most recent post.
The compile/run of the test program yields the following results:
3243: cc -o test_writev test_writev.c 3244: ./test_writev 8 4 4
So it's a 32bit system?
If this doesn't tell you anything, I'll manually disable those two HAVE_ settings from config.h and rebuild/reinstall.
Remove only HAVE_WRITEV. Removing HAVE_STRUCT_IOVEC probably just gives errors.