Just want to mention -- I've never seen that. I haven't tried an x86 compile recently, but I will soon and I'm doubting that that will be necessary.<span style="font-family:Prelude, Verdana, san-serif;"><br><br></span><span id="signature"><div style="font-family: arial, sans-serif; font-size: 12px;color: #999999;">-- Sent from my Palm Pre</div><br></span><span style="color:navy; font-family:Prelude, Verdana, san-serif; "><hr align="left" style="width:75%">On Jul 26, 2012 1:37, Roland Soderstrom <Rolands@logicaltech.com.au> wrote: <br><br>Problem solved :D
<br>I had to install gnu ld and move /usr/ccs/bin/ld to /usr/ccs/bin/ld-old
<br>Remove /usr/ccs/bin from the PATH won't help.
<br>Now when I think about it I had the same problem on 4.3.5
<br>
<br>I also had to insert
<br>#include <errno.h>
<br>In xymonnet/httptest.c
<br>
<br>- Roland
<br>
<br>
<br>-----Original Message-----
<br>From: xymon-bounces@xymon.com [mailto:xymon-bounces@xymon.com] On Behalf Of Henrik Størner
<br>Sent: Thursday, 26 July 2012 6:27 AM
<br>To: xymon@xymon.com
<br>Subject: Re: [Xymon] Compile error 4.3.9
<br>
<br>On 25-07-2012 21:14, Scott Post wrote:
<br>> make[1]: Entering directory `/tmp/xymon-4.3.9/xymonnet'
<br>> gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT 
<br>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I.
<br>> -I/tmp/xymon-4.3.9/include    -c -o httptest.o httptest.c
<br>> httptest.c: In function âadd_http_testâ:
<br>> httptest.c:552:84: error: âerrnoâ undeclared (first use in this 
<br>> function)
<br>
<br>Oops! Add a
<br>    #include <errno.h>
<br>near the top of xymonnet/httptest.c along with the other #include lines.
<br>
<br>
<br>Regards,
<br>Henrik
<br>
<br>_______________________________________________
<br>Xymon mailing list
<br>Xymon@xymon.com
<br>http://lists.xymon.com/mailman/listinfo/xymon
<br>_______________________________________________
<br>Xymon mailing list
<br>Xymon@xymon.com
<br>http://lists.xymon.com/mailman/listinfo/xymon
<br></span>