Pavan Balaji, le Wed 21 Oct 2009 20:31:17 -0500, a écrit : > With suncc (sunstudio 12): > ================================================================== > "topology-linux.c", line 782: syntax error before or at: ...
Ah, you are using suncc on linux, I wouldn't have expected such combination. Well that can easily be fixed. > With pgcc (9.0-4): > ================================================================== > libtool: link: pgcc -g -o .libs/lstopo lstopo-lstopo.o > lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o > lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o > -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src -lm ../src/.libs/libhwloc.so > -ltermcap > ../src/.libs/libhwloc.so: undefined reference to `__CPU_SET' > ../src/.libs/libhwloc.so: undefined reference to `__CPU_ZERO' Could you also post the warnings? These are macros and should be defined in /usr/include/bits/sched.h. Samuel