<font style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">
You need to be using gmake if I'm not mistaken.<br><br>Incidentally, I built Xymon 4.3.12 today on both SPARC and x64 -- only the unresolved symbol allow_severity/deny_severity error like before (which I intended to rehash on the list). <br></font><br> <br>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<font style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">
<b>From</b>: Jeremy Laidman [mailto:jlaidman@rebel-it.com.au] <br><b>Sent</b>: Thursday, July 25, 2013 09:38 PM<br><b>To</b>: Vernon Everett <everett.vernon@gmail.com> <br><b>Cc</b>: Xymon mailinglist <xymon@xymon.com> <br><b>Subject</b>: Re: [Xymon] Installing 4.3.12 Solaris make install error <br></font> <br></div>
<div dir="ltr">It looks like the make you're using is unable to understand the "ifeq" construct.  You could try a different make if you have one installed - presumably you have "gmake" if you have "gcc" installed, and if you don't have gcc then this makefile won't work for you (it has CC=gcc).<div>

<br></div><div>You could try commenting out the "ifeq" stuff and leave one or other of the "CFLAGS=" lines (depending on the version of gcc you have).  But chances are, a version of make that doesn't work here will fail at many other points in the build process.</div>

<div><br></div><div>J</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 26 July 2013 11:01, Vernon Everett <span dir="ltr"><<a href="mailto:everett.vernon@gmail.com" target="_blank">everett.vernon@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi all<br><br></div>Anybody seen this yet?<br></div>Any workaround?<br><br></div>Regards<br>

Vernon<br><div><div><div><div><br><span style="font-family:courier new,monospace"># make install<br>
make: Fatal error in reader: build/Makefile.SunOS, line 11: Unexpected end of line seen<br><br># cat build/Makefile.SunOS<br># Xymon compile-time settings for SunOS / Solaris<br><br>OSDEF = -DSunOS<br><br># Solaris need this<br>


NETLIBS = -lresolv -lsocket -lnsl<br><br># Compile flags for normal build<br>CC = gcc<br>GCCVER := $(shell gcc -dumpversion|cut -d. -f1)<br>ifeq ($(GCCVER),4)<br>   CFLAGS = -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT $(LFSDEF) $(OSDEF)<br>


else<br>   CFLAGS = -g -O2 -Wall -Wno-unused -D_REENTRANT $(LFSDEF) $(OSDEF)<br>endif<br><br># This guesswork doesnt work on a lot of systems.<br># Better have a run-time issue that can easily be fixed with "crle"<br>


# or by setting LD_LIBRARY_PATH, than a build-time problem.<br>#LDTYPE := $(shell ld -V 2>&1|head -1|cut -d' ' -f1)<br>#ifeq ($(LDTYPE),GNU)<br>#   RPATH=-Wl,--rpath,<br>#else<br>#   RPATH=-Wl,-R<br>#endif<br>


<br># Compile flags for debugging<br># CFLAGS = -g -DDEBUG -Wall -D_REENTRANT $(LFSDEF) $(OSDEF)<br><br># Mail program: This must support "CMD -s SUBJECT ADDRESS" to send out a mail with a subject<br># Typically, this will be "mail" or "mailx"<br>


MAILPROGRAM="mailx"<span class="HOEnZb"><font color="#888888"><br><br clear="all"></font></span></span><span class="HOEnZb"><font color="#888888"><br>-- <br><span>"Accept the challenges so that you can feel the exhilaration of victory"</span><div>

<span>- General George Patton</span></div>
</font></span></div></div></div></div></div>
<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>