[hwloc-users] Single hwloc.h header files that work on linux and windows

2013-01-03 Thread Rolf vandeVaart
I have an application is supposed to work with both windows and linux. To that end, I downloaded hwloc, configured and then included the hwloc header files in my application. I dynamically load the libhwloc.so library and map the functions I need. If libhwloc.so is not there, then I can stil

Re: [hwloc-users] Single hwloc.h header files that work on linux and windows

2013-01-03 Thread Samuel Thibault
Hello, Rolf vandeVaart, le Thu 03 Jan 2013 22:30:58 +0100, a écrit : > And config.h is specific to how the library was configured. Not very much actually. > Is there a special hwloc.h and supporting headers that is system independent > so > I can include them and build on both windows and linux