Sanket, le Sat 21 Nov 2009 05:24:04 +0530, a écrit : > cc hwloc_bind.c $(CFLAGS) -o hwloc-hello $(LDLIBS) > -bash: CFLAGS: command not found > -bash: LDLIBS: command not found
Should be ${CFLAGS} and ${LDLIBS}, not with parentheses (which are make-ish). Note that once it's compiled, you need to define the LD_LIBRARY_PATH environment variable to the place where libhwloc.so.0 got installed. Samuel