Hi all,<br><br>I&#39;ve recently downloaded sac101.3b. I want to use the libraries (libsac.a) and so proceeded through the examples in the documentation, but the makefile returned errors. I was able to make it by adding -I../../include, -L../../lib, and -lm to the FFLAGS and CFLAGS:<br>
FFLAGS=-Wall `sac-config --cflags` -I../../include -L../../lib -lm<br>CFLAGS=-Wall `sac-config --cflags` -I../../include -L../../lib -lm<br><br>I also had to add a standard header to wsac5c.c to define INT32_MAX<br clear="all">
#include &lt;stdint.h&gt;<br><br>Hope this is helpful if anyone else has these problems.<br><br>Rob<br><br><br>-- <br>Rob Porritt, GG<br>UC Berkeley Earth and Planetary Sciences PhD Candidate<br>Berkeley Seismological Laboratory<br>
<a href="http://seismo.berkeley.edu/~rob/">http://seismo.berkeley.edu/~rob/</a><br>