Guest User

Untitled

a guest
Apr 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.93 KB | None | 0 0
  1. willy@Lissa:~/t$ cat GNUmakefile
  2. include $(GNUSTEP_MAKEFILES)/common.make
  3.  
  4. TOOL_NAME = test
  5. test_OBJC_FILES = main.m
  6.  
  7. include $(GNUSTEP_MAKEFILES)/tool.make
  8.  
  9. willy@Lissa:~/t$ cat main.m
  10. #import <Foundation/Foundation.h>
  11.  
  12. int main ()
  13. {
  14. NSLog(@"Suca");
  15. }
  16. willy@Lissa:~/t$ make shared=no
  17. This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for help.
  18. Making all for tool test...
  19. Compiling file main.m ...
  20. main.m: In function β€˜main’:
  21. main.m:6: warning: control reaches end of non-void function
  22. Linking tool test ...
  23. /usr/lib/libgnustep-base.a(objc-load.m.o): In function `GSPrivateLoadModule':
  24. (.text+0x43d): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  25. /usr/lib/libgnustep-base.a(NSFileManager.m.o): In function `_i_GSAttrDictionary__fileGroupOwnerAccountName':
  26. (.text+0x7207): warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  27. /usr/lib/libgnustep-base.a(NSFileManager.m.o): In function `_i_NSFileManager__changeFileAttributes_atPath_':
  28. (.text+0x285b): warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  29. /usr/lib/libgnustep-base.a(NSFileManager.m.o): In function `_i_NSFileManager__changeFileAttributes_atPath_':
  30. (.text+0x2695): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  31. /usr/lib/libgnustep-base.a(NSFileManager.m.o): In function `_i_GSAttrDictionary__fileOwnerAccountName':
  32. (.text+0x72d7): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  33. /usr/lib/libxml2.a(nanohttp.o): In function `xmlNanoHTTPConnectHost':
  34. (.text+0xa56): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  35. /usr/lib/libgnustep-base.a(NSHost.m.o): In function `_c_NSHost_Private__entryForAddress_':
  36. (.text+0x157f): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  37. /usr/lib/libgnustep-base.a(NSHost.m.o): In function `_c_NSHost__hostWithName_':
  38. (.text+0x18e5): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  39. /usr/lib/libgnustep-base.a(GSFileHandle.m.o): In function `getAddr':
  40. (.text+0x4433): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  41. /usr/lib/libgnutls.a(gnutls_mpi.o): In function `_gnutls_x509_write_int':
  42. (.text+0x509): undefined reference to `asn1_write_value'
  43. /usr/lib/libgnutls.a(gnutls_mpi.o): In function `_gnutls_x509_read_int':
  44. (.text+0x633): undefined reference to `asn1_read_value'
  45. /usr/lib/libgnutls.a(gnutls_mpi.o): In function `_gnutls_x509_read_int':
  46. (.text+0x6af): undefined reference to `asn1_read_value'
  47. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_decode_ber_rs':
  48. (.text+0x46d): undefined reference to `asn1_create_element'
  49. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_decode_ber_rs':
  50. (.text+0x4e1): undefined reference to `asn1_der_decoding'
  51. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_decode_ber_rs':
  52. (.text+0x51c): undefined reference to `asn1_delete_structure'
  53. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_decode_ber_rs':
  54. (.text+0x573): undefined reference to `asn1_delete_structure'
  55. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_decode_ber_rs':
  56. (.text+0x5b1): undefined reference to `asn1_delete_structure'
  57. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_encode_ber_rs':
  58. (.text+0x620): undefined reference to `asn1_create_element'
  59. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_encode_ber_rs':
  60. (.text+0x6e8): undefined reference to `asn1_delete_structure'
  61. /usr/lib/libgnutls.a(gnutls_pk.o): In function `_gnutls_encode_ber_rs':
  62. (.text+0x72a): undefined reference to `asn1_delete_structure'
  63. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_deinit':
  64. (.text+0x147): undefined reference to `asn1_delete_structure'
  65. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_deinit':
  66. (.text+0x153): undefined reference to `asn1_delete_structure'
  67. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_init':
  68. (.text+0x227): undefined reference to `asn1_check_version'
  69. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_init':
  70. (.text+0x24b): undefined reference to `asn1_array2tree'
  71. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_init':
  72. (.text+0x278): undefined reference to `asn1_array2tree'
  73. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_init':
  74. (.text+0x28a): undefined reference to `asn1_delete_structure'
  75. /usr/lib/libgnutls.a(gnutls_global.o): In function `gnutls_global_init':
  76. (.text+0x391): undefined reference to `asn1_check_version'
  77. /usr/lib/libgnutls.a(auth_cert.o): In function `_gnutls_proc_cert_cert_req':
  78. (.text+0x156a): undefined reference to `asn1_create_element'
  79. /usr/lib/libgnutls.a(auth_cert.o): In function `_gnutls_proc_cert_cert_req':
  80. (.text+0x1596): undefined reference to `asn1_der_decoding'
  81. /usr/lib/libgnutls.a(auth_cert.o): In function `_gnutls_proc_cert_cert_req':
  82. (.text+0x15d8): undefined reference to `asn1_delete_structure'
  83. /usr/lib/libgnutls.a(auth_cert.o): In function `_gnutls_proc_cert_cert_req':
  84. (.text+0x1673): undefined reference to `asn1_der_decoding_startEnd'
  85. /usr/lib/libgnutls.a(auth_cert.o): In function `_gnutls_proc_cert_cert_req':
  86. (.text+0x1712): undefined reference to `asn1_delete_structure'
  87. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  88. (.text+0x3aa): undefined reference to `asn1_create_element'
  89. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  90. (.text+0x41a): undefined reference to `asn1_write_value'
  91. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  92. (.text+0x45e): undefined reference to `asn1_delete_structure'
  93. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  94. (.text+0x495): undefined reference to `asn1_write_value'
  95. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  96. (.text+0x4f8): undefined reference to `asn1_write_value'
  97. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  98. (.text+0x537): undefined reference to `asn1_delete_structure'
  99. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  100. (.text+0x5d3): undefined reference to `asn1_der_coding'
  101. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  102. (.text+0x5e5): undefined reference to `asn1_delete_structure'
  103. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  104. (.text+0x665): undefined reference to `asn1_der_coding'
  105. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  106. (.text+0x69e): undefined reference to `asn1_der_coding'
  107. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  108. (.text+0x6f7): undefined reference to `asn1_delete_structure'
  109. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_export_pkcs3':
  110. (.text+0x7dd): undefined reference to `asn1_delete_structure'
  111. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  112. (.text+0x8ae): undefined reference to `asn1_create_element'
  113. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  114. (.text+0x937): undefined reference to `asn1_der_decoding'
  115. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  116. (.text+0x99f): undefined reference to `asn1_delete_structure'
  117. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  118. (.text+0xa0d): undefined reference to `asn1_delete_structure'
  119. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  120. (.text+0xa54): undefined reference to `asn1_delete_structure'
  121. /usr/lib/libgnutls.a(gnutls_dh_primes.o): In function `gnutls_dh_params_import_pkcs3':
  122. (.text+0xae4): undefined reference to `asn1_delete_structure'
  123. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_init':
  124. (.text+0x56): undefined reference to `asn1_create_element'
  125. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_deinit':
  126. (.text+0xf8): undefined reference to `asn1_delete_structure'
  127. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_purpose_oid':
  128. (.text+0x1db): undefined reference to `asn1_create_element'
  129. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_purpose_oid':
  130. (.text+0x278): undefined reference to `asn1_der_decoding'
  131. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_purpose_oid':
  132. (.text+0x2d7): undefined reference to `asn1_delete_structure'
  133. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_purpose_oid':
  134. (.text+0x3a3): undefined reference to `asn1_read_value'
  135. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_purpose_oid':
  136. (.text+0x3bb): undefined reference to `asn1_delete_structure'
  137. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_extension_data':
  138. (.text+0x4ce): undefined reference to `asn1_read_value'
  139. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_extension_info':
  140. (.text+0x5fe): undefined reference to `asn1_read_value'
  141. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_extension_info':
  142. (.text+0x6fe): undefined reference to `asn1_read_value'
  143. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_authority_key_id':
  144. (.text+0x845): undefined reference to `asn1_create_element'
  145. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_authority_key_id':
  146. (.text+0x8dd): undefined reference to `asn1_der_decoding'
  147. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_authority_key_id':
  148. (.text+0x939): undefined reference to `asn1_delete_structure'
  149. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_authority_key_id':
  150. (.text+0x9df): undefined reference to `asn1_read_value'
  151. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_authority_key_id':
  152. (.text+0x9f4): undefined reference to `asn1_delete_structure'
  153. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject_key_id':
  154. (.text+0xb45): undefined reference to `asn1_create_element'
  155. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject_key_id':
  156. (.text+0xbdd): undefined reference to `asn1_der_decoding'
  157. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject_key_id':
  158. (.text+0xc39): undefined reference to `asn1_delete_structure'
  159. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject_key_id':
  160. (.text+0xcdf): undefined reference to `asn1_read_value'
  161. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject_key_id':
  162. (.text+0xcf4): undefined reference to `asn1_delete_structure'
  163. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_serial':
  164. (.text+0xdd7): undefined reference to `asn1_read_value'
  165. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_version':
  166. (.text+0xeb3): undefined reference to `asn1_read_value'
  167. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_signature':
  168. (.text+0xfab): undefined reference to `asn1_read_value'
  169. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_signature':
  170. (.text+0x1043): undefined reference to `asn1_read_value'
  171. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_fingerprint':
  172. (.text+0x13b4): undefined reference to `asn1_der_coding'
  173. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_fingerprint':
  174. (.text+0x13f0): undefined reference to `asn1_der_coding'
  175. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_issuer':
  176. (.text+0x1595): undefined reference to `asn1_find_node'
  177. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_subject':
  178. (.text+0x15d5): undefined reference to `asn1_find_node'
  179. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  180. (.text+0x164c): undefined reference to `asn1_find_node'
  181. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  182. (.text+0x1686): undefined reference to `asn1_find_node'
  183. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  184. (.text+0x16cc): undefined reference to `asn1_find_node'
  185. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  186. (.text+0x16f3): undefined reference to `asn1_get_length_der'
  187. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  188. (.text+0x172f): undefined reference to `asn1_get_tag_der'
  189. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_dn_get_rdn_ava':
  190. (.text+0x17a9): undefined reference to `asn1_get_length_der'
  191. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_x509_crt_get_raw_dn2':
  192. (.text+0x1931): undefined reference to `asn1_create_element'
  193. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_x509_crt_get_raw_dn2':
  194. (.text+0x19d2): undefined reference to `asn1_der_decoding'
  195. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_x509_crt_get_raw_dn2':
  196. (.text+0x1a17): undefined reference to `asn1_delete_structure'
  197. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_x509_crt_get_raw_dn2':
  198. (.text+0x1a29): undefined reference to `asn1_delete_structure'
  199. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_x509_crt_get_raw_dn2':
  200. (.text+0x1ab2): undefined reference to `asn1_der_decoding_startEnd'
  201. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  202. (.text+0x2676): undefined reference to `asn1_read_value'
  203. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  204. (.text+0x2856): undefined reference to `asn1_read_value'
  205. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  206. (.text+0x2905): undefined reference to `asn1_read_value'
  207. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  208. (.text+0x2a6b): undefined reference to `asn1_read_value'
  209. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  210. (.text+0x2b08): undefined reference to `asn1_create_element'
  211. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  212. (.text+0x2bdc): undefined reference to `asn1_der_decoding'
  213. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  214. (.text+0x2c1d): undefined reference to `asn1_delete_structure'
  215. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  216. (.text+0x2c50): undefined reference to `asn1_read_value'
  217. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  218. (.text+0x2c91): undefined reference to `asn1_delete_structure'
  219. /usr/lib/libgnutls.a(x509.o): In function `_gnutls_parse_general_name':
  220. (.text+0x2cb1): undefined reference to `asn1_delete_structure'
  221. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  222. (.text+0x2df8): undefined reference to `asn1_create_element'
  223. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  224. (.text+0x2eb0): undefined reference to `asn1_der_decoding'
  225. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  226. (.text+0x2f0b): undefined reference to `asn1_delete_structure'
  227. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  228. (.text+0x2fd3): undefined reference to `asn1_read_value'
  229. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  230. (.text+0x3027): undefined reference to `asn1_delete_structure'
  231. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_crl_dist_points':
  232. (.text+0x30ca): undefined reference to `asn1_delete_structure'
  233. /usr/lib/libgnutls.a(x509.o): In function `get_subject_alt_name':
  234. (.text+0x3197): undefined reference to `asn1_create_element'
  235. /usr/lib/libgnutls.a(x509.o): In function `get_subject_alt_name':
  236. (.text+0x322d): undefined reference to `asn1_der_decoding'
  237. /usr/lib/libgnutls.a(x509.o): In function `get_subject_alt_name':
  238. (.text+0x3285): undefined reference to `asn1_delete_structure'
  239. /usr/lib/libgnutls.a(x509.o): In function `get_subject_alt_name':
  240. (.text+0x32e1): undefined reference to `asn1_delete_structure'
  241. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_id':
  242. (.text+0x3bd8): undefined reference to `asn1_der_coding'
  243. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_get_key_id':
  244. (.text+0x3ca6): undefined reference to `asn1_der_coding'
  245. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_import':
  246. (.text+0x44a8): undefined reference to `asn1_delete_structure'
  247. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_import':
  248. (.text+0x44c6): undefined reference to `asn1_create_element'
  249. /usr/lib/libgnutls.a(x509.o): In function `gnutls_x509_crt_import':
  250. (.text+0x44e8): undefined reference to `asn1_der_decoding'
  251. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  252. (.text+0x2d9): undefined reference to `asn1_create_element'
  253. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  254. (.text+0x351): undefined reference to `asn1_der_decoding'
  255. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  256. (.text+0x392): undefined reference to `asn1_delete_structure'
  257. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  258. (.text+0x3d5): undefined reference to `asn1_read_value'
  259. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  260. (.text+0x442): undefined reference to `asn1_read_value'
  261. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  262. (.text+0x486): undefined reference to `asn1_read_value'
  263. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  264. (.text+0x4b0): undefined reference to `asn1_delete_structure'
  265. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  266. (.text+0x4f2): undefined reference to `asn1_delete_structure'
  267. /usr/lib/libgnutls.a(verify.o): In function `decode_ber_digest_info':
  268. (.text+0x55d): undefined reference to `asn1_delete_structure'
  269. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_uint32':
  270. (.text+0x3f): undefined reference to `asn1_write_value'
  271. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_uint':
  272. (.text+0xd1): undefined reference to `asn1_read_value'
  273. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_uint':
  274. (.text+0x154): undefined reference to `asn1_read_value'
  275. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_dsa_public_key':
  276. (.text+0x35e): undefined reference to `asn1_delete_structure'
  277. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_dsa_public_key':
  278. (.text+0x398): undefined reference to `asn1_create_element'
  279. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_dsa_public_key':
  280. (.text+0x4b4): undefined reference to `asn1_delete_structure'
  281. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_dsa_params':
  282. (.text+0x539): undefined reference to `asn1_delete_structure'
  283. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_dsa_params':
  284. (.text+0x570): undefined reference to `asn1_create_element'
  285. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_rsa_params':
  286. (.text+0x7bb): undefined reference to `asn1_create_element'
  287. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_rsa_params':
  288. (.text+0x85f): undefined reference to `asn1_delete_structure'
  289. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_rsa_params':
  290. (.text+0x94f): undefined reference to `asn1_delete_structure'
  291. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_sig_params':
  292. (.text+0x9df): undefined reference to `asn1_write_value'
  293. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_write_sig_params':
  294. (.text+0xa89): undefined reference to `asn1_write_value'
  295. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_der_int':
  296. (.text+0xb4e): undefined reference to `asn1_create_element'
  297. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_der_int':
  298. (.text+0xbba): undefined reference to `asn1_der_decoding'
  299. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_der_int':
  300. (.text+0xbfb): undefined reference to `asn1_delete_structure'
  301. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_der_int':
  302. (.text+0xc2e): undefined reference to `asn1_delete_structure'
  303. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_der_int':
  304. (.text+0xc77): undefined reference to `asn1_delete_structure'
  305. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  306. (.text+0xd11): undefined reference to `asn1_create_element'
  307. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  308. (.text+0xd82): undefined reference to `asn1_der_decoding'
  309. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  310. (.text+0xdcc): undefined reference to `asn1_delete_structure'
  311. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  312. (.text+0xe48): undefined reference to `asn1_delete_structure'
  313. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  314. (.text+0xe8c): undefined reference to `asn1_delete_structure'
  315. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  316. (.text+0xed1): undefined reference to `asn1_delete_structure'
  317. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_dsa_params':
  318. (.text+0xf1e): undefined reference to `asn1_delete_structure'
  319. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_rsa_params':
  320. (.text+0xf81): undefined reference to `asn1_create_element'
  321. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_rsa_params':
  322. (.text+0xff2): undefined reference to `asn1_der_decoding'
  323. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_rsa_params':
  324. (.text+0x103c): undefined reference to `asn1_delete_structure'
  325. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_rsa_params':
  326. (.text+0x1091): undefined reference to `asn1_delete_structure'
  327. /usr/lib/libgnutls.a(mpi.o): In function `_gnutls_x509_read_rsa_params':
  328. (.text+0x10d3): undefined reference to `asn1_delete_structure'
  329. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  330. (.text+0x217): undefined reference to `asn1_delete_structure'
  331. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  332. (.text+0x241): undefined reference to `asn1_create_element'
  333. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  334. (.text+0x29c): undefined reference to `asn1_delete_structure'
  335. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  336. (.text+0x2d6): undefined reference to `asn1_write_value'
  337. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  338. (.text+0x3b6): undefined reference to `asn1_write_value'
  339. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  340. (.text+0x3fb): undefined reference to `asn1_write_value'
  341. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  342. (.text+0x471): undefined reference to `asn1_write_value'
  343. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_dsa':
  344. (.text+0x4b1): undefined reference to `asn1_write_value'
  345. /usr/lib/libgnutls.a(privkey.o):(.text+0x507): more undefined references to `asn1_write_value' follow
  346. /usr/lib/libgnutls.a(privkey.o): In function `gnutls_x509_privkey_deinit':
  347. (.text+0x5a2): undefined reference to `asn1_delete_structure'
  348. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_rsa':
  349. (.text+0x750): undefined reference to `asn1_delete_structure'
  350. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_rsa':
  351. (.text+0xa71): undefined reference to `asn1_delete_structure'
  352. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_rsa':
  353. (.text+0xaa1): undefined reference to `asn1_create_element'
  354. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_rsa':
  355. (.text+0xc93): undefined reference to `asn1_write_value'
  356. /usr/lib/libgnutls.a(privkey.o): In function `_gnutls_asn1_encode_rsa':
Add Comment
Please, Sign In to add comment