<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ken Nielson wrote:
<blockquote cite="mid:fd70c086-490b-40a6-bc59-9d09fdc11655@mail"
type="cite">
<pre wrap="">----- Original Message -----
</pre>
<blockquote type="cite">
<pre wrap="">From: "Michael Jennings" <a class="moz-txt-link-rfc2396E" href="mailto:mej@lbl.gov"><mej@lbl.gov></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:torquedev@supercluster.org">torquedev@supercluster.org</a>
Sent: Wednesday, August 31, 2011 1:51:03 PM
Subject: Re: [torquedev] Build 5016 Not Building
On Wednesday, 31 August 2011, at 10:49:18 (-0600),
Ken Nielson wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">At first glance this looks like __USE_UNIX98 not being defined,
but I
haven't yet tracked back to see why that might be.
</pre>
</blockquote>
<pre wrap="">I had the same problem on one of my systems yesterday. I blew away
the build I had and started over from scratch and unfortunately the
problem went away. I am not suggesting you do that. To accommodate
the PTHREAD_MUTEX_ERRORCHECK (which will probably go away in
production code) we added the AC_USE_SYSTEM_EXTENSIONS macro to
configure.ac. It fixed the problem here but there is something
about
different builds that causes problems.
Any suggestions from anyone?
</pre>
</blockquote>
<pre wrap="">__USE_UNIX98 represents SUSv2. This support is activated via
_XOPEN_SOURCE being defined to 500 or greater. Defining _GNU_SOURCE
will activate this feature set as well (by setting _XOPEN_SOURCE to
700).
Michael
--
</pre>
</blockquote>
<pre wrap=""><!---->Thanks Michael.
I think we have it fixed. Download the latest from trunk and try again.
Ken
__</pre>
</blockquote>
Yes, thanks, this is fixed in build 5023.<br>
<br>
- Donald Neal<br>
<pre class="moz-signature" cols="72">--
Donald Neal |"We're not going to have any riots around
| here. It doesn't matter if you're Turkish,
High Performance Computing | if you live round here we'll defend you."
The University of Waikato | - Aykut Boyraz
</pre>
</body>
</html>