Bug 6454 - IOV_MAX again....
: IOV_MAX again....
Status: NEW
: Toolkit Internals
globus_core
: 4.2.0
: NorduGrid Linux
: P3 normal
: ---
Assigned To:
: http://www.grid.tsl.uu.se/repos/globu...
:
:
:
  Show dependency treegraph
 
Reported: 2008-10-13 06:36 by
Modified: 2008-10-13 06:36 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-10-13 06:36:34
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