This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libgomp & solaris
- From: Richard Henderson <rth at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Thu, 19 Jan 2006 14:25:04 -0800
- Subject: Re: libgomp & solaris
- References: <43D00883.80504@pop.agri.ch>
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~