iniparser doesnt have a make install<div><br></div><div>i moved the .h files to /usr/local/include and now i get the following error</div><div><br></div><div><div>cat: .revision: No such file or directory</div><div>/usr/bin/ld: cannot find -liniparser</div>

<div>/usr/bin/ld: cannot find -liniparser</div><div>collect2: ld returned 1 exit status</div><div>make: *** [aprs] Error 1</div><div><br></div>Matt<br>
<br><br><br><div class="gmail_quote">On Mon, Oct 1, 2012 at 10:04 PM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">&gt; I should have been more clear, i already installed iniparser, how do I<br>
&gt; make it available to the UAT build?<br>
<br>
</div>Ah, sorry. Did you &quot;make install&quot; it? Make sure that the .h files get<br>
copied into /usr/local/include (or similar). You could also add<br>
something like the following to CFLAGS at the top of Makefile:<br>
<br>
CFLAGS = -g -Wall -I/path/to/iniparser/src<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Dan Smith<br>
<a href="http://www.danplanet.com" target="_blank">www.danplanet.com</a><br>
KK7DS<br>
<br>
</div></div><br>_______________________________________________<br>
UAT mailing list<br>
<a href="mailto:UAT@lists.danplanet.com">UAT@lists.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/uat" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/uat</a><br>
<br></blockquote></div><br></div>