<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"<br><br clear="all"></span><br>-- <br><span>"Accept the challenges so that you can feel the exhilaration of victory"</span><div><span>- General George Patton</span></div>
</div></div></div></div></div>