Advertisement
sebikul

Untitled

Jun 15th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.60 KB | None | 0 0
  1. make all-recursive
  2. make[1]: se ingresa al directorio `/home/sebi/Builds/gambas3/gb.jit'
  3. Making all in src
  4. make[2]: se ingresa al directorio `/home/sebi/Builds/gambas3/gb.jit/src'
  5. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_api.lo -MD -MP -MF .deps/gb_jit_la-jit_api.Tpo -c -o gb_jit_la-jit_api.lo `test -f 'jit_api.cpp' || echo './'`jit_api.cpp
  6. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_api.lo -MD -MP -MF .deps/gb_jit_la-jit_api.Tpo -c jit_api.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_api.o
  7. mv -f .deps/gb_jit_la-jit_api.Tpo .deps/gb_jit_la-jit_api.Plo
  8. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_codegen.lo -MD -MP -MF .deps/gb_jit_la-jit_codegen.Tpo -c -o gb_jit_la-jit_codegen.lo `test -f 'jit_codegen.cpp' || echo './'`jit_codegen.cpp
  9. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_codegen.lo -MD -MP -MF .deps/gb_jit_la-jit_codegen.Tpo -c jit_codegen.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_codegen.o
  10. jit_codegen.cpp: In function 'llvm::Value* extract_value(llvm::Value*, int)':
  11. jit_codegen.cpp:342:29: warning: narrowing conversion of 'index' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
  12. jit_codegen.cpp: In function 'llvm::Value* insert_value(llvm::Value*, llvm::Value*, int)':
  13. jit_codegen.cpp:347:29: warning: narrowing conversion of 'index' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
  14. jit_codegen.cpp: In lambda function:
  15. jit_codegen.cpp:1505:15: warning: unused variable 'counter' [-Wunused-variable]
  16. jit_codegen.cpp: In member function 'virtual void CallExpression::codegen_on_stack()':
  17. jit_codegen.cpp:2811:28: warning: unused variable 'ee' [-Wunused-variable]
  18. jit_codegen.cpp: In member function 'virtual llvm::Value* PushArrayExpression::codegen_get_value()':
  19. jit_codegen.cpp:4559:17: warning: unused variable 'is_null' [-Wunused-variable]
  20. In file included from jit_codegen.cpp:4785:0:
  21. jit_codegen_conv.h: In member function 'virtual llvm::Value* ConvExpression::codegen_get_value()':
  22. jit_codegen_conv.h:378:15: warning: unused variable 'got_error' [-Wunused-variable]
  23. jit_codegen_conv.h:608:15: warning: unused variable 'klass' [-Wunused-variable]
  24. jit_codegen.cpp: In function 'void func_extern_call_variant_vararg(void*, void*, int, TYPE)':
  25. jit_codegen.cpp:6215:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  26. jit_codegen.cpp:6265:44: warning: array subscript has type 'char' [-Wchar-subscripts]
  27. jit_codegen.cpp: In member function 'virtual llvm::Value* RemExpression::codegen_get_value()':
  28. jit_codegen.cpp:3963:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  29. jit_codegen.cpp: In member function 'virtual llvm::Value* QuoExpression::codegen_get_value()':
  30. jit_codegen.cpp:3940:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  31. In file included from jit_codegen.cpp:4785:0:
  32. jit_codegen_conv.h: In function 'llvm::Value* JIT_conv_to_variant(Expression*, llvm::Value*, bool, bool*)':
  33. jit_codegen_conv.h:89:36: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]
  34. jit_codegen.cpp: In member function 'virtual llvm::Value* MulExpression::codegen_get_value()':
  35. jit_codegen.cpp:3901:25: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  36. jit_codegen.cpp: In member function 'virtual llvm::Value* SubExpression::codegen_get_value()':
  37. jit_codegen.cpp:3878:25: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  38. jit_codegen.cpp: In member function 'virtual llvm::Value* AddExpression::codegen_get_value()':
  39. jit_codegen.cpp:3855:25: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  40. jit_codegen.cpp: In member function 'virtual llvm::Value* LessExpression::codegen_get_value()':
  41. jit_codegen.cpp:3789:30: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  42. jit_codegen.cpp: In member function 'virtual llvm::Value* NotExpression::codegen_get_value()':
  43. jit_codegen.cpp:3717:30: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  44. jit_codegen.cpp: In member function 'virtual llvm::Value* EqExpression::codegen_get_value()':
  45. jit_codegen.cpp:3682:29: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  46. jit_codegen.cpp: In member function 'virtual llvm::Value* AddQuickExpression::codegen_get_value()':
  47. jit_codegen.cpp:2047:28: warning: 'new_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
  48. jit_codegen.cpp: In member function 'virtual void CallExpression::codegen_on_stack()':
  49. jit_codegen.cpp:2895:127: warning: 'object' may be used uninitialized in this function [-Wmaybe-uninitialized]
  50. jit_codegen.cpp: In member function 'virtual llvm::Value* SubrExpression::codegen_get_value()':
  51. jit_codegen.cpp:6066:31: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  52. jit_codegen.cpp:5691:64: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
  53. jit_codegen.cpp:5622:94: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
  54. jit_codegen.cpp:661:2: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  55. jit_codegen.cpp:5411:17: note: 'ret' was declared here
  56. jit_codegen.cpp:5357:64: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  57. jit_codegen.cpp:5334:101: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
  58. jit_codegen.cpp:5334:101: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized]
  59. jit_codegen.cpp:5231:64: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  60. In file included from jit_codegen.cpp:32:0:
  61. jit.h: At global scope:
  62. jit.h:1005:13: warning: 'void check_string(Expression*&)' defined but not used [-Wunused-function]
  63. jit.h:1026:13: warning: 'void check_integer(Expression*&)' defined but not used [-Wunused-function]
  64. jit.h:1037:13: warning: 'void check_float(Expression*&)' defined but not used [-Wunused-function]
  65. jit.h:1049:13: warning: 'void check_pointer(Expression*&)' defined but not used [-Wunused-function]
  66. jit.h:1060:13: warning: 'TYPE check_good_type(TYPE, TYPE)' defined but not used [-Wunused-function]
  67. jit_codegen.cpp:317:21: warning: 'llvm::Value* get_new_struct(llvm::StructType*, llvm::Value*, llvm::Value*, llvm::Value*)' defined but not used [-Wunused-function]
  68. jit_codegen.cpp:992:13: warning: 'void codegen_printf(const char*, int)' defined but not used [-Wunused-function]
  69. jit_codegen.cpp:996:13: warning: 'void codegen_printf(const char*)' defined but not used [-Wunused-function]
  70. jit_codegen.cpp:1000:13: warning: 'void codegen_printf(const char*, llvm::Value*)' defined but not used [-Wunused-function]
  71. jit_codegen.cpp:1079:13: warning: 'void borrow_top(TYPE)' defined but not used [-Wunused-function]
  72. jit_codegen.cpp:1083:13: warning: 'void release_top(Expression*)' defined but not used [-Wunused-function]
  73. jit_codegen.cpp:1097:13: warning: 'void release_val(Expression*)' defined but not used [-Wunused-function]
  74. jit_codegen.cpp:6539:13: warning: 'void JIT_cleanup(llvm::ExecutionEngine**, int)' defined but not used [-Wunused-function]
  75. mv -f .deps/gb_jit_la-jit_codegen.Tpo .deps/gb_jit_la-jit_codegen.Plo
  76. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_compile.lo -MD -MP -MF .deps/gb_jit_la-jit_compile.Tpo -c -o gb_jit_la-jit_compile.lo `test -f 'jit_compile.cpp' || echo './'`jit_compile.cpp
  77. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_compile.lo -MD -MP -MF .deps/gb_jit_la-jit_compile.Tpo -c jit_compile.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_compile.o
  78. In file included from jit_compile.cpp:30:0:
  79. jit.h:1005:13: warning: 'void check_string(Expression*&)' defined but not used [-Wunused-function]
  80. jit.h:1026:13: warning: 'void check_integer(Expression*&)' defined but not used [-Wunused-function]
  81. jit.h:1037:13: warning: 'void check_float(Expression*&)' defined but not used [-Wunused-function]
  82. jit.h:1049:13: warning: 'void check_pointer(Expression*&)' defined but not used [-Wunused-function]
  83. jit.h:1060:13: warning: 'TYPE check_good_type(TYPE, TYPE)' defined but not used [-Wunused-function]
  84. mv -f .deps/gb_jit_la-jit_compile.Tpo .deps/gb_jit_la-jit_compile.Plo
  85. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_conv.lo -MD -MP -MF .deps/gb_jit_la-jit_conv.Tpo -c -o gb_jit_la-jit_conv.lo `test -f 'jit_conv.cpp' || echo './'`jit_conv.cpp
  86. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_conv.lo -MD -MP -MF .deps/gb_jit_la-jit_conv.Tpo -c jit_conv.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_conv.o
  87. In file included from jit_conv.cpp:28:0:
  88. jit.h:1005:13: warning: 'void check_string(Expression*&)' defined but not used [-Wunused-function]
  89. jit.h:1026:13: warning: 'void check_integer(Expression*&)' defined but not used [-Wunused-function]
  90. jit.h:1037:13: warning: 'void check_float(Expression*&)' defined but not used [-Wunused-function]
  91. jit.h:1049:13: warning: 'void check_pointer(Expression*&)' defined but not used [-Wunused-function]
  92. jit.h:1060:13: warning: 'TYPE check_good_type(TYPE, TYPE)' defined but not used [-Wunused-function]
  93. mv -f .deps/gb_jit_la-jit_conv.Tpo .deps/gb_jit_la-jit_conv.Plo
  94. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_expressions.lo -MD -MP -MF .deps/gb_jit_la-jit_expressions.Tpo -c -o gb_jit_la-jit_expressions.lo `test -f 'jit_expressions.cpp' || echo './'`jit_expressions.cpp
  95. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_expressions.lo -MD -MP -MF .deps/gb_jit_la-jit_expressions.Tpo -c jit_expressions.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_expressions.o
  96. In file included from jit_expressions.cpp:28:0:
  97. jit.h: In constructor 'JumpFirstExpression::JumpFirstExpression(int, Expression*, Expression*, int, int, int)':
  98. jit.h:820:6: warning: 'JumpFirstExpression::ctrl_to' will be initialized after [-Wreorder]
  99. jit.h:819:21: warning: 'Expression* JumpFirstExpression::to' [-Wreorder]
  100. jit_expressions.cpp:653:1: warning: when initialized here [-Wreorder]
  101. In file included from jit_expressions.cpp:28:0:
  102. jit.h:819:21: warning: 'JumpFirstExpression::to' will be initialized after [-Wreorder]
  103. jit.h:819:14: warning: 'Expression* JumpFirstExpression::step' [-Wreorder]
  104. jit_expressions.cpp:653:1: warning: when initialized here [-Wreorder]
  105. In file included from jit_expressions.cpp:28:0:
  106. jit.h: In constructor 'JumpEnumNextExpression::JumpEnumNextExpression(JumpEnumFirstExpression*, int, int, short unsigned int*, bool, OnStackExpression*)':
  107. jit.h:862:7: warning: 'JumpEnumNextExpression::drop' will be initialized after [-Wreorder]
  108. jit.h:858:21: warning: 'OnStackExpression* JumpEnumNextExpression::retval' [-Wreorder]
  109. jit_expressions.cpp:673:1: warning: when initialized here [-Wreorder]
  110. jit_expressions.cpp: In constructor 'JumpEnumNextExpression::JumpEnumNextExpression(JumpEnumFirstExpression*, int, int, short unsigned int*, bool, OnStackExpression*)':
  111. jit_expressions.cpp:707:22: warning: 'klass' may be used uninitialized in this function [-Wmaybe-uninitialized]
  112. mv -f .deps/gb_jit_la-jit_expressions.Tpo .deps/gb_jit_la-jit_expressions.Plo
  113. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_read.lo -MD -MP -MF .deps/gb_jit_la-jit_read.Tpo -c -o gb_jit_la-jit_read.lo `test -f 'jit_read.cpp' || echo './'`jit_read.cpp
  114. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-jit_read.lo -MD -MP -MF .deps/gb_jit_la-jit_read.Tpo -c jit_read.cpp -fPIC -DPIC -o .libs/gb_jit_la-jit_read.o
  115. jit_read.cpp: In function 'void JIT_push_unknown()':
  116. jit_read.cpp:221:7: warning: variable 'defined' set but not used [-Wunused-but-set-variable]
  117. jit_read.cpp: In function 'void JIT_pop_unknown()':
  118. jit_read.cpp:521:15: warning: unused variable 'obj' [-Wunused-variable]
  119. jit_read.cpp: In function 'void JIT_read_statement()':
  120. jit_read.cpp:778:9: warning: 'npmax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  121. In file included from jit_read.cpp:28:0:
  122. jit.h: At global scope:
  123. jit.h:1005:13: warning: 'void check_string(Expression*&)' defined but not used [-Wunused-function]
  124. jit.h:1026:13: warning: 'void check_integer(Expression*&)' defined but not used [-Wunused-function]
  125. jit.h:1037:13: warning: 'void check_float(Expression*&)' defined but not used [-Wunused-function]
  126. jit.h:1049:13: warning: 'void check_pointer(Expression*&)' defined but not used [-Wunused-function]
  127. jit.h:1060:13: warning: 'TYPE check_good_type(TYPE, TYPE)' defined but not used [-Wunused-function]
  128. mv -f .deps/gb_jit_la-jit_read.Tpo .deps/gb_jit_la-jit_read.Plo
  129. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_jit_la-jit_runtime.lo -MD -MP -MF .deps/gb_jit_la-jit_runtime.Tpo -c -o gb_jit_la-jit_runtime.lo `test -f 'jit_runtime.c' || echo './'`jit_runtime.c
  130. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_jit_la-jit_runtime.lo -MD -MP -MF .deps/gb_jit_la-jit_runtime.Tpo -c jit_runtime.c -fPIC -DPIC -o .libs/gb_jit_la-jit_runtime.o
  131. jit_runtime.c: In function 'JR_variant_compi_less_than':
  132. jit_runtime.c:509:8: warning: variable 'variant' set but not used [-Wunused-but-set-variable]
  133. jit_runtime.c: At top level:
  134. jit_runtime.c:176:15: warning: 'JR_date_to_float' defined but not used [-Wunused-function]
  135. jit_runtime.c:182:15: warning: 'JR_string_to_float' defined but not used [-Wunused-function]
  136. mv -f .deps/gb_jit_la-jit_runtime.Tpo .deps/gb_jit_la-jit_runtime.Plo
  137. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-main.lo -MD -MP -MF .deps/gb_jit_la-main.Tpo -c -o gb_jit_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp
  138. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -MT gb_jit_la-main.lo -MD -MP -MF .deps/gb_jit_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/gb_jit_la-main.o
  139. mv -f .deps/gb_jit_la-main.Tpo .deps/gb_jit_la-main.Plo
  140. /bin/sh ../libtool --tag=CXX --mode=link g++ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -module -L/usr/lib/llvm/ -o gb.jit.la -rpath /usr/local/lib/gambas3 gb_jit_la-jit_api.lo gb_jit_la-jit_codegen.lo gb_jit_la-jit_compile.lo gb_jit_la-jit_conv.lo gb_jit_la-jit_expressions.lo gb_jit_la-jit_read.lo gb_jit_la-jit_runtime.lo gb_jit_la-main.lo -lc -L/usr/lib/llvm -lpthread -lffi -ldl -lm -lLLVM-3.1
  141. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/crtbeginS.o .libs/gb_jit_la-jit_api.o .libs/gb_jit_la-jit_codegen.o .libs/gb_jit_la-jit_compile.o .libs/gb_jit_la-jit_conv.o .libs/gb_jit_la-jit_expressions.o .libs/gb_jit_la-jit_read.o .libs/gb_jit_la-jit_runtime.o .libs/gb_jit_la-main.o -L/usr/lib/llvm/ -L/usr/lib/llvm -lpthread -lffi -ldl -lLLVM-3.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.7.0 -L/usr/lib/gcc/i686-pc-linux-gnu/4.7.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/../../../crtn.o -Os -Wl,-soname -Wl,gb.jit.so.0 -o .libs/gb.jit.so.0.0.0
  142. libtool: link: (cd ".libs" && rm -f "gb.jit.so.0" && ln -s "gb.jit.so.0.0.0" "gb.jit.so.0")
  143. libtool: link: (cd ".libs" && rm -f "gb.jit.so" && ln -s "gb.jit.so.0.0.0" "gb.jit.so")
  144. libtool: link: ( cd ".libs" && rm -f "gb.jit.la" && ln -s "../gb.jit.la" "gb.jit.la" )
  145. make[2]: se sale del directorio `/home/sebi/Builds/gambas3/gb.jit/src'
  146. make[2]: se ingresa al directorio `/home/sebi/Builds/gambas3/gb.jit'
  147. make[2]: se sale del directorio `/home/sebi/Builds/gambas3/gb.jit'
  148. make[1]: se sale del directorio `/home/sebi/Builds/gambas3/gb.jit'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement