I'll backport the Sun Studio hidden visibility stuff (r3773 + below) to v1.3 unless somebody complains. Terry had to fix it in OMPI already.
Brice Le 22/11/2011 08:57, bgog...@osl.iu.edu a écrit : > Author: bgoglin > Date: 2011-11-22 02:57:54 EST (Tue, 22 Nov 2011) > New Revision: 3961 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/3961 > > Log: > Fix hwloc_check_visibility.m4 for sun studio compiler > > Use -xldscope=hidden instead of -xldscope-hidden as mentioned > in the comment right above. > > Thanks to Terry Dontje for the patch. > Text files modified: > trunk/config/hwloc_check_visibility.m4 | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > Modified: trunk/config/hwloc_check_visibility.m4 > ============================================================================== > --- trunk/config/hwloc_check_visibility.m4 (original) > +++ trunk/config/hwloc_check_visibility.m4 2011-11-22 02:57:54 EST (Tue, > 22 Nov 2011) > @@ -84,7 +84,7 @@ > case "$hwloc_c_vendor" in > sun) > # Check using Sun Studio -xldscope=hidden flag > - hwloc_add=-xldscope-hidden > + hwloc_add=-xldscope=hidden > CFLAGS="$CFLAGS_orig $hwloc_add" > > AC_MSG_CHECKING([if $CC supports -xldscope]) > _______________________________________________ > hwloc-svn mailing list > hwloc-...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn