Last active
December 7, 2025 04:33
-
-
Save jungle-boogie/cc46e900ff75dc73dd83 to your computer and use it in GitHub Desktop.
make failing #68 make
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
| 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