Skip to content

Instantly share code, notes, and snippets.

@jungle-boogie
Created September 23, 2015 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungle-boogie/832e7a5a56703bc980b8 to your computer and use it in GitHub Desktop.
Save jungle-boogie/832e7a5a56703bc980b8 to your computer and use it in GitHub Desktop.
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Werror -std=gnu99 -O3 -g -O2 -o mlr mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la dsls/libfdsl.la dsls/libpdsl.la -lm
libtool: link: cc -Wall -Werror -std=gnu99 -O3 -g -O2 -o mlr 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
cc -DHAVE_CONFIG_H -I. -I.. -I. -std=gnu99 -g -g -O2 -MT mlrg-mlrmain.o -MD -MP -MF .deps/mlrg-mlrmain.Tpo -c -o mlrg-mlrmain.o `test -f 'mlrmain.c' || echo './'`mlrmain.c
mv -f .deps/mlrg-mlrmain.Tpo .deps/mlrg-mlrmain.Po
/bin/sh ../libtool --tag=CC --mode=link cc -std=gnu99 -g -g -O2 -o mlrg mlrg-mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la dsls/libfdsl.la dsls/libpdsl.la -lm
libtool: link: cc -std=gnu99 -g -g -O2 -o mlrg mlrg-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
cc -DHAVE_CONFIG_H -I. -I.. -I. -std=gnu99 -g -pg -g -O2 -MT mlrp-mlrmain.o -MD -MP -MF .deps/mlrp-mlrmain.Tpo -c -o mlrp-mlrmain.o `test -f 'mlrmain.c' || echo './'`mlrmain.c
mv -f .deps/mlrp-mlrmain.Tpo .deps/mlrp-mlrmain.Po
/bin/sh ../libtool --tag=CC --mode=link cc -std=gnu99 -g -pg -g -O2 -o mlrp mlrp-mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la 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[3]: stopped in /usr/home/sean/bin/miller/c
*** Error code 1
Stop.
make[2]: stopped in /usr/home/sean/bin/miller/c
*** Error code 1
Stop.
make[1]: stopped in /usr/home/sean/bin/miller
*** Error code 1
Stop.
make: stopped in /usr/home/sean/bin/miller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment