Advertisement
logicmoo

Untitled

Jan 9th, 2022
2,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 80.51 KB | None | 0 0
  1. root /opt/logicmoo_workspace/bin/cls /dev/tty
  2. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make distclean
  3. Making distclean in .
  4. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod'
  5. test -z "libstaticrootslib.la" || rm -f libstaticrootslib.la
  6. rm -f "./so_locations"
  7.  rm -f gctest leaktest middletest smashtest hugetest realloc_test staticrootstest threadleaktest threadkey_test initsecondarythread
  8. test -z "libgc.la  libcord.la" || rm -f libgc.la  libcord.la
  9. rm -f "./so_locations"
  10. rm -f "./so_locations"
  11. rm -rf .libs _libs
  12. rm -f *.o
  13. rm -f *.lo
  14. rm -f *.tab.c
  15. test -z "bdw-gc.pc" || rm -f bdw-gc.pc
  16. test . = "." || test -z "" || rm -f
  17. rm -f include/private/config.h include/private/stamp-h1
  18. rm -f libtool config.lt
  19. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  20. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod'
  21. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  22. rm -rf ./.deps
  23. rm -f Makefile
  24. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make clean
  25. make: *** No rule to make target 'clean'.  Stop.
  26. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# ls
  27. aclocal.m4                  config.guess         gc_cpp.cc                  MacProjects.sit.hqx     NT_MAKEFILE                     rs6000_mach_dep.s
  28. allchblk.c                  config.sub           gc_cpp.cpp                 Makefile.am             NT_STATIC_THREADS_MAKEFILE      SMakefile.amiga
  29. alloc.c                     configure            gc_dlopen.c                Makefile.direct         NT_X64_STATIC_THREADS_MAKEFILE  sparc_mach_dep.S
  30. alpha_mach_dep.S            configure.ac         gcj_mlc.c                  Makefile.dj             NT_X64_THREADS_MAKEFILE         sparc_netbsd_mach_dep.s
  31. autogen.sh                  configure.host       gc.mak                     Makefile.DLLs           obj_map.c                       sparc_sunos4_mach_dep.s
  32. backgraph.c                 cord                 .git                       Makefile.in             OS2_MAKEFILE                    specific.c
  33. BCC_MAKEFILE                darwin_stop_world.c  headers.c                  malloc.c                os_dep.c                        stubborn.c
  34. bdw-gc.pc.in                dbg_mlc.c            HIDE                       mallocx.c               pcr_interface.c                 tests
  35. blacklst.c                  depcomp              ia64_save_regs_in_stack.s  mark.c                  PCR-Makefile                    thread_local_alloc.c
  36. build_atomic_ops.sh         digimars.mak         include                    mark_rts.c              pthread_start.c                 typd_mlc.c
  37. build_atomic_ops.sh.cygwin  doc                  install-sh                 mips_sgi_mach_dep.s     pthread_stop_world.c            WCC_MAKEFILE
  38. callprocs                   dyn_load.c           libatomic_ops              mips_ultrix_mach_dep.s  pthread_support.c               win32_threads.c
  39. ChangeLog                   EMX_MAKEFILE         ltmain.sh                  misc.c                  ptr_chck.c
  40. checksums.c                 extra                m4                         missing                 README.QUICK
  41. CMakeLists.txt              finalize.c           Mac_files                  mkinstalldirs           real_malloc.c
  42. compile                     gc-7.6.0             mach_dep.c                 new_hblk.c              reclaim.c
  43. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# ./autogen.sh
  44. -p: not found
  45. aclocal.m4:16: warning: this file was generated for autoconf 2.68.
  46. You have another version of autoconf.  It may work, but is not guaranteed to.
  47. If you have problems, you may need to regenerate the build system entirely.
  48. To do so, use the procedure documented by the package, typically `autoreconf'.
  49. configure.ac:29: warning: The macro `AM_CONFIG_HEADER' is obsolete.
  50. configure.ac:29: You should run autoupdate.
  51. aclocal.m4:599: AM_CONFIG_HEADER is expanded from...
  52. configure.ac:29: the top level
  53. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  54. configure.ac:47: You should run autoupdate.
  55. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  56. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  57. configure.ac:47: the top level
  58. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  59. configure.ac:65: You should run autoupdate.
  60. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  61. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  62. configure.ac:65: the top level
  63. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  64. configure.ac:75: You should run autoupdate.
  65. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  66. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  67. configure.ac:75: the top level
  68. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  69. configure.ac:328: You should run autoupdate.
  70. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  71. configure.ac:328: the top level
  72. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  73. configure.ac:356: You should run autoupdate.
  74. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  75. configure.ac:356: the top level
  76. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  77. configure.ac:519: You should run autoupdate.
  78. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  79. configure.ac:519: the top level
  80. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  81. configure.ac:578: You should run autoupdate.
  82. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  83. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  84. configure.ac:578: the top level
  85. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  86. configure.ac:597: You should run autoupdate.
  87. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  88. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  89. configure.ac:597: the top level
  90. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  91. configure.ac:647: You should run autoupdate.
  92. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  93. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  94. configure.ac:647: the top level
  95. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  96. configure.ac:654: You should run autoupdate.
  97. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  98. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  99. configure.ac:654: the top level
  100. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  101. configure.ac:662: You should run autoupdate.
  102. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  103. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  104. configure.ac:662: the top level
  105. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  106. configure.ac:680: You should run autoupdate.
  107. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  108. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  109. configure.ac:680: the top level
  110. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  111. configure.ac:688: You should run autoupdate.
  112. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  113. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  114. configure.ac:688: the top level
  115. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  116. configure.ac:717: You should run autoupdate.
  117. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  118. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  119. configure.ac:717: the top level
  120. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  121. configure.ac:724: You should run autoupdate.
  122. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  123. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  124. configure.ac:724: the top level
  125. configure.ac:28: version mismatch.  This is Automake 1.11.6,
  126. configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE
  127. configure.ac:28: comes from Automake 1.11.1.  You should recreate
  128. configure.ac:28: aclocal.m4 with aclocal and run automake again.
  129. -p: not found
  130. ./autogen.sh: 9: automake-1.9: not found
  131. ./autogen.sh: 9: automake-1.8: not found
  132. -p: not found
  133. ./autogen.sh: 9: -p: not found
  134. automake-1.7: not found
  135. + aclocal
  136. + autoconf
  137. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  138. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  139. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  140. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  141. configure.ac:29: the top level
  142. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  143. configure.ac:47: You should run autoupdate.
  144. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  145. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  146. configure.ac:47: the top level
  147. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  148. configure.ac:65: You should run autoupdate.
  149. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  150. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  151. configure.ac:65: the top level
  152. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  153. configure.ac:75: You should run autoupdate.
  154. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  155. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  156. configure.ac:75: the top level
  157. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  158. configure.ac:328: You should run autoupdate.
  159. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  160. configure.ac:328: the top level
  161. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  162. configure.ac:356: You should run autoupdate.
  163. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  164. configure.ac:356: the top level
  165. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  166. configure.ac:519: You should run autoupdate.
  167. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  168. configure.ac:519: the top level
  169. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  170. configure.ac:578: You should run autoupdate.
  171. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  172. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  173. configure.ac:578: the top level
  174. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  175. configure.ac:597: You should run autoupdate.
  176. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  177. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  178. configure.ac:597: the top level
  179. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  180. configure.ac:647: You should run autoupdate.
  181. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  182. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  183. configure.ac:647: the top level
  184. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  185. configure.ac:654: You should run autoupdate.
  186. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  187. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  188. configure.ac:654: the top level
  189. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  190. configure.ac:662: You should run autoupdate.
  191. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  192. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  193. configure.ac:662: the top level
  194. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  195. configure.ac:680: You should run autoupdate.
  196. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  197. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  198. configure.ac:680: the top level
  199. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  200. configure.ac:688: You should run autoupdate.
  201. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  202. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  203. configure.ac:688: the top level
  204. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  205. configure.ac:717: You should run autoupdate.
  206. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  207. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  208. configure.ac:717: the top level
  209. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  210. configure.ac:724: You should run autoupdate.
  211. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  212. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  213. configure.ac:724: the top level
  214. + autoheader
  215. + automake -ac
  216. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  217. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  218. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  219. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  220. configure.ac:29: the top level
  221. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  222. configure.ac:47: You should run autoupdate.
  223. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  224. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  225. configure.ac:47: the top level
  226. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  227. configure.ac:65: You should run autoupdate.
  228. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  229. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  230. configure.ac:65: the top level
  231. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  232. configure.ac:75: You should run autoupdate.
  233. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  234. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  235. configure.ac:75: the top level
  236. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  237. configure.ac:328: You should run autoupdate.
  238. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  239. configure.ac:328: the top level
  240. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  241. configure.ac:356: You should run autoupdate.
  242. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  243. configure.ac:356: the top level
  244. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  245. configure.ac:519: You should run autoupdate.
  246. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  247. configure.ac:519: the top level
  248. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  249. configure.ac:578: You should run autoupdate.
  250. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  251. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  252. configure.ac:578: the top level
  253. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  254. configure.ac:597: You should run autoupdate.
  255. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  256. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  257. configure.ac:597: the top level
  258. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  259. configure.ac:647: You should run autoupdate.
  260. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  261. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  262. configure.ac:647: the top level
  263. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  264. configure.ac:654: You should run autoupdate.
  265. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  266. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  267. configure.ac:654: the top level
  268. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  269. configure.ac:662: You should run autoupdate.
  270. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  271. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  272. configure.ac:662: the top level
  273. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  274. configure.ac:680: You should run autoupdate.
  275. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  276. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  277. configure.ac:680: the top level
  278. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  279. configure.ac:688: You should run autoupdate.
  280. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  281. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  282. configure.ac:688: the top level
  283. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  284. configure.ac:717: You should run autoupdate.
  285. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  286. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  287. configure.ac:717: the top level
  288. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  289. configure.ac:724: You should run autoupdate.
  290. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  291. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  292. configure.ac:724: the top level
  293. configure.ac:28: version mismatch.  This is Automake 1.11.6,
  294. configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE
  295. configure.ac:28: comes from Automake 1.16.5.  You should recreate
  296. configure.ac:28: aclocal.m4 with aclocal and run automake again.
  297. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# aclocal
  298. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# automake
  299. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  300. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  301. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  302. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  303. configure.ac:29: the top level
  304. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  305. configure.ac:47: You should run autoupdate.
  306. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  307. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  308. configure.ac:47: the top level
  309. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  310. configure.ac:65: You should run autoupdate.
  311. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  312. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  313. configure.ac:65: the top level
  314. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  315. configure.ac:75: You should run autoupdate.
  316. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  317. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  318. configure.ac:75: the top level
  319. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  320. configure.ac:328: You should run autoupdate.
  321. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  322. configure.ac:328: the top level
  323. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  324. configure.ac:356: You should run autoupdate.
  325. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  326. configure.ac:356: the top level
  327. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  328. configure.ac:519: You should run autoupdate.
  329. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  330. configure.ac:519: the top level
  331. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  332. configure.ac:578: You should run autoupdate.
  333. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  334. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  335. configure.ac:578: the top level
  336. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  337. configure.ac:597: You should run autoupdate.
  338. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  339. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  340. configure.ac:597: the top level
  341. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  342. configure.ac:647: You should run autoupdate.
  343. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  344. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  345. configure.ac:647: the top level
  346. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  347. configure.ac:654: You should run autoupdate.
  348. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  349. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  350. configure.ac:654: the top level
  351. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  352. configure.ac:662: You should run autoupdate.
  353. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  354. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  355. configure.ac:662: the top level
  356. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  357. configure.ac:680: You should run autoupdate.
  358. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  359. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  360. configure.ac:680: the top level
  361. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  362. configure.ac:688: You should run autoupdate.
  363. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  364. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  365. configure.ac:688: the top level
  366. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  367. configure.ac:717: You should run autoupdate.
  368. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  369. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  370. configure.ac:717: the top level
  371. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  372. configure.ac:724: You should run autoupdate.
  373. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  374. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  375. configure.ac:724: the top level
  376. configure.ac:28: version mismatch.  This is Automake 1.11.6,
  377. configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE
  378. configure.ac:28: comes from Automake 1.16.5.  You should recreate
  379. configure.ac:28: aclocal.m4 with aclocal and run automake again.
  380. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# ./configure
  381. checking build system type... x86_64-unknown-linux-gnu
  382. checking host system type... x86_64-unknown-linux-gnu
  383. checking target system type... x86_64-unknown-linux-gnu
  384. checking GC version numbers... major=7 minor=2
  385. checking for a BSD-compatible install... /usr/bin/install -c
  386. checking whether build environment is sane... yes
  387. /opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/missing: Unknown `--is-lightweight' option
  388. Try `/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/missing --help' for more information
  389. configure: WARNING: 'missing' script is too old or missing
  390. checking for a race-free mkdir -p... /usr/bin/mkdir -p
  391. checking for gawk... gawk
  392. checking whether make sets $(MAKE)... yes
  393. checking whether make supports nested variables... yes
  394. checking whether to enable maintainer-specific portions of Makefiles... no
  395. checking whether make supports the include directive... yes (GNU style)
  396. checking for gcc... gcc
  397. checking whether the C compiler works... yes
  398. checking for C compiler default output file name... a.out
  399. checking for suffix of executables...
  400. checking whether we are cross compiling... no
  401. checking for suffix of object files... o
  402. checking whether the compiler supports GNU C... yes
  403. checking whether gcc accepts -g... yes
  404. checking for gcc option to enable C11 features... none needed
  405. checking whether gcc understands -c and -o together... yes
  406. checking dependency style of gcc... gcc3
  407. checking for g++... g++
  408. checking whether the compiler supports GNU C++... yes
  409. checking whether g++ accepts -g... yes
  410. checking for g++ option to enable C++11 features... none needed
  411. checking dependency style of g++... gcc3
  412. checking dependency style of gcc... gcc3
  413. checking for thread model used by GCC... posix
  414. checking for inline... inline
  415. checking for pthread_self in -lpthread... yes
  416. configure: WARNING: "Explicit GC_INIT() calls may be required."
  417. checking for xlc... no
  418. checking whether gcc supports -fno-strict-aliasing... yes
  419. checking for dlopen in -ldl... yes
  420. checking whether to build shared libraries... yes
  421. checking which machine-dependent code should be used...
  422. checking how to print strings... printf
  423. checking for a sed that does not truncate output... /usr/bin/sed
  424. checking for grep that handles long lines and -e... /usr/bin/grep
  425. checking for egrep... /usr/bin/grep -E
  426. checking for fgrep... /usr/bin/grep -F
  427. checking for ld used by gcc... /usr/bin/ld
  428. checking if the linker (/usr/bin/ld) is GNU ld... yes
  429. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  430. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  431. checking whether ln -s works... yes
  432. checking the maximum length of command line arguments... 1572864
  433. checking whether the shell understands some XSI constructs... yes
  434. checking whether the shell understands "+="... yes
  435. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  436. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  437. checking for /usr/bin/ld option to reload object files... -r
  438. checking for objdump... objdump
  439. checking how to recognize dependent libraries... pass_all
  440. checking for dlltool... no
  441. checking how to associate runtime and link libraries... printf %s\n
  442. checking for ar... ar
  443. checking for archiver @FILE support... @
  444. checking for strip... strip
  445. checking for ranlib... ranlib
  446. checking command to parse /usr/bin/nm -B output from gcc object... ok
  447. checking for sysroot... no
  448. checking for mt... mt
  449. checking if mt is a manifest tool... no
  450. checking for stdio.h... yes
  451. checking for stdlib.h... yes
  452. checking for string.h... yes
  453. checking for inttypes.h... yes
  454. checking for stdint.h... yes
  455. checking for strings.h... yes
  456. checking for sys/stat.h... yes
  457. checking for sys/types.h... yes
  458. checking for unistd.h... yes
  459. checking for dlfcn.h... yes
  460. checking for objdir... .libs
  461. checking if gcc supports -fno-rtti -fno-exceptions... no
  462. checking for gcc option to produce PIC... -fPIC -DPIC
  463. checking if gcc PIC flag -fPIC -DPIC works... yes
  464. checking if gcc static flag -static works... yes
  465. checking if gcc supports -c -o file.o... yes
  466. checking if gcc supports -c -o file.o... (cached) yes
  467. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  468. checking whether -lc should be explicitly linked in... no
  469. checking dynamic linker characteristics... GNU/Linux ld.so
  470. checking how to hardcode library paths into programs... immediate
  471. checking whether stripping libraries is possible... yes
  472. checking if libtool supports shared libraries... yes
  473. checking whether to build shared libraries... yes
  474. checking whether to build static libraries... yes
  475. checking how to run the C++ preprocessor... g++ -E
  476. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  477. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  478. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  479. checking for g++ option to produce PIC... -fPIC -DPIC
  480. checking if g++ PIC flag -fPIC -DPIC works... yes
  481. checking if g++ static flag -static works... yes
  482. checking if g++ supports -c -o file.o... yes
  483. checking if g++ supports -c -o file.o... (cached) yes
  484. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  485. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  486. checking how to hardcode library paths into programs... immediate
  487. checking whether Solaris gcc optimization fix is necessary... no
  488. checking for sys/dg_sys_info.h... no
  489. checking for pkg-config... /usr/bin/pkg-config
  490. checking pkg-config is at least version 0.9.0... yes
  491. checking for atomic_ops... no
  492. checking which libatomic_ops to use... internal
  493. checking that generated files are newer than configure... done
  494. configure: creating ./config.status
  495. config.status: creating Makefile
  496. config.status: creating bdw-gc.pc
  497. config.status: creating include/private/config.h
  498. config.status: executing depfiles commands
  499. config.status: executing libtool commands
  500. config.status: executing default commands
  501. === configuring in libatomic_ops (/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/libatomic_ops)
  502. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  503. checking build system type... x86_64-unknown-linux-gnu
  504. checking host system type... x86_64-unknown-linux-gnu
  505. checking target system type... x86_64-unknown-linux-gnu
  506. checking for a BSD-compatible install... /usr/bin/install -c
  507. checking whether build environment is sane... yes
  508. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  509. checking for gawk... gawk
  510. checking whether make sets $(MAKE)... yes
  511. checking for ranlib... ranlib
  512. checking for style of include used by make... GNU
  513. checking for gcc... gcc
  514. checking whether the C compiler works... yes
  515. checking for C compiler default output file name... a.out
  516. checking for suffix of executables...
  517. checking whether we are cross compiling... no
  518. checking for suffix of object files... o
  519. checking whether we are using the GNU C compiler... yes
  520. checking whether gcc accepts -g... yes
  521. checking for gcc option to accept ISO C89... none needed
  522. checking dependency style of gcc... gcc3
  523. checking whether gcc and cc understand -c and -o together... yes
  524. checking dependency style of gcc... gcc3
  525. checking how to run the C preprocessor... gcc -E
  526. checking for grep that handles long lines and -e... /usr/bin/grep
  527. checking for egrep... /usr/bin/grep -E
  528. checking for ANSI C header files... yes
  529. checking for sys/types.h... yes
  530. checking for sys/stat.h... yes
  531. checking for stdlib.h... yes
  532. checking for string.h... yes
  533. checking for memory.h... yes
  534. checking for strings.h... yes
  535. checking for inttypes.h... yes
  536. checking for stdint.h... yes
  537. checking for unistd.h... yes
  538. checking for stdlib.h... (cached) yes
  539. checking for unistd.h... (cached) yes
  540. checking for sys/param.h... yes
  541. checking for getpagesize... yes
  542. checking for working mmap... yes
  543. checking for ANSI C header files... (cached) yes
  544. checking for PIC compiler flag... -fPIC
  545. checking whether gcc -fPIC causes __PIC__ definition... yes
  546. checking for pthread_self in -lpthread... yes
  547. configure: creating ./config.status
  548. config.status: creating Makefile
  549. config.status: creating pkgconfig/atomic_ops.pc
  550. config.status: creating pkgconfig/atomic_ops-uninstalled.pc
  551. config.status: creating doc/Makefile
  552. config.status: creating src/Makefile
  553. config.status: creating src/atomic_ops/Makefile
  554. config.status: creating src/atomic_ops/sysdeps/Makefile
  555. config.status: creating tests/Makefile
  556. config.status: creating src/config.h
  557. config.status: src/config.h is unchanged
  558. config.status: executing depfiles commands
  559. config.status: executing default commands
  560. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make
  561. Makefile:949: .deps/win32_threads.Plo: No such file or directory
  562. make: *** No rule to make target '.deps/win32_threads.Plo'.  Stop.
  563. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make clean
  564. Makefile:949: .deps/win32_threads.Plo: No such file or directory
  565. make: *** No rule to make target '.deps/win32_threads.Plo'.  Stop.
  566. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# ./autogen.sh
  567. -p: not found
  568. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  569. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  570. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  571. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  572. configure.ac:29: the top level
  573. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  574. configure.ac:47: You should run autoupdate.
  575. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  576. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  577. configure.ac:47: the top level
  578. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  579. configure.ac:65: You should run autoupdate.
  580. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  581. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  582. configure.ac:65: the top level
  583. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  584. configure.ac:75: You should run autoupdate.
  585. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  586. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  587. configure.ac:75: the top level
  588. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  589. configure.ac:328: You should run autoupdate.
  590. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  591. configure.ac:328: the top level
  592. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  593. configure.ac:356: You should run autoupdate.
  594. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  595. configure.ac:356: the top level
  596. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  597. configure.ac:519: You should run autoupdate.
  598. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  599. configure.ac:519: the top level
  600. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  601. configure.ac:578: You should run autoupdate.
  602. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  603. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  604. configure.ac:578: the top level
  605. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  606. configure.ac:597: You should run autoupdate.
  607. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  608. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  609. configure.ac:597: the top level
  610. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  611. configure.ac:647: You should run autoupdate.
  612. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  613. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  614. configure.ac:647: the top level
  615. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  616. configure.ac:654: You should run autoupdate.
  617. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  618. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  619. configure.ac:654: the top level
  620. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  621. configure.ac:662: You should run autoupdate.
  622. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  623. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  624. configure.ac:662: the top level
  625. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  626. configure.ac:680: You should run autoupdate.
  627. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  628. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  629. configure.ac:680: the top level
  630. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  631. configure.ac:688: You should run autoupdate.
  632. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  633. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  634. configure.ac:688: the top level
  635. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  636. configure.ac:717: You should run autoupdate.
  637. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  638. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  639. configure.ac:717: the top level
  640. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  641. configure.ac:724: You should run autoupdate.
  642. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  643. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  644. configure.ac:724: the top level
  645. configure.ac:28: version mismatch.  This is Automake 1.11.6,
  646. configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE
  647. configure.ac:28: comes from Automake 1.16.5.  You should recreate
  648. configure.ac:28: aclocal.m4 with aclocal and run automake again.
  649. ./autogen.sh: 9: automake-1.9: not found
  650. -p: not found
  651. ./autogen.sh: 9: automake-1.8: not found
  652. -p: not found
  653. ./autogen.sh: 9: automake-1.7: not found
  654. -p: not found
  655. + aclocal
  656. + autoconf
  657. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  658. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  659. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  660. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  661. configure.ac:29: the top level
  662. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  663. configure.ac:47: You should run autoupdate.
  664. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  665. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  666. configure.ac:47: the top level
  667. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  668. configure.ac:65: You should run autoupdate.
  669. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  670. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  671. configure.ac:65: the top level
  672. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  673. configure.ac:75: You should run autoupdate.
  674. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  675. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  676. configure.ac:75: the top level
  677. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  678. configure.ac:328: You should run autoupdate.
  679. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  680. configure.ac:328: the top level
  681. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  682. configure.ac:356: You should run autoupdate.
  683. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  684. configure.ac:356: the top level
  685. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  686. configure.ac:519: You should run autoupdate.
  687. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  688. configure.ac:519: the top level
  689. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  690. configure.ac:578: You should run autoupdate.
  691. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  692. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  693. configure.ac:578: the top level
  694. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  695. configure.ac:597: You should run autoupdate.
  696. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  697. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  698. configure.ac:597: the top level
  699. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  700. configure.ac:647: You should run autoupdate.
  701. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  702. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  703. configure.ac:647: the top level
  704. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  705. configure.ac:654: You should run autoupdate.
  706. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  707. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  708. configure.ac:654: the top level
  709. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  710. configure.ac:662: You should run autoupdate.
  711. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  712. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  713. configure.ac:662: the top level
  714. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  715. configure.ac:680: You should run autoupdate.
  716. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  717. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  718. configure.ac:680: the top level
  719. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  720. configure.ac:688: You should run autoupdate.
  721. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  722. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  723. configure.ac:688: the top level
  724. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  725. configure.ac:717: You should run autoupdate.
  726. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  727. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  728. configure.ac:717: the top level
  729. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  730. configure.ac:724: You should run autoupdate.
  731. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  732. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  733. configure.ac:724: the top level
  734. + autoheader
  735. + automake -ac
  736. configure.ac:29: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
  737. configure.ac:29: You should use the 'AC_CONFIG_HEADERS' macro instead.
  738. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
  739. aclocal.m4:1077: AM_CONFIG_HEADER is expanded from...
  740. configure.ac:29: the top level
  741. configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
  742. configure.ac:47: You should run autoupdate.
  743. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  744. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  745. configure.ac:47: the top level
  746. configure.ac:65: warning: The macro `AC_HELP_STRING' is obsolete.
  747. configure.ac:65: You should run autoupdate.
  748. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  749. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  750. configure.ac:65: the top level
  751. configure.ac:75: warning: The macro `AC_HELP_STRING' is obsolete.
  752. configure.ac:75: You should run autoupdate.
  753. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  754. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  755. configure.ac:75: the top level
  756. configure.ac:328: warning: The macro `AC_TRY_COMPILE' is obsolete.
  757. configure.ac:328: You should run autoupdate.
  758. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  759. configure.ac:328: the top level
  760. configure.ac:356: warning: The macro `AC_TRY_COMPILE' is obsolete.
  761. configure.ac:356: You should run autoupdate.
  762. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
  763. configure.ac:356: the top level
  764. configure.ac:519: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  765. configure.ac:519: You should run autoupdate.
  766. m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
  767. configure.ac:519: the top level
  768. configure.ac:578: warning: The macro `AC_HELP_STRING' is obsolete.
  769. configure.ac:578: You should run autoupdate.
  770. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  771. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  772. configure.ac:578: the top level
  773. configure.ac:597: warning: The macro `AC_HELP_STRING' is obsolete.
  774. configure.ac:597: You should run autoupdate.
  775. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  776. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  777. configure.ac:597: the top level
  778. configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
  779. configure.ac:647: You should run autoupdate.
  780. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  781. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  782. configure.ac:647: the top level
  783. configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete.
  784. configure.ac:654: You should run autoupdate.
  785. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  786. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  787. configure.ac:654: the top level
  788. configure.ac:662: warning: The macro `AC_HELP_STRING' is obsolete.
  789. configure.ac:662: You should run autoupdate.
  790. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  791. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  792. configure.ac:662: the top level
  793. configure.ac:680: warning: The macro `AC_HELP_STRING' is obsolete.
  794. configure.ac:680: You should run autoupdate.
  795. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  796. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  797. configure.ac:680: the top level
  798. configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete.
  799. configure.ac:688: You should run autoupdate.
  800. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  801. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  802. configure.ac:688: the top level
  803. configure.ac:717: warning: The macro `AC_HELP_STRING' is obsolete.
  804. configure.ac:717: You should run autoupdate.
  805. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  806. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  807. configure.ac:717: the top level
  808. configure.ac:724: warning: The macro `AC_HELP_STRING' is obsolete.
  809. configure.ac:724: You should run autoupdate.
  810. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  811. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  812. configure.ac:724: the top level
  813. configure.ac:28: version mismatch.  This is Automake 1.11.6,
  814. configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE
  815. configure.ac:28: comes from Automake 1.16.5.  You should recreate
  816. configure.ac:28: aclocal.m4 with aclocal and run automake again.
  817. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make
  818. Makefile:949: .deps/win32_threads.Plo: No such file or directory
  819. make: *** No rule to make target '.deps/win32_threads.Plo'.  Stop.
  820. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# git checkout .
  821. Updated 76 paths from the index
  822. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod# make
  823. /bin/bash ./config.status
  824. config.status: creating Makefile
  825. config.status: creating bdw-gc.pc
  826. config.status: creating include/private/config.h
  827. config.status: include/private/config.h is unchanged
  828. config.status: executing depfiles commands
  829. config.status: executing libtool commands
  830. config.status: executing default commands
  831. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod'
  832. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c
  833. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c  -fPIC -DPIC -o .libs/allchblk.o
  834. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1
  835. mv -f .deps/allchblk.Tpo .deps/allchblk.Plo
  836. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
  837. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
  838. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
  839. mv -f .deps/alloc.Tpo .deps/alloc.Plo
  840. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo blacklst.c
  841. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c  -fPIC -DPIC -o .libs/blacklst.o
  842. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1
  843. mv -f .deps/blacklst.Tpo .deps/blacklst.Plo
  844. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo checksums.c
  845. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c  -fPIC -DPIC -o .libs/checksums.o
  846. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1
  847. mv -f .deps/checksums.Tpo .deps/checksums.Plo
  848. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo dbg_mlc.c
  849. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c  -fPIC -DPIC -o .libs/dbg_mlc.o
  850. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
  851. mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo
  852. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo dyn_load.c
  853. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c  -fPIC -DPIC -o .libs/dyn_load.o
  854. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1
  855. mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo
  856. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo finalize.c
  857. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c  -fPIC -DPIC -o .libs/finalize.o
  858. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1
  859. mv -f .deps/finalize.Tpo .deps/finalize.Plo
  860. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo gc_dlopen.c
  861. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c  -fPIC -DPIC -o .libs/gc_dlopen.o
  862. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
  863. mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo
  864. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo gcj_mlc.c
  865. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c  -fPIC -DPIC -o .libs/gcj_mlc.o
  866. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
  867. mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo
  868. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo headers.c
  869. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c  -fPIC -DPIC -o .libs/headers.o
  870. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1
  871. mv -f .deps/headers.Tpo .deps/headers.Plo
  872. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
  873. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
  874. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
  875. mv -f .deps/malloc.Tpo .deps/malloc.Plo
  876. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo mallocx.c
  877. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c  -fPIC -DPIC -o .libs/mallocx.o
  878. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1
  879. mv -f .deps/mallocx.Tpo .deps/mallocx.Plo
  880. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo mark.c
  881. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c  -fPIC -DPIC -o .libs/mark.o
  882. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1
  883. mv -f .deps/mark.Tpo .deps/mark.Plo
  884. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo mark_rts.c
  885. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c  -fPIC -DPIC -o .libs/mark_rts.o
  886. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1
  887. mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo
  888. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
  889. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/misc.o
  890. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
  891. mv -f .deps/misc.Tpo .deps/misc.Plo
  892. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo new_hblk.c
  893. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c  -fPIC -DPIC -o .libs/new_hblk.o
  894. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1
  895. mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo
  896. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo obj_map.c
  897. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c  -fPIC -DPIC -o .libs/obj_map.o
  898. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1
  899. mv -f .deps/obj_map.Tpo .deps/obj_map.Plo
  900. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo os_dep.c
  901. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c  -fPIC -DPIC -o .libs/os_dep.o
  902. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1
  903. mv -f .deps/os_dep.Tpo .deps/os_dep.Plo
  904. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo pcr_interface.c
  905. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c  -fPIC -DPIC -o .libs/pcr_interface.o
  906. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
  907. mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo
  908. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ptr_chck.c
  909. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c  -fPIC -DPIC -o .libs/ptr_chck.o
  910. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
  911. mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo
  912. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo real_malloc.c
  913. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c  -fPIC -DPIC -o .libs/real_malloc.o
  914. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1
  915. mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo
  916. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo reclaim.c
  917. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c  -fPIC -DPIC -o .libs/reclaim.o
  918. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1
  919. mv -f .deps/reclaim.Tpo .deps/reclaim.Plo
  920. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo specific.c
  921. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c  -fPIC -DPIC -o .libs/specific.o
  922. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1
  923. mv -f .deps/specific.Tpo .deps/specific.Plo
  924. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo stubborn.c
  925. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c  -fPIC -DPIC -o .libs/stubborn.o
  926. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1
  927. mv -f .deps/stubborn.Tpo .deps/stubborn.Plo
  928. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo typd_mlc.c
  929. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c  -fPIC -DPIC -o .libs/typd_mlc.o
  930. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1
  931. mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo
  932. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo backgraph.c
  933. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c  -fPIC -DPIC -o .libs/backgraph.o
  934. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -o backgraph.o >/dev/null 2>&1
  935. mv -f .deps/backgraph.Tpo .deps/backgraph.Plo
  936. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo thread_local_alloc.c
  937. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c  -fPIC -DPIC -o .libs/thread_local_alloc.o
  938. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1
  939. mv -f .deps/thread_local_alloc.Tpo .deps/thread_local_alloc.Plo
  940. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c -o pthread_start.lo pthread_start.c
  941. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c pthread_start.c  -fPIC -DPIC -o .libs/pthread_start.o
  942. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c pthread_start.c -o pthread_start.o >/dev/null 2>&1
  943. mv -f .deps/pthread_start.Tpo .deps/pthread_start.Plo
  944. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo pthread_support.c
  945. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c  -fPIC -DPIC -o .libs/pthread_support.o
  946. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -o pthread_support.o >/dev/null 2>&1
  947. mv -f .deps/pthread_support.Tpo .deps/pthread_support.Plo
  948. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo pthread_stop_world.c
  949. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c  -fPIC -DPIC -o .libs/pthread_stop_world.o
  950. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1
  951. mv -f .deps/pthread_stop_world.Tpo .deps/pthread_stop_world.Plo
  952. /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo './'`libatomic_ops/src/atomic_ops.c
  953. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c  -fPIC -DPIC -o .libs/atomic_ops.o
  954. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -o atomic_ops.o >/dev/null 2>&1
  955. mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo
  956. /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src  -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo mach_dep.c
  957. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c  -fPIC -DPIC -o .libs/mach_dep.o
  958. libtool: compile:  gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1
  959. mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo
  960. /bin/bash ./libtool --tag=CC   --mode=link gcc -fexceptions -g -O2 -fno-strict-aliasing  -version-info 1:3:0 -no-undefined  -o libgc.la -rpath /usr/local/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo thread_local_alloc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo   atomic_ops.lo mach_dep.lo -lpthread -ldl
  961. libtool: link: gcc -shared  -fPIC -DPIC  .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o   -lpthread -ldl  -O2   -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
  962. /usr/bin/ld: .libs/alloc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  963. /usr/bin/ld: .libs/blacklst.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  964. /usr/bin/ld: .libs/checksums.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  965. /usr/bin/ld: .libs/dbg_mlc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  966. /usr/bin/ld: .libs/dyn_load.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  967. /usr/bin/ld: .libs/finalize.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  968. /usr/bin/ld: .libs/gc_dlopen.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  969. /usr/bin/ld: .libs/gcj_mlc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  970. /usr/bin/ld: .libs/headers.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  971. /usr/bin/ld: .libs/malloc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  972. /usr/bin/ld: .libs/mallocx.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  973. /usr/bin/ld: .libs/mark.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  974. /usr/bin/ld: .libs/mark_rts.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  975. /usr/bin/ld: .libs/misc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  976. /usr/bin/ld: .libs/new_hblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  977. /usr/bin/ld: .libs/obj_map.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  978. /usr/bin/ld: .libs/os_dep.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  979. /usr/bin/ld: .libs/pcr_interface.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  980. /usr/bin/ld: .libs/ptr_chck.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  981. /usr/bin/ld: .libs/reclaim.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  982. /usr/bin/ld: .libs/specific.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  983. /usr/bin/ld: .libs/stubborn.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  984. /usr/bin/ld: .libs/typd_mlc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  985. /usr/bin/ld: .libs/backgraph.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  986. /usr/bin/ld: .libs/thread_local_alloc.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  987. /usr/bin/ld: .libs/pthread_start.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  988. /usr/bin/ld: .libs/pthread_support.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  989. /usr/bin/ld: .libs/pthread_stop_world.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  990. /usr/bin/ld: .libs/mach_dep.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: multiple definition of `GC_jmp_buf'; .libs/allchblk.o:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod/./include/private/gc_priv.h:2289: first defined here
  991. collect2: error: ld returned 1 exit status
  992. make[1]: *** [Makefile:839: libgc.la] Error 1
  993. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod'
  994. make: *** [Makefile:1326: all-recursive] Error 1
  995. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/bdw-gc-logical-mod#
  996.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement