<div dir="ltr"><div>Yep, just figured that out at about the same time you must have hit send. :-)<br></div>Standardisation would be so nice. :-/<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 26 July 2013 09:38, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</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">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"><div><div class="h5">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>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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><font color="#888888"><br><br clear="all"></font></span></span><span><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></div></div>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">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>
</blockquote></div><br><br clear="all"><br>-- <br><span>"Accept the challenges so that you can feel the exhilaration of victory"</span><div><span>- General George Patton</span></div>
</div>