Bugzilla – Bug 6454
IOV_MAX again....
Last modified: 2008-10-13 06:36:34
You need to log in before you can comment on or make changes to this bug.
This should really be a reopen of Bug #992, but I don't seem to have the right to reopen bugs. Globus core configure misdetects the value for IOV_MAX on Linux, causing warnings for macro redefinitions. The problem is that in order to detect the correct value the GNU_SOURCE macro must be defined. The linked patch adds an AC_GNU_SOURCE check to configure.in and a GNU_SOURCE template to globus_config.h.in