make is balking. I&#39;m using SunOS build0 5.10 Generic_137112-03 i86pc i386 i86pc<br><br>Here&#39;s how I&#39;m configuring:<br><br>    export PATH=$PATH:/usr/ccs/bin<br>    export PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig<br>

    ./configure --prefix=/opt/rrdtool-1.3.99909060808 --disable-ruby --disable-lua --disable-tcl<br>   <br>Config is DONE!<br><br>          With MMAP IO: yes<br>      Build rrd_getopt: no<br>       Static programs: no<br>

          Perl Modules: perl_piped perl_shared<br>           Perl Binary: /opt/csw/bin/perl<br>          Perl Version: 5.8.8<br>          Perl Options: PREFIX=/opt/rrdtool-1.3.99909060808 LIB=/opt/rrdtool-1.3.99909060808/lib/perl/5.8.8<br>

          Ruby Modules: <br>           Ruby Binary: no<br>          Ruby Options: sitedir=/opt/rrdtool-1.3.99909060808/lib/ruby<br>    Build Lua Bindings: no<br>    Build Tcl Bindings: no<br> Build Python Bindings: yes<br>

          Build rrdcgi: yes<br>       Build librrd MT: yes<br>           Use gettext: yes<br>           With libDBI: no<br><br>make is failing like so:<br><br>    jkeroes@build0:~/rrdtool-1.3.99909060808<br>        [Fri Jul 31, 18:07:00 | 549] $ make<br>

        make  all-recursive<br>        make[1]: Entering directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808&#39;<br>        Making all in po<br>        make[2]: Entering directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808/po&#39;<br>

        make[2]: Nothing to be done for `all&#39;.<br>        make[2]: Leaving directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808/po&#39;<br>        Making all in src<br>        make[2]: Entering directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808/src&#39;<br>

          CC     rrd_client.lo<br>        &quot;rrd.h&quot;, line 122: warning: modification of typedef with &quot;int&quot; ignored<br>        &quot;rrd_client.c&quot;, line 410: warning: implicit function declaration: rindex<br>

        &quot;rrd_client.c&quot;, line 410: warning: improper pointer/integer combination: op &quot;=&quot;<br><b>        &quot;rrd_client.c&quot;, line 521: undefined symbol: PATH_MAX<br>        &quot;rrd_client.c&quot;, line 570: undefined symbol: PATH_MAX</b><br>

        cc: acomp failed for rrd_client.c<br>        make[2]: *** [rrd_client.lo] Error 1<br>        make[2]: Leaving directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808/src&#39;<br>        make[1]: *** [all-recursive] Error 1<br>

        make[1]: Leaving directory `/nfs/home/jkeroes/rrdtool-1.3.99909060808&#39;<br>        make: *** [all] Error 2<br><br>Help?<br><br>Thanks,<br>Joshua<br><br><br>