Skip to content

Conversation

@jjhursey
Copy link
Member

  • The AC_LANG_PROGRAM macro adds the main() so it is erroneous
    to add it to the test program.
  • This was detected with the XL compilers which will fail to
    build the program in this situation. The GNU compiler does not
    error out or warn, but successfully compiles the program.

 * The AC_LANG_PROGRAM macro adds the `main()` so it is erroneous
   to add it to the test program.
 * This was detected with the XL compilers which will fail to
   build the program in this situation. The GNU compiler does not
   error out or warn, but successfully compiles the program.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey jjhursey added the bug label Jan 24, 2017
@jjhursey jjhursey added this to the v1.10.6 milestone Jan 24, 2017
@jjhursey jjhursey requested a review from rhc54 January 24, 2017 03:52
@jjhursey
Copy link
Member Author

References PR #2788 and PR #2792 from master - custom patch because of the difference in libevent versions.

@rhc54 rhc54 merged commit 47409e0 into open-mpi:v1.10 Jan 24, 2017
@jjhursey jjhursey deleted the fix/v1.10/libevent-conf branch February 6, 2017 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants