Created
September 22, 2015 07:03
-
-
Save jungle-boogie/62544a083794897ccc92 to your computer and use it in GitHub Desktop.
make failing #68
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
| dsls/libfdsl.la dsls/libpdsl.la -lm | |
| libtool: link: cc -std=gnu99 -g -pg -g -O2 -o mlrp mlrp-mlrmain.o cli/.libs/libcli.a containers/.libs/libcontainers.a stream/.libs/libstream.a input/.libs/libinput.a mapping/.libs/libmapping.a output/.libs/liboutput.a lib/.libs/libmlr.a dsls/.libs/libfdsl.a dsls/.libs/libpdsl.a -lm | |
| /usr/bin/ld: undefined reference to symbol `_end' (try adding -lc) | |
| //lib/libc.so.7: could not read symbols: Bad value | |
| cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
| *** Error code 1 | |
| Stop. | |
| make[1]: stopped in /home/vagrant/bin/miller/c | |
| *** Error code 1 | |
| Stop. | |
| make: stopped in /home/vagrant/bin/miller/c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment