<span class="Apple-style-span" style="border-collapse: collapse; "><div>Hi even i too got the same error message <span style="font-style: italic; "><span style="font-weight: bold; ">""</span></span><span style="border-collapse: collapse; color: rgb(2, 19, 36); white-space: pre; "><span style="font-style: italic; "><span style="font-weight: bold; ">Undefined symbol: ._isnan""</span></span></span></div>
<div><br></div><div>i saw below mail while googling, can help me out how to handle this error</div><div><br></div><div><br></div><div><a href="http://www.hswn.dk/hobbiton/2008/03/msg00056.html">http://www.hswn.dk/hobbiton/2008/03/msg00056.html</a><br>
</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="border-collapse: separate; font-family: 'times new roman'; font-size: 16px; "><pre>On Thu, Mar 06, 2008 at 13:44 Henrik wrote :
        >>On Thu, Mar 06, 2008 at 11:09:30AM -0000, Morris, Chris (NPMID)
wrote:
        >> gmake[1]: Entering directory `/usr/local/snapshot/web'
        >> gcc -O -D_REENTRANT -DAIX -I. -I/usr/local/snapshot/include
        >> -I/usr/local/include -o hobbit-perfdata.cgi  hobbit-perfdata.o
        >> ../lib/libhobbit.a -L/usr/lib -lz -L/usr/lib -lpcre
        >> -L/usr/local/rrdtool-1.2.26/lib -lrrd -L/usr/lib -lpng
        >> ld: 0711-317 ERROR: Undefined symbol: ._isnan
        >
        >Could You try changing snapshot/web/Makefile ? Some way into the
file
        >you'll find this bit:
        >
        >hobbit-perfdata.cgi: $(PERFDATAOBJS) $(LIBOBJS)
        >        $(CC) $(CFLAGS) -o $@ $(RPATHOPT) $(PERFDATAOBJS)
$(LIBOBJS) $(HOBBITZLIB) $(PCRELIBS) $(RRDLIBS) $(NETLIBS)
        >
        >Add "-lm" after the "$(NETLIBS)" and let me know if that helps:
        >
        >hobbit-perfdata.cgi: $(PERFDATAOBJS) $(LIBOBJS)
        >        $(CC) $(CFLAGS) -o $@ $(RPATHOPT) $(PERFDATAOBJS)
$(LIBOBJS) $(HOBBITZLIB) $(PCRELIBS) $(RRDLIBS) $(NETLIBS) -lm
        >
        >
        >Regards,
        >Henrik</pre><pre><br></pre><pre><br></pre><pre><br></pre><pre>my file contails the LIBS export line as like this</pre><pre><span class="Apple-style-span" style="font-style: italic;">LIBS=         -lrscg -lscg $(LIB_VOLMGT) -lparanoia -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET)
</span></pre><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><br></span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;">I have chaged it to</span></div>
<div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-style: italic;"><br></span></span></span></div>
<div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-style: italic;">LIBS=            -lm -lrscg -lscg $(LIB_VOLMGT) -lparanoia -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET)</span></span></span><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-style: italic;">
</span></span></span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-style: italic;"><br>
</span></span></span></div><div><span class="Apple-style-span" style="font-family: '-webkit-monospace'; font-weight: bold; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: '-webkit-monospace'; font-weight: bold; white-space: pre; ">but still i canot rectify the problem</span></div>
<div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre;"><br></span></div></span></div></span>Thanks in advance<div><br>-- <br>Thanks & Regards,    <br><br>DIVAKAR ADARI,<br>IIT KHARAGPUR<br>

</div>