Advertisement
Guest User

config.log for OpenTTD 1.4.2-RC1 for OpenBSD

a guest
Aug 1st, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1.  
  2. Invocation: ./configure --prefix-dir=/home/kernigh/prefix --binary-dir=bin --with-midi=midiplay
  3. Detecing awk...
  4. Trying: echo "a.c b.c c.c" | tr ' ' \n | awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }' 2>/dev/null
  5. Result: 'a.o b.o c.o '
  6. checking awk... awk
  7. detecting OS... OPENBSD
  8. checking build system type... CC/CXX not set (skipping)
  9. executing gcc -dumpmachine
  10. returned amd64-unknown-openbsd5.5
  11. exit code 0
  12. checking build system type... amd64-unknown-openbsd5.5
  13. checking host system type... CC/CXX not set (skipping)
  14. executing gcc -dumpmachine
  15. returned amd64-unknown-openbsd5.5
  16. exit code 0
  17. checking host system type... amd64-unknown-openbsd5.5
  18. checking universal build... no
  19. checking build cc... gcc
  20. checking host cc... gcc
  21. checking build c++... CC/CXX not set (skipping)
  22. executing g++ -dumpmachine
  23. returned amd64-unknown-openbsd5.5
  24. exit code 0
  25. checking build c++... g++
  26. checking host c++... CC/CXX not set (skipping)
  27. executing g++ -dumpmachine
  28. returned amd64-unknown-openbsd5.5
  29. exit code 0
  30. checking host c++... g++
  31. checking strip... disabled
  32. checking builtin depend... yes
  33. checking makedepend... disabled
  34. executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1
  35. returned
  36. exit code 0
  37. detecting cpu-type... 64 bits
  38. executing g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1
  39. returned cc1plus: error: unrecognized command line option "-msse4.1"
  40. exit code 1
  41. detecting SSE... not found
  42. checking static... no
  43. checking unicode... no
  44. using debug level... no
  45. using desync debug level... no
  46. using link time optimization... no
  47. checking OSX sysroot... not OSX, skipping
  48. executing allegro-config --version
  49. returned
  50. exit code 127
  51. checking Allegro... not found
  52. executing sdl-config --version
  53. returned 1.2.15
  54. exit code 0
  55. checking SDL... found
  56. checking COCOA... not OSX, skipping
  57. checking GDI video driver... not Windows, skipping
  58. checking dedicated... not selected
  59. checking console application... not Windows, skipping
  60. checking network... found
  61. checking squirrel... found
  62. checking translator... no
  63. checking assert... enabled
  64. detecting zlib
  65. trying /usr/include/zlib.h... found
  66. checking zlib... found
  67. detecting liblzma
  68. executing pkg-config liblzma --modversion
  69. returned 5.0.5
  70. exit code 0
  71. checking liblzma... found
  72. detecting lzo2
  73. trying /usr/include/lzo/lzo1x.h... no
  74. trying /usr/local/include/lzo/lzo1x.h... found
  75. checking lzo2... found
  76. detecting libxdg-basedir
  77. executing pkg-config libxdg-basedir --modversion
  78. returned
  79. exit code 1
  80. checking libxdg-basedir... not found
  81. detecting libpng
  82. executing pkg-config libpng --modversion
  83. returned 1.6.8
  84. exit code 0
  85. checking libpng... found
  86. executing freetype_config --version
  87. returned 17.1.11
  88. exit code 0
  89. checking libfreetype... found
  90. detecting fontconfig
  91. executing pkg-config fontconfig --modversion
  92. returned 2.10.91
  93. exit code 0
  94. checking fontconfig... found
  95. executing icu-config --version
  96. returned 52.1
  97. exit code 0
  98. checking libicu... found
  99. checking psp-config... not PSP, skipping
  100. detecting libtimidity
  101. trying /usr/include/timidity.h... no
  102. trying /usr/local/include/timidity.h... no
  103. trying /mingw/include/timidity.h... no
  104. trying /opt/local/include/timidity.h... no
  105. checking libtimidity... not found
  106. checking direct-music... not Windows, skipping
  107. running echo <array> | sort
  108. result was valid
  109. checking sort... sort
  110. checking endianess... AUTO
  111. suppress language errors... no
  112. checking stripping... skipped
  113. checking distcc... no (only used when forced)
  114. checking ccache... no (only used when forced)
  115. executing grfcodec -v
  116. returned
  117. exit code 0
  118. checking grfcodec... not found
  119. executing nforenum -v
  120. returned
  121. exit code 0
  122. checking nforenum... not found
  123. checking OSX application bundle... not OSX, skipping
  124. checking revision... source tarball
  125. checking iconv... not OSX, skipping
  126. personal home directory... .openttd
  127. shared data directory... none
  128. installation directory... /
  129. icon theme directory... share/icons/hicolor
  130. manual page directory... share/man/man6
  131. menu item directory... share/applications
  132. Running configure with following options:
  133.  
  134. /bin/sh ./configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --os="OPENBSD" --endian="AUTO" --cpu-type="64" --config-log="config.log" --prefix-dir="/home/kernigh/prefix" --binary-dir="bin" --data-dir="share/games/openttd" --doc-dir="share/doc/openttd" --icon-dir="share/pixmaps" --icon-theme-dir="share/icons/hicolor" --man-dir="share/man/man6" --menu-dir="share/applications" --personal-dir=".openttd" --shared-dir="" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="1" --with-osx-sysroot="0" --with-application-bundle="0" --with-allegro="1" --with-sdl="1" --with-cocoa="0" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-sort="1" --with-iconv="0" --with-midi="midiplay" --with-midi-arg="" --with-libtimidity="0" --with-freetype="1" --with-fontconfig="1" --with-icu="1" --static-icu="0" --with-psp-config="1" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="0" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD=""
  135.  
  136. using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -rdynamic -D_FORTIFY_SOURCE=2 -O1
  137. using CXXFLAGS_BUILD...
  138. using LDFLAGS_BUILD... -rdynamic
  139. using CFLAGS... -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -rdynamic -DOPENBSD -D_FORTIFY_SOURCE=2 -DUNIX -DWITH_SDL -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DWITH_ZLIB -DWITH_LZMA -I/usr/local/include -DWITH_LZO -D_SQ64 -I/home/kernigh/park/openttd-1.4.2-RC1/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/include/libpng16 -DWITH_FONTCONFIG -I/usr/X11R6/include -DWITH_FREETYPE -I/usr/X11R6/include/freetype2 -DWITH_ICU -D_REENTRANT -DU_HAVE_ATOMIC=0 -DU_HAVE_TIMEZONE=0 -I/usr/local/include -DEXTERNAL_PLAYER=\"midiplay\" -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\".openttd\" -DGLOBAL_DATA_DIR=\"/home/kernigh/prefix/share/games/openttd\"
  140. using CXXFLAGS...
  141. using LDFLAGS... -lstdc++ -lc -pthread -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib -lz -L/usr/local/lib -llzma -llzo2 -L/usr/local/lib -lpng -L/usr/X11R6/lib -lfontconfig -L/usr/X11R6/lib -lfreetype -lz -L/usr/local/lib -licui18n -licuuc -licudata -licule -liculx -rdynamic
  142. Generating Makefile...
  143. Generating menu item...
  144. Generating lang/Makefile...
  145. Generating setting/Makefile...
  146. Generating grf/Makefile...
  147. Generating objs/Makefile...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement