libgomp & solaris
Richard Henderson
rth@redhat.com
Thu Jan 19 22:25:00 GMT 2006
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~
More information about the Gcc
mailing list