Guest User

Untitled

a guest
May 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. atv@atv-xbmc:~/tinyxml-2.6.2_1$ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/atv/tinyxml-2.6.2_1'
  4. Making all in src
  5. make[2]: Entering directory `/home/atv/tinyxml-2.6.2_1/src'
  6. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c -o tinyxml.lo tinyxml.cpp
  7. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp -fPIC -DPIC -o .libs/tinyxml.o
  8. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp -o tinyxml.o >/dev/null 2>&1
  9. mv -f .deps/tinyxml.Tpo .deps/tinyxml.Plo
  10. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c -o tinyxmlerror.lo tinyxmlerror.cpp
  11. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp -fPIC -DPIC -o .libs/tinyxmlerror.o
  12. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp -o tinyxmlerror.o >/dev/null 2>&1
  13. mv -f .deps/tinyxmlerror.Tpo .deps/tinyxmlerror.Plo
  14. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c -o tinyxmlparser.lo tinyxmlparser.cpp
  15. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp -fPIC -DPIC -o .libs/tinyxmlparser.o
  16. g++ -DHAVE_CONFIG_H -I. -I.. -I../include -DTIXML_USE_STL -g -O2 -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp -o tinyxmlparser.o >/dev/null 2>&1
  17. mv -f .deps/tinyxmlparser.Tpo .deps/tinyxmlparser.Plo
  18. /bin/bash ../libtool --tag=CXX --mode=link g++ -DTIXML_USE_STL -g -O2 -o libtinyxml.la -rpath /usr/lib tinystr.lo tinyxml.lo tinyxmlerror.lo tinyxmlparser.lo
  19. rm -fr .libs/libtinyxml.0.dylib .libs/libtinyxml.0.dylib.dSYM .libs/libtinyxml.a .libs/libtinyxml.dylib .libs/libtinyxml.la .libs/libtinyxml.lai
  20. g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.2.4/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.2.4/crtbeginS.o .libs/tinystr.o .libs/tinyxml.o .libs/tinyxmlerror.o .libs/tinyxmlparser.o -L/usr/lib/gcc/i486-linux-gnu/4.2.4 -L/usr/lib/gcc/i486-linux-gnu/4.2.4/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.2.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.2.4/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.2.4/../../../../lib/crtn.o -Wl,-soname -Wl,libtinyxml.so.0 -o .libs/libtinyxml.so.0.0.0
  21. .libs/tinystr.o: file not recognized: File format not recognized
  22. collect2: ld returned 1 exit status
  23. make[2]: *** [libtinyxml.la] Error 1
  24. make[2]: Leaving directory `/home/atv/tinyxml-2.6.2_1/src'
  25. make[1]: *** [all-recursive] Error 1
  26. make[1]: Leaving directory `/home/atv/tinyxml-2.6.2_1'
  27. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment