config.status: executing libtool commands
configure: WARNING:
configure: WARNING: pcre.h was not found. Without PCRE support, "fieldsplit"
configure: WARNING: will not be fully compatible with older versions. You may
configure: WARNING: want to install the pcre dev package and rerun ./configure
renwick-macbookair:crush-tools-2013-04 renwick$ make
Making all in src
Making all in bin
make[2]: Nothing to be done for `all'.
Making all in libcrush
make all-recursive
Making all in crush
make[4]: Nothing to be done for `all'.
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT GeneralHashFunctions.lo -MD -MP -MF .deps/GeneralHashFunctions.Tpo -c -o GeneralHashFunctions.lo GeneralHashFunctions.c
../../libtool: line 862: X--tag=CC: command not found
../../libtool: line 895: libtool: ignoring unknown tag : command not found
../../libtool: line 862: X--mode=compile: command not found
../../libtool: line 1029: *** Warning: inferring the mode of operation is deprecated.: command not found
../../libtool: line 1030: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../../libtool: line 1173: Xgcc: command not found
../../libtool: line 1173: X-DHAVE_CONFIG_H: command not found
../../libtool: line 1173: X-I.: command not found
../../libtool: line 1173: X-g: command not found
../../libtool: line 1173: X-O2: command not found
../../libtool: line 1173: X-MT: command not found
../../libtool: line 1173: XGeneralHashFunctions.lo: command not found
../../libtool: line 1173: X-MD: command not found
../../libtool: line 1173: X-MP: command not found
../../libtool: line 1173: X-MF: command not found
../../libtool: line 1173: X.deps/GeneralHashFunctions.Tpo: No such file or directory
../../libtool: line 1173: X-c: command not found
../../libtool: line 1226: XGeneralHashFunctions.lo: command not found
../../libtool: line 1231: libtool: compile: cannot determine name of library object from `': command not found
make[4]: *** [GeneralHashFunctions.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
renwick-macbookair:crush-tools-2013-04 renwick$ which libtool
/usr/bin/libtool
renwick-macbookair:crush-tools
I can troubleshoot more tomorrow.