On Thu, Jan 19, 2006 at 10:45:39PM +0100, Andreas Tobler wrote: > In team.c solaris fails due to the fact that alloca is defined in > alloca.h iso stdlib.h ...
Er, *not* defined did you mean? This should probably be fixed with a #define to __builtin_alloca in libgomp.h or so. > config/posix/proc.c fails in a similar manner due > to the fact that getloadavg is defined in sys/loadavg.h Easy, more configury near getloadavg detection. > The next issue is the -pthread in the config stuff. Solaris does not > like it :) -pthreads instead. Sounds like a typo in the specs for the platform. r~