Created
October 30, 2012 04:25
-
-
Save MrTrick/3978286 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[minion@dev subversion-1.7.7]$ make | |
------ making all in apr | |
make[1]: Entering directory `/tmp/subversion-1.7.7/apr' | |
make[2]: Entering directory `/tmp/subversion-1.7.7/apr' | |
/bin/sh /libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/subversion-1.7.7/apr/include/arch/unix -I./include/arch/unix -I/tmp/subversion-1.7.7/apr/include/arch/unix -I/tmp/subversion-1.7.7/apr/include -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo | |
/bin/sh: /libtool: No such file or directory | |
make[2]: *** [passwd/apr_getpass.lo] Error 127 | |
make[2]: Leaving directory `/tmp/subversion-1.7.7/apr' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/tmp/subversion-1.7.7/apr' | |
make: *** [external-all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment