Created
November 2, 2011 16:05
-
-
Save martinstreicher/1334036 to your computer and use it in GitHub Desktop.
This file contains 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
generating encdb.h | |
encdb.h unchanged | |
making enc | |
make[1]: Nothing to be done for `enc'. | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
transdb.h unchanged | |
making trans | |
make[1]: Nothing to be done for `./enc/trans'. | |
making encs | |
/bin/sh: line 0: cd: ext/-test-/add_suffix: No such file or directory | |
make[1]: *** [ext/-test-/add_suffix/all] Error 1 | |
make: *** [build-ext] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make sure that you CDPATH isn't mucking up the compilation process!!!!