I'm having some issue building from souce where when I try to run make I get a bunch of errors like this:<br><br>make[3]: Entering directory `/data/home/pkgbuild/varnish-3.0.2/lib/libvarnishcompat'<br>if /bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include    -g -O2 -pthread -Wextra -Wno-missing-field-initializers -Wno-sign-compare -MT daemon.lo -MD -MP -MF ".deps/daemon.Tpo" -c -o daemon.lo daemon.c; \<br>
    then mv -f ".deps/daemon.Tpo" ".deps/daemon.Plo"; else rm -f ".deps/daemon.Tpo"; exit 1; fi<br>../../libtool: line 852: X--tag=CC: command not found<br>../../libtool: line 885: libtool: ignoring unknown tag : command not found<br>
../../libtool: line 852: X--mode=compile: command not found<br>../../libtool: line 1018: *** Warning: inferring the mode of operation is deprecated.: command not found<br>../../libtool: line 1019: *** Future versions of Libtool will require --mode=MODE be specified.: command not found<br>
../../libtool: line 1162: Xgcc: command not found<br>...<br><br>Something with my echo or sed but I'm not sure... any help greatly appreciated.  Sorry in advance if I'm missing something super obvious.<br><br>Marc<br>
<br>Full output:<br><br>[pkgbuild@s605202nj2vl803 varnish-3.0.2]$ make<br>cd . && /bin/sh /data/home/pkgbuild/varnish-3.0.2/missing --run autoheader<br>rm -f stamp-h1<br>touch <a href="http://config.h.in">config.h.in</a><br>
cd . && /bin/sh ./config.status config.h<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>make  all-recursive<br>make[1]: Entering directory `/data/home/pkgbuild/varnish-3.0.2'<br>
Making all in include<br>make[2]: Entering directory `/data/home/pkgbuild/varnish-3.0.2/include'<br>make  all-am<br>make[3]: Entering directory `/data/home/pkgbuild/varnish-3.0.2/include'<br>make[3]: Leaving directory `/data/home/pkgbuild/varnish-3.0.2/include'<br>
make[2]: Leaving directory `/data/home/pkgbuild/varnish-3.0.2/include'<br>Making all in lib<br>make[2]: Entering directory `/data/home/pkgbuild/varnish-3.0.2/lib'<br>Making all in libvarnishcompat<br>make[3]: Entering directory `/data/home/pkgbuild/varnish-3.0.2/lib/libvarnishcompat'<br>
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include    -g -O2 -pthread -Wextra -Wno-missing-field-initializers -Wno-sign-compare -MT daemon.lo -MD -MP -MF ".deps/daemon.Tpo" -c -o daemon.lo daemon.c; \<br>
    then mv -f ".deps/daemon.Tpo" ".deps/daemon.Plo"; else rm -f ".deps/daemon.Tpo"; exit 1; fi<br>../../libtool: line 852: X--tag=CC: command not found<br>../../libtool: line 885: libtool: ignoring unknown tag : command not found<br>
../../libtool: line 852: X--mode=compile: command not found<br>../../libtool: line 1018: *** Warning: inferring the mode of operation is deprecated.: command not found<br>../../libtool: line 1019: *** Future versions of Libtool will require --mode=MODE be specified.: command not found<br>
../../libtool: line 1162: Xgcc: command not found<br>../../libtool: line 1162: X-std=gnu99: command not found<br>../../libtool: line 1162: X-DHAVE_CONFIG_H: command not found<br>../../libtool: line 1162: X-I.: command not found<br>
../../libtool: line 1162: X-I.: command not found<br>../../libtool: line 1162: X-I../..: No such file or directory<br>../../libtool: line 1162: X-I../../include: No such file or directory<br>../../libtool: line 1162: X-g: command not found<br>
../../libtool: line 1162: X-O2: command not found<br>../../libtool: line 1162: X-pthread: command not found<br>../../libtool: line 1162: X-Wextra: command not found<br>../../libtool: line 1162: X-Wno-missing-field-initializers: command not found<br>
../../libtool: line 1162: X-Wno-sign-compare: command not found<br>../../libtool: line 1162: X-MT: command not found<br>../../libtool: line 1162: Xdaemon.lo: command not found<br>../../libtool: line 1162: X-MD: command not found<br>
../../libtool: line 1162: X-MP: command not found<br>../../libtool: line 1162: X-MF: command not found<br>../../libtool: line 1162: X.deps/daemon.Tpo: No such file or directory<br>../../libtool: line 1162: X-c: command not found<br>
../../libtool: line 1214: Xdaemon.lo: command not found<br>../../libtool: line 1219: libtool: compile: cannot determine name of library object from `': command not found<br>make[3]: *** [daemon.lo] Error 1<br>make[3]: Leaving directory `/data/home/pkgbuild/varnish-3.0.2/lib/libvarnishcompat'<br>
make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/data/home/pkgbuild/varnish-3.0.2/lib'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/data/home/pkgbuild/varnish-3.0.2'<br>
make: *** [all] Error 2<br><br>