Skip to content

Instantly share code, notes, and snippets.

@martinstreicher
Created November 2, 2011 16:05
Show Gist options
  • Save martinstreicher/1334036 to your computer and use it in GitHub Desktop.
Save martinstreicher/1334036 to your computer and use it in GitHub Desktop.
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
@wallace
Copy link

wallace commented Feb 17, 2012

make sure that you CDPATH isn't mucking up the compilation process!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment