Advertisement
if-then-else

SDL Installation

Oct 19th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.90 KB | None | 0 0
  1. Mihirs-MacBook-Pro:scons-2.3.0 Mihir$ cd /Users/Mihir/Downloads/SDL-1.2.15\ 2
  2. Mihirs-MacBook-Pro:SDL-1.2.15 2 Mihir$ ./configure && make
  3. configure: WARNING: Libtool does not cope well with whitespace in `pwd`
  4. checking build system type... x86_64-apple-darwin15.0.0
  5. checking host system type... x86_64-apple-darwin15.0.0
  6. checking for gcc... gcc
  7. checking for C compiler default output file name... a.out
  8. checking whether the C compiler works... yes
  9. checking whether we are cross compiling... no
  10. checking for suffix of executables...
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for a sed that does not truncate output... /usr/bin/sed
  16. checking for grep that handles long lines and -e... /usr/bin/grep
  17. checking for egrep... /usr/bin/grep -E
  18. checking for fgrep... /usr/bin/grep -F
  19. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  20. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  21. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  22. checking the name lister (/usr/bin/nm) interface... BSD nm
  23. checking whether ln -s works... yes
  24. checking the maximum length of command line arguments... 196608
  25. checking whether the shell understands some XSI constructs... yes
  26. checking whether the shell understands "+="... yes
  27. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  28. checking for objdump... no
  29. checking how to recognize dependent libraries... pass_all
  30. checking for ar... ar
  31. checking for strip... strip
  32. checking for ranlib... ranlib
  33. checking command to parse /usr/bin/nm output from gcc object... ok
  34. checking for dsymutil... dsymutil
  35. checking for nmedit... nmedit
  36. checking for lipo... lipo
  37. checking for otool... otool
  38. checking for otool64... no
  39. checking for -single_module linker flag... yes
  40. checking for -exported_symbols_list linker flag... yes
  41. checking how to run the C preprocessor... gcc -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking for dlfcn.h... yes
  53. checking for objdir... .libs
  54. rm: conftest.dSYM: is a directory
  55. checking if gcc supports -fno-rtti -fno-exceptions... yes
  56. checking for gcc option to produce PIC... -fno-common -DPIC
  57. checking if gcc PIC flag -fno-common -DPIC works... yes
  58. checking if gcc static flag -static works... no
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  62. checking dynamic linker characteristics... darwin15.0.0 dyld
  63. checking how to hardcode library paths into programs... immediate
  64. checking whether stripping libraries is possible... yes
  65. checking if libtool supports shared libraries... yes
  66. checking whether to build shared libraries... yes
  67. checking whether to build static libraries... yes
  68. checking whether byte ordering is bigendian... no
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking for g++... g++
  74. checking whether we are using the GNU C++ compiler... yes
  75. checking whether g++ accepts -g... yes
  76. checking whether we are using the GNU C++ compiler... (cached) yes
  77. checking whether g++ accepts -g... (cached) yes
  78. checking how to run the C++ preprocessor... g++ -E
  79. checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  80. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  81. checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  82. checking for g++ option to produce PIC... -fno-common -DPIC
  83. checking if g++ PIC flag -fno-common -DPIC works... yes
  84. checking if g++ static flag -static works... no
  85. checking if g++ supports -c -o file.o... yes
  86. checking if g++ supports -c -o file.o... (cached) yes
  87. checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  88. checking dynamic linker characteristics... darwin15.0.0 dyld
  89. checking how to hardcode library paths into programs... immediate
  90. checking for a BSD-compatible install... /usr/bin/install -c
  91. checking whether make sets $(MAKE)... yes
  92. checking for windres... no
  93. checking for an ANSI C-conforming const... yes
  94. checking for inline... inline
  95. checking for working volatile... yes
  96. checking for ANSI C header files... (cached) yes
  97. checking for sys/types.h... (cached) yes
  98. checking stdio.h usability... yes
  99. checking stdio.h presence... yes
  100. checking for stdio.h... yes
  101. checking for stdlib.h... (cached) yes
  102. checking stddef.h usability... yes
  103. checking stddef.h presence... yes
  104. checking for stddef.h... yes
  105. checking stdarg.h usability... yes
  106. checking stdarg.h presence... yes
  107. checking for stdarg.h... yes
  108. checking malloc.h usability... no
  109. checking malloc.h presence... no
  110. checking for malloc.h... no
  111. checking for memory.h... (cached) yes
  112. checking for string.h... (cached) yes
  113. checking for strings.h... (cached) yes
  114. checking for inttypes.h... (cached) yes
  115. checking for stdint.h... (cached) yes
  116. checking ctype.h usability... yes
  117. checking ctype.h presence... yes
  118. checking for ctype.h... yes
  119. checking math.h usability... yes
  120. checking math.h presence... yes
  121. checking for math.h... yes
  122. checking iconv.h usability... yes
  123. checking iconv.h presence... yes
  124. checking for iconv.h... yes
  125. checking signal.h usability... yes
  126. checking signal.h presence... yes
  127. checking for signal.h... yes
  128. checking for size_t... yes
  129. checking for int64_t... yes
  130. checking for working alloca.h... yes
  131. checking for alloca... yes
  132. checking for working memcmp... yes
  133. checking for working strtod... yes
  134. checking for mprotect... yes
  135. checking for malloc... yes
  136. checking for calloc... yes
  137. checking for realloc... yes
  138. checking for free... yes
  139. checking for getenv... yes
  140. checking for putenv... yes
  141. checking for unsetenv... yes
  142. checking for qsort... yes
  143. checking for abs... yes
  144. checking for bcopy... yes
  145. checking for memset... yes
  146. checking for memcpy... yes
  147. checking for memmove... yes
  148. checking for strlen... yes
  149. checking for strlcpy... yes
  150. checking for strlcat... yes
  151. checking for strdup... yes
  152. checking for _strrev... no
  153. checking for _strupr... no
  154. checking for _strlwr... no
  155. checking for strchr... yes
  156. checking for strrchr... yes
  157. checking for strstr... yes
  158. checking for itoa... no
  159. checking for _ltoa... no
  160. checking for _uitoa... no
  161. checking for _ultoa... no
  162. checking for strtol... yes
  163. checking for strtoul... yes
  164. checking for _i64toa... no
  165. checking for _ui64toa... no
  166. checking for strtoll... yes
  167. checking for strtoull... yes
  168. checking for atoi... yes
  169. checking for atof... yes
  170. checking for strcmp... yes
  171. checking for strncmp... yes
  172. checking for _stricmp... no
  173. checking for strcasecmp... yes
  174. checking for _strnicmp... no
  175. checking for strncasecmp... yes
  176. checking for sscanf... yes
  177. checking for snprintf... yes
  178. checking for vsnprintf... yes
  179. checking for iconv... no
  180. checking for sigaction... yes
  181. checking for setjmp... yes
  182. checking for nanosleep... yes
  183. checking for libiconv_open in -liconv... no
  184. checking for pow in -lm... yes
  185. checking for struct sigaction.sa_sigaction... yes
  186. checking for GCC -fvisibility=hidden option... yes
  187. checking for dlopen... yes
  188. checking for dlopen in -lc... yes
  189. checking for Cocoa framework... yes
  190. checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
  191. checking whether -R must be followed by a space... neither works
  192. checking for gethostbyname... yes
  193. checking for connect... yes
  194. checking for remove... yes
  195. checking for shmat... yes
  196. checking for IceConnectionNumber in -lICE... yes
  197. -- dynamic libX11 -> /usr/X11R6/lib/libX11.6.dylib
  198. -- dynamic libX11ext -> /usr/X11R6/lib/libXext.6.dylib
  199. checking for X11/extensions/Xrandr.h... yes
  200. -- dynamic libXrender -> /usr/X11R6/lib/libXrender.1.dylib
  201. -- dynamic libXrandr -> /usr/X11R6/lib/libXrandr.2.dylib
  202. checking for OpenGL (GLX) support... yes
  203. checking for pthreads... yes
  204. checking for recursive mutexes... yes
  205. checking for pthread semaphores... yes
  206. checking for sem_timedwait... no
  207. checking for Altivec with GCC altivec.h and -maltivec option... no
  208. checking for Altivec with GCC -maltivec option... no
  209. checking for Altivec with GCC altivec.h and -faltivec option... no
  210. checking for Altivec with GCC -faltivec option... no
  211. checking for GCC -Wall option... yes
  212. checking for necessary GCC -Wno-multichar option... no
  213. configure: creating ./config.status
  214. config.status: creating Makefile
  215. config.status: creating sdl-config
  216. config.status: creating SDL.spec
  217. config.status: creating SDL.qpg
  218. config.status: creating sdl.pc
  219. config.status: creating include/SDL_config.h
  220. config.status: include/SDL_config.h is unchanged
  221. config.status: executing libtool commands
  222. config.status: executing default commands
  223. Generating dependencies for ./src/SDL.c
  224. Generating dependencies for ./src/SDL_error.c
  225. Generating dependencies for ./src/SDL_fatal.c
  226. Generating dependencies for ./src/audio/SDL_audio.c
  227. Generating dependencies for ./src/audio/SDL_audiocvt.c
  228. Generating dependencies for ./src/audio/SDL_audiodev.c
  229. Generating dependencies for ./src/audio/SDL_mixer.c
  230. Generating dependencies for ./src/audio/SDL_mixer_MMX.c
  231. Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
  232. Generating dependencies for ./src/audio/SDL_mixer_m68k.c
  233. Generating dependencies for ./src/audio/SDL_wave.c
  234. Generating dependencies for ./src/cdrom/SDL_cdrom.c
  235. Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
  236. Generating dependencies for ./src/events/SDL_active.c
  237. Generating dependencies for ./src/events/SDL_events.c
  238. Generating dependencies for ./src/events/SDL_expose.c
  239. Generating dependencies for ./src/events/SDL_keyboard.c
  240. Generating dependencies for ./src/events/SDL_mouse.c
  241. Generating dependencies for ./src/events/SDL_quit.c
  242. Generating dependencies for ./src/events/SDL_resize.c
  243. Generating dependencies for ./src/file/SDL_rwops.c
  244. Generating dependencies for ./src/stdlib/SDL_getenv.c
  245. Generating dependencies for ./src/stdlib/SDL_iconv.c
  246. Generating dependencies for ./src/stdlib/SDL_malloc.c
  247. Generating dependencies for ./src/stdlib/SDL_qsort.c
  248. Generating dependencies for ./src/stdlib/SDL_stdlib.c
  249. Generating dependencies for ./src/stdlib/SDL_string.c
  250. Generating dependencies for ./src/thread/SDL_thread.c
  251. Generating dependencies for ./src/timer/SDL_timer.c
  252. Generating dependencies for ./src/video/SDL_RLEaccel.c
  253. Generating dependencies for ./src/video/SDL_blit.c
  254. Generating dependencies for ./src/video/SDL_blit_0.c
  255. Generating dependencies for ./src/video/SDL_blit_1.c
  256. Generating dependencies for ./src/video/SDL_blit_A.c
  257. Generating dependencies for ./src/video/SDL_blit_N.c
  258. Generating dependencies for ./src/video/SDL_bmp.c
  259. Generating dependencies for ./src/video/SDL_cursor.c
  260. Generating dependencies for ./src/video/SDL_gamma.c
  261. Generating dependencies for ./src/video/SDL_pixels.c
  262. Generating dependencies for ./src/video/SDL_stretch.c
  263. Generating dependencies for ./src/video/SDL_surface.c
  264. Generating dependencies for ./src/video/SDL_video.c
  265. Generating dependencies for ./src/video/SDL_yuv.c
  266. Generating dependencies for ./src/video/SDL_yuv_mmx.c
  267. Generating dependencies for ./src/video/SDL_yuv_sw.c
  268. Generating dependencies for ./src/joystick/SDL_joystick.c
  269. Generating dependencies for ./src/video/dummy/SDL_nullevents.c
  270. Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
  271. Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
  272. Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
  273. Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
  274. Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
  275. Generating dependencies for ./src/video/quartz/SDL_QuartzEvents.m
  276. Generating dependencies for ./src/video/quartz/SDL_QuartzGL.m
  277. Generating dependencies for ./src/video/quartz/SDL_QuartzVideo.m
  278. Generating dependencies for ./src/video/quartz/SDL_QuartzWM.m
  279. Generating dependencies for ./src/video/quartz/SDL_QuartzWindow.m
  280. Generating dependencies for ./src/video/x11/SDL_x11dga.c
  281. Generating dependencies for ./src/video/x11/SDL_x11dyn.c
  282. Generating dependencies for ./src/video/x11/SDL_x11events.c
  283. Generating dependencies for ./src/video/x11/SDL_x11gamma.c
  284. Generating dependencies for ./src/video/x11/SDL_x11gl.c
  285. Generating dependencies for ./src/video/x11/SDL_x11image.c
  286. Generating dependencies for ./src/video/x11/SDL_x11modes.c
  287. Generating dependencies for ./src/video/x11/SDL_x11mouse.c
  288. Generating dependencies for ./src/video/x11/SDL_x11video.c
  289. Generating dependencies for ./src/video/x11/SDL_x11wm.c
  290. Generating dependencies for ./src/video/x11/SDL_x11yuv.c
  291. Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA.c
  292. Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA2.c
  293. Generating dependencies for ./src/video/dga/SDL_dgaevents.c
  294. Generating dependencies for ./src/video/dga/SDL_dgamouse.c
  295. Generating dependencies for ./src/video/dga/SDL_dgavideo.c
  296. Generating dependencies for ./src/video/Xext/Xxf86vm/XF86VMode.c
  297. Generating dependencies for ./src/video/Xext/Xv/Xv.c
  298. Generating dependencies for ./src/video/Xext/Xinerama/Xinerama.c
  299. Generating dependencies for ./src/video/Xext/XME/xme.c
  300. Generating dependencies for ./src/thread/pthread/SDL_systhread.c
  301. Generating dependencies for ./src/thread/pthread/SDL_syssem.c
  302. Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
  303. Generating dependencies for ./src/thread/pthread/SDL_syscond.c
  304. Generating dependencies for ./src/audio/macosx/SDL_coreaudio.c
  305. Generating dependencies for ./src/joystick/darwin/SDL_sysjoystick.c
  306. Generating dependencies for ./src/cdrom/macosx/AudioFilePlayer.c
  307. Generating dependencies for ./src/cdrom/macosx/AudioFileReaderThread.c
  308. Generating dependencies for ./src/cdrom/macosx/CDPlayer.c
  309. Generating dependencies for ./src/cdrom/macosx/SDLOSXCAGuard.c
  310. Generating dependencies for ./src/cdrom/macosx/SDL_syscdrom.c
  311. Generating dependencies for ./src/timer/unix/SDL_systimer.c
  312. Generating dependencies for ./src/main/macosx/SDLMain.m
  313. make: Nothing to be done for `all'.
  314. Mihirs-MacBook-Pro:SDL-1.2.15 2 Mihir$ sudo make install
  315. /bin/sh build-scripts/mkinstalldirs /usr/local/bin
  316. /usr/bin/install -c -m 755 sdl-config /usr/local/bin/sdl-config
  317. /bin/sh build-scripts/mkinstalldirs /usr/local/include/SDL
  318. for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \
  319. /usr/bin/install -c -m 644 ./include/$file /usr/local/include/SDL/$file; \
  320. done
  321. /usr/bin/install -c -m 644 include/SDL_config.h /usr/local/include/SDL/SDL_config.h
  322. /bin/sh build-scripts/mkinstalldirs /usr/local/lib
  323. /bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDL.la /usr/local/lib/libSDL.la
  324. libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.0.dylib /usr/local/lib/libSDL-1.2.0.dylib
  325. libtool: install: (cd /usr/local/lib && { ln -s -f libSDL-1.2.0.dylib libSDL.dylib || { rm -f libSDL.dylib && ln -s libSDL-1.2.0.dylib libSDL.dylib; }; })
  326. libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /usr/local/lib/libSDL.la
  327. libtool: install: /usr/bin/install -c build/.libs/libSDL.a /usr/local/lib/libSDL.a
  328. libtool: install: chmod 644 /usr/local/lib/libSDL.a
  329. libtool: install: ranlib /usr/local/lib/libSDL.a
  330. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_audiodev.o) has no symbols
  331. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_mixer_MMX.o) has no symbols
  332. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
  333. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_mixer_m68k.o) has no symbols
  334. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_getenv.o) has no symbols
  335. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_malloc.o) has no symbols
  336. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_qsort.o) has no symbols
  337. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_stdlib.o) has no symbols
  338. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_yuv_mmx.o) has no symbols
  339. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_nullmouse.o) has no symbols
  340. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libSDL.a(SDL_dgamouse.o) has no symbols
  341. /Users/Mihir/Downloads/SDL-1.2.15: /Users/Mihir/Downloads/SDL-1.2.15: is a directory
  342. make: *** [install-lib] Error 126
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement