Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.60 KB | None | 0 0
  1. g++ -static main.o molecular_prop/molstate.o molecular_prop/atom.o molecular_prop/normalmode.o molecular_prop/simple_xml_parser.o molecular_prop/vibronic_state.o molecular_prop/vector3d.o molecular_prop/spectrum.o molecular_prop/spectralpoint.o matrix_math/blas_calls.o matrix_math/kmatrix.o matrix_math/tmp_buffer.o basic_methods/genutil.o basic_methods/mathutil.o harmonic_pes/franck_condon.o harmonic_pes/harmonic_pes_main.o harmonic_pes/parallel_approximation.o harmonic_pes/vibrational_indexing.o harmonic_pes/dushinsky.o -L/usr/lib64 -llapack -lblas -lexpat -lm -lgfortran -I molecular_prop/ -I matrix_math/ -I basic_methods/ -I harmonic_pes/ -o ezSpectrum
  2. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `alloc_mmap':
  3. (.text+0xa8): undefined reference to `pthread_mutex_lock'
  4. (.text+0xe4): undefined reference to `pthread_mutex_unlock'
  5. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `openblas_fork_handler':
  6. (.text+0x220): undefined reference to `pthread_atfork'
  7. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `blas_memory_alloc':
  8. (.text+0x396): undefined reference to `pthread_mutex_lock'
  9. (.text+0x3c3): undefined reference to `pthread_mutex_unlock'
  10. (.text+0x4f8): undefined reference to `pthread_mutex_lock'
  11. (.text+0x512): undefined reference to `pthread_mutex_unlock'
  12. (.text+0x52b): undefined reference to `pthread_mutex_lock'
  13. (.text+0x540): undefined reference to `pthread_mutex_unlock'
  14. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `blas_memory_free':
  15. (.text+0x57c): undefined reference to `pthread_mutex_lock'
  16. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `blas_shutdown':
  17. (.text+0x643): undefined reference to `pthread_mutex_lock'
  18. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `blas_memory_free':
  19. (.text+0x5e0): undefined reference to `pthread_mutex_unlock'
  20. (.text+0x5f8): undefined reference to `pthread_mutex_unlock'
  21. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(memory.o): In function `blas_shutdown':
  22. (.text+0x6c9): undefined reference to `pthread_mutex_unlock'
  23. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(eh_alloc.o): In function `(anonymous namespace)::pool::free(void*) [clone .constprop.2]':
  24. (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.2+0x1d): undefined reference to `pthread_mutex_lock'
  25. (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.2+0xe0): undefined reference to `pthread_mutex_unlock'
  26. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(eh_alloc.o): In function `(anonymous namespace)::pool::allocate(unsigned long) [clone .constprop.3]':
  27. (.text._ZN12_GLOBAL__N_14pool8allocateEm.constprop.3+0x21): undefined reference to `pthread_mutex_lock'
  28. (.text._ZN12_GLOBAL__N_14pool8allocateEm.constprop.3+0x8b): undefined reference to `pthread_mutex_unlock'
  29. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `blas_thread_server':
  30. (.text+0x15c): undefined reference to `pthread_mutex_lock'
  31. (.text+0x168): undefined reference to `pthread_mutex_unlock'
  32. (.text+0x186): undefined reference to `pthread_mutex_lock'
  33. (.text+0x19b): undefined reference to `pthread_mutex_unlock'
  34. (.text+0x1c3): undefined reference to `pthread_mutex_lock'
  35. (.text+0x1d3): undefined reference to `pthread_mutex_unlock'
  36. (.text+0x226): undefined reference to `pthread_mutex_lock'
  37. (.text+0x23a): undefined reference to `pthread_mutex_unlock'
  38. (.text+0x267): undefined reference to `pthread_cond_wait'
  39. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `blas_thread_init':
  40. (.text+0x3e8): undefined reference to `pthread_mutex_lock'
  41. (.text+0x49d): undefined reference to `pthread_mutex_init'
  42. (.text+0x4a8): undefined reference to `pthread_cond_init'
  43. (.text+0x4bc): undefined reference to `pthread_create'
  44. (.text+0x555): undefined reference to `pthread_mutex_unlock'
  45. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `exec_blas_async':
  46. (.text+0x624): undefined reference to `pthread_mutex_lock'
  47. (.text+0x630): undefined reference to `pthread_mutex_unlock'
  48. (.text+0x65a): undefined reference to `pthread_mutex_lock'
  49. (.text+0x66f): undefined reference to `pthread_mutex_unlock'
  50. (.text+0x6a0): undefined reference to `pthread_mutex_lock'
  51. (.text+0x6b5): undefined reference to `pthread_mutex_unlock'
  52. (.text+0x712): undefined reference to `pthread_mutex_lock'
  53. (.text+0x71e): undefined reference to `pthread_mutex_unlock'
  54. (.text+0x72c): undefined reference to `pthread_mutex_lock'
  55. (.text+0x73e): undefined reference to `pthread_mutex_unlock'
  56. (.text+0x778): undefined reference to `pthread_cond_signal'
  57. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `exec_blas_async_wait':
  58. (.text+0x7cb): undefined reference to `pthread_mutex_lock'
  59. (.text+0x7e4): undefined reference to `pthread_mutex_unlock'
  60. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `goto_set_num_threads':
  61. (.text+0x934): undefined reference to `pthread_mutex_lock'
  62. (.text+0x997): undefined reference to `pthread_mutex_init'
  63. (.text+0x9a6): undefined reference to `pthread_cond_init'
  64. (.text+0x9c2): undefined reference to `pthread_create'
  65. (.text+0x9dc): undefined reference to `pthread_mutex_unlock'
  66. /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.a(blas_server.o): In function `blas_thread_shutdown_':
  67. (.text+0xb66): undefined reference to `pthread_mutex_lock'
  68. (.text+0xbe8): undefined reference to `pthread_mutex_lock'
  69. (.text+0xbfa): undefined reference to `pthread_cond_signal'
  70. (.text+0xc06): undefined reference to `pthread_mutex_unlock'
  71. (.text+0xc38): undefined reference to `pthread_join'
  72. (.text+0xc68): undefined reference to `pthread_mutex_destroy'
  73. (.text+0xc75): undefined reference to `pthread_cond_destroy'
  74. (.text+0xc99): undefined reference to `pthread_mutex_unlock'
  75. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `insert_unit':
  76. (.text.insert_unit+0x55): undefined reference to `pthread_mutex_lock'
  77. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `get_gfc_unit':
  78. (.text.get_gfc_unit+0x29): undefined reference to `pthread_mutex_lock'
  79. (.text.get_gfc_unit+0x9c): undefined reference to `pthread_mutex_unlock'
  80. (.text.get_gfc_unit+0x11b): undefined reference to `pthread_mutex_unlock'
  81. (.text.get_gfc_unit+0x13e): undefined reference to `pthread_mutex_lock'
  82. (.text.get_gfc_unit+0x151): undefined reference to `pthread_mutex_lock'
  83. (.text.get_gfc_unit+0x159): undefined reference to `pthread_mutex_unlock'
  84. (.text.get_gfc_unit+0x175): undefined reference to `pthread_mutex_destroy'
  85. (.text.get_gfc_unit+0x204): undefined reference to `pthread_mutex_unlock'
  86. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `_gfortrani_init_units':
  87. (.text._gfortrani_init_units+0x65): undefined reference to `pthread_mutex_unlock'
  88. (.text._gfortrani_init_units+0x7b): undefined reference to `pthread_mutex_unlock'
  89. (.text._gfortrani_init_units+0x182): undefined reference to `pthread_mutex_unlock'
  90. (.text._gfortrani_init_units+0x24d): undefined reference to `pthread_mutex_unlock'
  91. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o):(.text._gfortrani_init_units+0x310): more undefined references to `pthread_mutex_unlock' follow
  92. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `_gfortrani_newunit_alloc':
  93. (.text._gfortrani_newunit_alloc+0x18): undefined reference to `pthread_mutex_lock'
  94. (.text._gfortrani_newunit_alloc+0xa7): undefined reference to `pthread_mutex_unlock'
  95. (.text._gfortrani_newunit_alloc+0xd9): undefined reference to `pthread_mutex_unlock'
  96. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `close_unit_1':
  97. (.text.close_unit_1+0xe8): undefined reference to `pthread_mutex_unlock'
  98. (.text.close_unit_1+0x102): undefined reference to `pthread_mutex_unlock'
  99. (.text.close_unit_1+0x1b8): undefined reference to `pthread_mutex_lock'
  100. (.text.close_unit_1+0x1cc): undefined reference to `pthread_mutex_destroy'
  101. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unit.o): In function `_gfortrani_close_units':
  102. (.text._gfortrani_close_units+0x15): undefined reference to `pthread_mutex_lock'
  103. (.text._gfortrani_close_units+0x4b): undefined reference to `pthread_mutex_unlock'
  104. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unix.o): In function `flush_all_units_1':
  105. (.text.flush_all_units_1+0x37): undefined reference to `pthread_mutex_unlock'
  106. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unix.o): In function `_gfortrani_find_file':
  107. (.text._gfortrani_find_file+0x7d): undefined reference to `pthread_mutex_lock'
  108. (.text._gfortrani_find_file+0xb7): undefined reference to `pthread_mutex_unlock'
  109. (.text._gfortrani_find_file+0xbf): undefined reference to `pthread_mutex_lock'
  110. (.text._gfortrani_find_file+0xd1): undefined reference to `pthread_mutex_lock'
  111. (.text._gfortrani_find_file+0xd9): undefined reference to `pthread_mutex_unlock'
  112. (.text._gfortrani_find_file+0x107): undefined reference to `pthread_mutex_unlock'
  113. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(unix.o): In function `_gfortrani_flush_all_units':
  114. (.text._gfortrani_flush_all_units+0x22): undefined reference to `pthread_mutex_lock'
  115. (.text._gfortrani_flush_all_units+0xb4): undefined reference to `pthread_mutex_unlock'
  116. (.text._gfortrani_flush_all_units+0xbc): undefined reference to `pthread_mutex_lock'
  117. (.text._gfortrani_flush_all_units+0xdd): undefined reference to `pthread_mutex_lock'
  118. (.text._gfortrani_flush_all_units+0xe5): undefined reference to `pthread_mutex_unlock'
  119. (.text._gfortrani_flush_all_units+0xf4): undefined reference to `pthread_mutex_lock'
  120. (.text._gfortrani_flush_all_units+0xfc): undefined reference to `pthread_mutex_unlock'
  121. (.text._gfortrani_flush_all_units+0xa7): undefined reference to `pthread_mutex_unlock'
  122. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(write.o): In function `get_precision':
  123. (.text.get_precision+0x127): undefined reference to `quadmath_snprintf'
  124. /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.a(write.o): In function `get_float_string':
  125. (.text.get_float_string+0x13b): undefined reference to `quadmath_snprintf'
  126. (.text.get_float_string+0xb2d): undefined reference to `quadmath_snprintf'
  127. (.text.get_float_string+0x135a): undefined reference to `quadmath_snprintf'
  128. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(locale_init.o): In function `__gnu_cxx::__scoped_lock::~__scoped_lock()':
  129. (.text._ZN9__gnu_cxx13__scoped_lockD2Ev[_ZN9__gnu_cxx13__scoped_lockD5Ev]+0x12): undefined reference to `pthread_mutex_unlock'
  130. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(locale_init.o): In function `std::locale::locale()':
  131. (.text._ZNSt6localeC2Ev+0x43): undefined reference to `pthread_mutex_lock'
  132. (.text._ZNSt6localeC2Ev+0x5e): undefined reference to `pthread_mutex_unlock'
  133. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(locale_init.o): In function `std::locale::global(std::locale const&)':
  134. (.text._ZNSt6locale6globalERKS_+0x45): undefined reference to `pthread_mutex_lock'
  135. (.text._ZNSt6locale6globalERKS_+0xab): undefined reference to `pthread_mutex_unlock'
  136. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(locale.o): In function `std::locale::_Impl::_M_install_cache(std::locale::facet const*, unsigned long)':
  137. (.text._ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEm+0x4e): undefined reference to `pthread_mutex_lock'
  138. (.text._ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEm+0xd6): undefined reference to `pthread_mutex_unlock'
  139. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(c++locale.o): In function `std::Catalogs::_M_erase(int)':
  140. (.text._ZNSt8Catalogs8_M_eraseEi+0x1b): undefined reference to `pthread_mutex_lock'
  141. (.text._ZNSt8Catalogs8_M_eraseEi+0x92): undefined reference to `pthread_mutex_unlock'
  142. (.text._ZNSt8Catalogs8_M_eraseEi+0x12b): undefined reference to `pthread_mutex_unlock'
  143. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(c++locale.o): In function `std::Catalogs::_M_get(int) const':
  144. (.text._ZNKSt8Catalogs6_M_getEi+0x1c): undefined reference to `pthread_mutex_lock'
  145. (.text._ZNKSt8Catalogs6_M_getEi+0x8f): undefined reference to `pthread_mutex_unlock'
  146. /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a(c++locale.o): In function `std::Catalogs::_M_add(char const*, std::locale)':
  147. (.text._ZNSt8Catalogs6_M_addEPKcSt6locale+0x3d): undefined reference to `pthread_mutex_lock'
  148. (.text._ZNSt8Catalogs6_M_addEPKcSt6locale+0xdb): undefined reference to `pthread_mutex_unlock'
  149. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `__register_frame_info_bases.part.6':
  150. (.text+0x1801): undefined reference to `pthread_mutex_lock'
  151. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `__register_frame_info_table_bases':
  152. (.text+0x1911): undefined reference to `pthread_mutex_lock'
  153. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `__deregister_frame_info_bases':
  154. (.text+0x19de): undefined reference to `pthread_mutex_lock'
  155. (.text+0x1a65): undefined reference to `pthread_mutex_unlock'
  156. (.text+0x1a8d): undefined reference to `pthread_mutex_unlock'
  157. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `_Unwind_Find_FDE':
  158. (.text+0x1bc4): undefined reference to `pthread_mutex_lock'
  159. (.text+0x1c12): undefined reference to `pthread_mutex_unlock'
  160. (.text+0x1d21): undefined reference to `pthread_mutex_unlock'
  161. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `__register_frame_info_bases.part.6':
  162. (.text+0x1834): undefined reference to `pthread_mutex_unlock'
  163. /usr/lib/gcc/x86_64-linux-gnu/7/libgcc_eh.a(unwind-dw2-fde-dip.o): In function `__register_frame_info_table_bases':
  164. (.text+0x1944): undefined reference to `pthread_mutex_unlock'
  165. collect2: error: ld returned 1 exit status
  166. Makefile:37: recipe for target 'ezSpectrum' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement