Re: [hwloc-devel] hwloc support on windows

2010-05-14 Thread Samuel Thibault
Pavan Balaji, le Fri 14 May 2010 14:49:25 -0500, a écrit : > Is the support for hwloc on windows only through Cygwin + gcc/icc, etc? No, it is also through mingw. > We tried it with the Visual Studio compiler and it breaks Why not just using the build we provide? It provides the .h and the .lib

[hwloc-devel] hwloc support on windows

2010-05-14 Thread Pavan Balaji
Is the support for hwloc on windows only through Cygwin + gcc/icc, etc? We tried it with the Visual Studio compiler and it breaks -- this seems to be an autotools issue (AC_SEARCH_LIBS seem to use the -lfoo format instead of foo.lib format), but I was curious on what exactly the status of win