Guest User

config.log

a guest
Aug 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. file C:\Builds\The-Powder-Toy-master\SConscript,line 134:
  2. Configure(confdir = .sconf_temp)
  3. scons: Configure: Checking for C header file C:\MinGW\include\SDL/SDL.h...
  4. .sconf_temp\conftest_0.c <-
  5. |
  6. |#include "C:\MinGW\include\SDL/SDL.h"
  7. |
  8. |
  9. gcc -o .sconf_temp\conftest_0.o -c .sconf_temp\conftest_0.c
  10. scons: Configure: yes
  11.  
  12. scons: Configure: Checking for C header file C:\MinGW\include\Lua/lua.h...
  13. .sconf_temp\conftest_1.c <-
  14. |
  15. |#include "C:\MinGW\include\Lua/lua.h"
  16. |
  17. |
  18. gcc -o .sconf_temp\conftest_1.o -c -IC:\MinGW\include\SDL .sconf_temp\conftest_1.c
  19. scons: Configure: yes
  20.  
  21. scons: Configure: Checking for C library fftw3f...
  22. .sconf_temp\conftest_2.c <-
  23. |
  24. |
  25. |
  26. |int
  27. |main() {
  28. |
  29. |return 0;
  30. |}
  31. |
  32. gcc -o .sconf_temp\conftest_2.o -c -IC:\MinGW\include\SDL -IC:\MinGW\include\Lua .sconf_temp\conftest_2.c
  33. gcc -o .sconf_temp\conftest_2.exe .sconf_temp\conftest_2.o -lfftw3f
  34. scons: Configure: yes
  35.  
  36. scons: Configure: Checking for C library bz2...
  37. .sconf_temp\conftest_3.c <-
  38. |
  39. |
  40. |
  41. |int
  42. |main() {
  43. |
  44. |return 0;
  45. |}
  46. |
  47. gcc -o .sconf_temp\conftest_3.o -c -IC:\MinGW\include\SDL -IC:\MinGW\include\Lua .sconf_temp\conftest_3.c
  48. gcc -o .sconf_temp\conftest_3.exe .sconf_temp\conftest_3.o -lfftw3f -lbz2
  49. scons: Configure: yes
  50.  
  51. scons: Configure: Checking for C library z...
  52. .sconf_temp\conftest_4.c <-
  53. |
  54. |
  55. |
  56. |int
  57. |main() {
  58. |
  59. |return 0;
  60. |}
  61. |
  62. gcc -o .sconf_temp\conftest_4.o -c -IC:\MinGW\include\SDL -IC:\MinGW\include\Lua .sconf_temp\conftest_4.c
  63. gcc -o .sconf_temp\conftest_4.exe .sconf_temp\conftest_4.o -lfftw3f -lbz2 -lz
  64. scons: Configure: yes
  65.  
  66. scons: Configure: Checking for C header file bzlib.h...
  67. .sconf_temp\conftest_5.c <-
  68. |
  69. |#include "bzlib.h"
  70. |
  71. |
  72. gcc -o .sconf_temp\conftest_5.o -c -IC:\MinGW\include\SDL -IC:\MinGW\include\Lua .sconf_temp\conftest_5.c
  73. scons: Configure: yes
  74.  
  75. scons: Configure: Checking for C library lua5.1...
  76. .sconf_temp\conftest_6.c <-
  77. |
  78. |
  79. |
  80. |int
  81. |main() {
  82. |
  83. |return 0;
  84. |}
  85. |
  86. gcc -o .sconf_temp\conftest_6.o -c -IC:\MinGW\include\SDL -IC:\MinGW\include\Lua .sconf_temp\conftest_6.c
  87. gcc -o .sconf_temp\conftest_6.exe .sconf_temp\conftest_6.o -lfftw3f -lbz2 -lz -llua5.1
  88. scons: Configure: yes
Advertisement
Add Comment
Please, Sign In to add comment