Skip to content

Instantly share code, notes, and snippets.

@raku-cat
Created August 26, 2016 16:04
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 raku-cat/c1218f345ce3e13b78f2767e4a6089ff to your computer and use it in GitHub Desktop.
Save raku-cat/c1218f345ce3e13b78f2767e4a6089ff to your computer and use it in GitHub Desktop.
Making all in src
make[1]: Entering directory '/home/josh/ddsstv/src'
make all-recursive
make[2]: Entering directory '/home/josh/ddsstv/src'
Making all in dddsp
make[3]: Entering directory '/home/josh/ddsstv/src/dddsp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/josh/ddsstv/src/dddsp'
Making all in ddsstv
make[3]: Entering directory '/home/josh/ddsstv/src/ddsstv'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/josh/ddsstv/src/ddsstv'
Making all in tools
make[3]: Entering directory '/home/josh/ddsstv/src/tools'
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -o ddsstv-encoder ddsstv_encoder-ddsstv-encoder-main.o ddsstv_encoder-help.o ../dddsp/libdddsp.la ../ddsstv/libddsstv.la -lSDL
libtool: link: gcc -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -o .libs/ddsstv-encoder ddsstv_encoder-ddsstv-encoder-main.o ddsstv_encoder-help.o ../dddsp/.libs/libdddsp.so ../ddsstv/.libs/libddsstv.so -lSDL
Makefile:411: recipe for target 'ddsstv-encoder' failed
make[3]: Leaving directory '/home/josh/ddsstv/src/tools'
Makefile:359: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/home/josh/ddsstv/src'
Makefile:297: recipe for target 'all' failed
make[1]: Leaving directory '/home/josh/ddsstv/src'
Makefile:379: recipe for target 'all-recursive' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment