Advertisement
Guest User

Untitled

a guest
Oct 15th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. $ make
  2. Build started using:
  3. compiler: "g++ -fno-exceptions -fno-rtti -O2 -fno-stack-protector -funswitch-loops -fomit-frame-pointer -flto -funsigned-char -fno-strict-aliasing -fjump-tables -fno-pic -I/usr/include/SDL2 -D_REENTRANT -DNDEBUG -DUSING_LTO -W -Wall -Wextra -Wpointer-arith -Wno-char-subscripts -Wno-missing-braces -Wwrite-strings -Wuninitialized -Wno-attributes -Wno-strict-overflow -Wno-unused-result -Wlogical-op -Wcast-qual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DUSE_LIBPNG -DUSE_LIBVPX -DHAVE_VORBIS -DHAVE_FLAC -DHAVE_INTTYPES -DSDL_TARGET=2 -DHAVE_GTK2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -DRENDERTYPESDL=1 -DMIXERTYPESDL=1 -DUSE_OPENGL -DNOASM -DPOLYMER -Ibuild/include -Isource/jmact -Isource/jaudiolib/include -Isource/enet/include"
  4. linker: "g++ -fno-exceptions -fno-rtti -O2 -fno-stack-protector -funswitch-loops -fomit-frame-pointer -flto -funsigned-char -fno-strict-aliasing -fjump-tables -fno-pic -I/usr/include/SDL2 -D_REENTRANT -lm -lvpx -lrt -lSDL2_mixer -L/usr/lib/x86_64-linux-gnu -lSDL2 -ldl -pthread -lpng -lz -lFLAC -lvorbisfile -lvorbis -logg "
  5. Built object obj/duke3d/game.o
  6. Built object obj/duke3d/global.o
  7. Built object obj/duke3d/actors.o
  8. Built object obj/duke3d/gamedef.o
  9. Built object obj/duke3d/gameexec.o
  10. Built object obj/duke3d/gamevars.o
  11. Built object obj/duke3d/player.o
  12. Built object obj/duke3d/premap.o
  13. Built object obj/duke3d/sector.o
  14. Built object obj/duke3d/anim.o
  15. Built object obj/duke3d/animsounds.o
  16. Built object obj/duke3d/common.o
  17. Built object obj/duke3d/config.o
  18. Built object obj/duke3d/demo.o
  19. Built object obj/duke3d/input.o
  20. Built object obj/duke3d/menus.o
  21. Built object obj/duke3d/namesdyn.o
  22. Built object obj/duke3d/net.o
  23. Built object obj/duke3d/savegame.o
  24. Built object obj/duke3d/rts.o
  25. Built object obj/duke3d/osdfuncs.o
  26. Built object obj/duke3d/osdcmds.o
  27. Built object obj/duke3d/grpscan.o
  28. Built object obj/duke3d/sounds.o
  29. Built object obj/duke3d/soundsdyn.o
  30. Built object obj/duke3d/cheats.o
  31. Built object obj/duke3d/sbar.o
  32. Built object obj/duke3d/screentext.o
  33. Built object obj/duke3d/screens.o
  34. Built object obj/duke3d/cmdline.o
  35. Built object obj/duke3d/animvpx.o
  36. Built object obj/duke3d/game_banner.o
  37. Built object obj/duke3d/startgtk.game.o
  38. Built object obj/duke3d/game_icon.o
  39. Built object obj/duke3d/rev.o
  40. Built object obj/duke3d/sdlmusic.o
  41. Built object obj/build/baselayer.o
  42. Built object obj/build/cache1d.o
  43. Built object obj/build/common.o
  44. Built object obj/build/compat.o
  45. Built object obj/build/crc32.o
  46. Built object obj/build/defs.o
  47. Built object obj/build/engine.o
  48. Built object obj/build/tiles.o
  49. Built object obj/build/clip.o
  50. Built object obj/build/2d.o
  51. Built object obj/build/hash.o
  52. Built object obj/build/palette.o
  53. Built object obj/build/polymost.o
  54. Built object obj/build/texcache.o
  55. Built object obj/build/dxtfilter.o
  56. Built object obj/build/hightile.o
  57. Built object obj/build/textfont.o
  58. Built object obj/build/smalltextfont.o
  59. Built object obj/build/kplib.o
  60. Built object obj/build/lz4.o
  61. Built object obj/build/osd.o
  62. Built object obj/build/pragmas.o
  63. Built object obj/build/scriptfile.o
  64. Built object obj/build/mmulti_null.o
  65. Built object obj/build/mutex.o
  66. Built object obj/build/xxhash.o
  67. Built object obj/build/md4.o
  68. Built object obj/build/colmatch.o
  69. Built object obj/build/screenshot.o
  70. Built object obj/build/mhk.o
  71. Built object obj/build/a-c.o
  72. Built object obj/build/glbuild.o
  73. Built object obj/build/voxmodel.o
  74. Built object obj/build/mdsprite.o
  75. Built object obj/build/polymer.o
  76. Built object obj/build/sdlayer.o
  77. Built object obj/build/gtkbits.o
  78. Built object obj/build/dynamicgtk.o
  79. Built object obj/mact/file_lib.o
  80. Built object obj/mact/control.o
  81. Built object obj/mact/keyboard.o
  82. Built object obj/mact/mouse.o
  83. Built object obj/mact/joystick.o
  84. Built object obj/mact/scriplib.o
  85. Built object obj/mact/animlib.o
  86. Built object obj/audiolib/drivers.o
  87. Built object obj/audiolib/fx_man.o
  88. Built object obj/audiolib/multivoc.o
  89. Built object obj/audiolib/mix.o
  90. Built object obj/audiolib/mixst.o
  91. Built object obj/audiolib/pitch.o
  92. Built object obj/audiolib/formats.o
  93. Built object obj/audiolib/vorbis.o
  94. Built object obj/audiolib/flac.o
  95. Built object obj/audiolib/xa.o
  96. Built object obj/audiolib/driver_nosound.o
  97. Built object obj/audiolib/driver_sdl.o
  98. Built object obj/enet/callbacks.o
  99. Built object obj/enet/host.o
  100. Built object obj/enet/list.o
  101. Built object obj/enet/packet.o
  102. Built object obj/enet/peer.o
  103. Built object obj/enet/protocol.o
  104. Built object obj/enet/compress.o
  105. Built object obj/enet/unix.o
  106. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans0.ltrans.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompilé avec -fPIC
  107. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans1.ltrans.o: relocation R_X86_64_32S against hidden symbol `sectorchanged' can not be used when making a shared object
  108. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans2.ltrans.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompilé avec -fPIC
  109. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans3.ltrans.o: relocation R_X86_64_32 against hidden symbol `_ZL9bunchdist.lto_priv.490' can not be used when making a shared object
  110. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans4.ltrans.o: relocation R_X86_64_32S against hidden symbol `SpriteProjectile' can not be used when making a shared object
  111. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans5.ltrans.o: relocation R_X86_64_32S against hidden symbol `picsiz' can not be used when making a shared object
  112. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans6.ltrans.o: relocation R_X86_64_32S against hidden symbol `validmode' can not be used when making a shared object
  113. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans7.ltrans.o: relocation R_X86_64_32S against hidden symbol `_ZL10g_player_s.lto_priv.534' can not be used when making a shared object
  114. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans8.ltrans.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompilé avec -fPIC
  115. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans9.ltrans.o: relocation R_X86_64_32S against hidden symbol `picanm' can not be used when making a shared object
  116. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans10.ltrans.o: relocation R_X86_64_32S against hidden symbol `wallchanged' can not be used when making a shared object
  117. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans11.ltrans.o: relocation R_X86_64_32 against hidden symbol `DefaultProjectile' can not be used when making a shared object
  118. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans12.ltrans.o: relocation R_X86_64_32S against hidden symbol `g_gametypeFlags' can not be used when making a shared object
  119. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans13.ltrans.o: relocation R_X86_64_32S against hidden symbol `glfiltermodes' can not be used when making a shared object
  120. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans14.ltrans.o: relocation R_X86_64_32S against hidden symbol `g_tile' can not be used when making a shared object
  121. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans15.ltrans.o: relocation R_X86_64_32S against hidden symbol `_ZL10g_player_s.lto_priv.534' can not be used when making a shared object
  122. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans16.ltrans.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompilé avec -fPIC
  123. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans17.ltrans.o: relocation R_X86_64_32 against hidden symbol `_ZZ13tabledivide64E4sdiv.lto_priv.213' can not be used when making a shared object
  124. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans18.ltrans.o: relocation R_X86_64_32S against hidden symbol `divtable64' can not be used when making a shared object
  125. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans19.ltrans.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompilé avec -fPIC
  126. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans20.ltrans.o: relocation R_X86_64_32S against hidden symbol `wallchanged' can not be used when making a shared object
  127. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans21.ltrans.o: relocation R_X86_64_32S against hidden symbol `headspritestat' can not be used when making a shared object
  128. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans22.ltrans.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompilé avec -fPIC
  129. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans23.ltrans.o: relocation R_X86_64_32S against hidden symbol `nextspritestat' can not be used when making a shared object
  130. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans24.ltrans.o: relocation R_X86_64_32 against hidden symbol `_ZL11artfilename.lto_priv.345' can not be used when making a shared object
  131. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans25.ltrans.o: relocation R_X86_64_32 against hidden symbol `g_scriptFileName' can not be used when making a shared object
  132. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans26.ltrans.o: relocation R_X86_64_32S against hidden symbol `aplWeaponSelectSound' can not be used when making a shared object
  133. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans27.ltrans.o: relocation R_X86_64_32S against hidden symbol `_ZL10g_player_s.lto_priv.534' can not be used when making a shared object
  134. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans28.ltrans.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompilé avec -fPIC
  135. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans29.ltrans.o: relocation R_X86_64_32 against hidden symbol `_ZZ8initputsE5dabuf.lto_priv.239' can not be used when making a shared object
  136. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans30.ltrans.o: relocation R_X86_64_32 against hidden symbol `_ZL10g_player_s.lto_priv.534' can not be used when making a shared object
  137. /usr/bin/x86_64-linux-gnu-ld.bfd.real: /tmp/ccQsfO46.ltrans31.ltrans.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompilé avec -fPIC
  138. /usr/bin/x86_64-linux-gnu-ld.bfd.real : échec de l'édition de liens finale : Section non-représentable pour la sortie
  139. collect2: error: ld returned 1 exit status
  140. Failed linking eduke32!
  141. If the build options, environment, or system packages have changed, run \'make clean\' and try again.
  142. Makefile:726 : la recette pour la cible « eduke32 » a échouée
  143. make: *** [eduke32] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement