Skip to content

Instantly share code, notes, and snippets.

@jungle-boogie
Last active September 22, 2015 07:02
Show Gist options
  • Save jungle-boogie/cc46e900ff75dc73dd83 to your computer and use it in GitHub Desktop.
Save jungle-boogie/cc46e900ff75dc73dd83 to your computer and use it in GitHub Desktop.
make failing #68 make
vagrant@:~/bin/miller % make -e CC=clang
make all-recursive
Making all in c
Making all in lib
/bin/csh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_globals.lo -MD -MP -MF .deps/mlr_globals.Tpo -c -o mlr_globals.lo mlr_globals.c
available_tags=: Command not found.
Missing }.
*** Error code 1
Stop.
make[3]: stopped in /home/vagrant/bin/miller/c/lib
*** Error code 1
Stop.
make[2]: stopped in /home/vagrant/bin/miller/c
*** Error code 1
Stop.
make[1]: stopped in /home/vagrant/bin/miller
*** Error code 1
Stop.
make: stopped in /home/vagrant/bin/miller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment