Advertisement
leonidasliakos

./src/grass-7.0.5/config.log

Dec 6th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 29.83 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:747: checking host system type
  5. configure:770: checking for gcc
  6. configure:874: checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro) works
  7. configure:890: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  1>&5
  8. configure:887:1: warning: return type defaults to 'int' [-Wimplicit-int]
  9.  main(){return(0);}
  10.  ^~~~
  11. configure:916: checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler
  12. configure:921: checking whether we are using GNU C
  13. configure:928: gcc -E conftest.c
  14. configure:946: checking whether gcc accepts -g
  15. configure:975: checking for Cygwin environment
  16. configure:989: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  17. configure: In function 'main':
  18. configure:983:20: error: '__CYGWIN32__' undeclared (first use in this function)
  19.  #define __CYGWIN__ __CYGWIN32__
  20.                     ^
  21. configure:985:8: note: in expansion of macro '__CYGWIN__'
  22.  return __CYGWIN__;
  23.         ^~~~~~~~~~
  24. configure:983:20: note: each undeclared identifier is reported only once for each function it appears in
  25.  #define __CYGWIN__ __CYGWIN32__
  26.                     ^
  27. configure:985:8: note: in expansion of macro '__CYGWIN__'
  28.  return __CYGWIN__;
  29.         ^~~~~~~~~~
  30. configure: failed program was:
  31. #line 978 "configure"
  32. #include "confdefs.h"
  33.  
  34. int main() {
  35.  
  36. #ifndef __CYGWIN__
  37. #define __CYGWIN__ __CYGWIN32__
  38. #endif
  39. return __CYGWIN__;
  40. ; return 0; }
  41. configure:1005: checking for mingw32 environment
  42. configure:1015: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  43. configure: In function 'main':
  44. configure:1011:8: error: '__MINGW32__' undeclared (first use in this function)
  45.  return __MINGW32__;
  46.         ^~~~~~~~~~~
  47. configure:1011:8: note: each undeclared identifier is reported only once for each function it appears in
  48. configure: failed program was:
  49. #line 1008 "configure"
  50. #include "confdefs.h"
  51.  
  52. int main() {
  53. return __MINGW32__;
  54. ; return 0; }
  55. configure:1033: checking for executable suffix
  56. configure:1052: checking for full floating-point support
  57. configure:1098: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  1>&5
  58. configure:1169: checking for pwd
  59. configure:1207: checking for source directory
  60. configure:1218: checking for build directory
  61. configure:1286: checking for svnversion
  62. configure:1345: checking for MacOSX App
  63. configure:1357: checking for MacOSX architectures
  64. configure:1386: checking for MacOSX SDK
  65. configure:1440: checking how to build libraries
  66. configure:2310: checking for additional include dirs
  67. configure:2333: checking for additional library dirs
  68. configure:2367: checking for a BSD compatible install
  69. configure:2420: checking for flex
  70. configure:2451: checking for yywrap in -lfl
  71. configure:2468: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lfl   1>&5
  72. /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libfl.so: undefined reference to `yylex'
  73. collect2: error: ld returned 1 exit status
  74. configure: failed program was:
  75. #line 2457 "configure"
  76. #include "confdefs.h"
  77. /* Override any gcc2 internal prototype to avoid an error.  */
  78. /* We use char because int might match the return type of a gcc2
  79.    builtin and then its argument prototype would still apply.  */
  80. char yywrap();
  81.  
  82. int main() {
  83. yywrap()
  84. ; return 0; }
  85. configure:2533: checking for bison
  86. configure:2602: checking for ranlib
  87. configure:2631: checking for ar
  88. configure:2662: checking for env
  89. configure:2691: checking for perl
  90. configure:2722: checking how to run the C preprocessor
  91. configure:2799: checking for ANSI C header files
  92. configure:2810: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  93. configure:2877: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  94. configure: In function 'main':
  95. configure:2872:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  96. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  97.                                                                   ^~~~
  98. configure:2872:67: warning: incompatible implicit declaration of built-in function 'exit'
  99. configure:2872:67: note: include '<stdlib.h>' or provide a declaration of 'exit'
  100. configure:2873:1: warning: incompatible implicit declaration of built-in function 'exit'
  101. exit (0); }
  102. ^~~~
  103. configure:2873:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  104. configure:2904: checking for limits.h
  105. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  106. configure:2904: checking for termio.h
  107. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  108. configure:2904: checking for termios.h
  109. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  110. configure:2904: checking for unistd.h
  111. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  112. configure:2904: checking for values.h
  113. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  114. configure:2904: checking for f2c.h
  115. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  116. configure:2908:17: fatal error: f2c.h: No such file or directory
  117. #include <$ac_hdr>
  118.                 ^
  119. compilation terminated.
  120. configure: failed program was:
  121. #line 2907 "configure"
  122. #include "confdefs.h"
  123. #include <f2c.h>
  124. configure:2904: checking for g2c.h
  125. configure:2912: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  126. configure:2908:17: fatal error: g2c.h: No such file or directory
  127. #include <$ac_hdr>
  128.                 ^
  129. compilation terminated.
  130. configure: failed program was:
  131. #line 2907 "configure"
  132. #include "confdefs.h"
  133. #include <g2c.h>
  134. configure:2941: checking for sys/ioctl.h
  135. configure:2949: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  136. configure:2941: checking for sys/mtio.h
  137. configure:2949: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  138. configure:2941: checking for sys/resource.h
  139. configure:2949: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  140. configure:2941: checking for sys/time.h
  141. configure:2949: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  142. configure:2978: checking for sys/timeb.h
  143. configure:2986: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  144. configure:2978: checking for sys/types.h
  145. configure:2986: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  146. configure:2978: checking for sys/utsname.h
  147. configure:2986: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  148. configure:3015: checking for libintl.h
  149. configure:3023: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  150. configure:3015: checking for iconv.h
  151. configure:3023: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  152. configure:3052: checking for langinfo.h
  153. configure:3060: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  154. configure:3086: checking whether time.h and sys/time.h may both be included
  155. configure:3098: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  156. configure:3118: checking for off_t
  157. configure:3148: checking for uid_t in sys/types.h
  158. configure:3179: checking return type of signal handlers
  159. configure:3199: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  160. configure:3217: checking for Cygwin environment
  161. configure:3231: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  162. configure: In function 'main':
  163. configure:3225:20: error: '__CYGWIN32__' undeclared (first use in this function)
  164. #define __CYGWIN__ __CYGWIN32__
  165.                    ^
  166. configure:3227:8: note: in expansion of macro '__CYGWIN__'
  167. return __CYGWIN__;
  168.        ^~~~~~~~~~
  169. configure:3225:20: note: each undeclared identifier is reported only once for each function it appears in
  170. #define __CYGWIN__ __CYGWIN32__
  171.                    ^
  172. configure:3227:8: note: in expansion of macro '__CYGWIN__'
  173. return __CYGWIN__;
  174.        ^~~~~~~~~~
  175. configure: failed program was:
  176. #line 3220 "configure"
  177. #include "confdefs.h"
  178.  
  179. int main() {
  180.  
  181. #ifndef __CYGWIN__
  182. #define __CYGWIN__ __CYGWIN32__
  183. #endif
  184. return __CYGWIN__;
  185. ; return 0; }
  186. configure:3249: checking for ftime
  187. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  188. configure:3249: checking for gethostname
  189. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  190. configure:3249: checking for gettimeofday
  191. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  192. configure:3249: checking for lseek
  193. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  194. configure:3249: checking for nice
  195. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  196. configure:3249: checking for time
  197. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  198. configure:3249: checking for uname
  199. configure:3275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  200. configure:3301: checking for seteuid
  201. configure:3327: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  202. configure:3301: checking for setpriority
  203. configure:3327: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  204. configure:3301: checking for setreuid
  205. configure:3327: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  206. configure:3301: checking for setruid
  207. configure:3327: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  208. /tmp/ccwAj00G.o: In function `main':
  209. conftest.c:(.text.startup+0x7): undefined reference to `setruid'
  210. collect2: error: ld returned 1 exit status
  211. configure: failed program was:
  212. #line 3304 "configure"
  213. #include "confdefs.h"
  214. /* System header to define __stub macros and hopefully few prototypes,
  215.    which can conflict with char setruid(); below.  */
  216. #include <assert.h>
  217. /* Override any gcc2 internal prototype to avoid an error.  */
  218. /* We use char because int might match the return type of a gcc2
  219.    builtin and then its argument prototype would still apply.  */
  220. char setruid();
  221.  
  222. int main() {
  223.  
  224. /* The GNU C library defines this for functions which it implements
  225.    to always fail with ENOSYS.  Some functions are actually named
  226.    something starting with __ and the normal name is an alias.  */
  227. #if defined (__stub_setruid) || defined (__stub___setruid)
  228. choke me
  229. #else
  230. setruid();
  231. #endif
  232.  
  233. ; return 0; }
  234. configure:3353: checking for drand48
  235. configure:3379: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  236. configure:3405: checking for putenv
  237. configure:3431: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  238. configure:3405: checking for setenv
  239. configure:3431: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  240. configure:3457: checking for nanosleep
  241. configure:3483: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  242. configure:3508: checking whether setpgrp takes no argument
  243. configure:3534: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  244. configure:3524:1: warning: return type defaults to 'int' [-Wimplicit-int]
  245. main()
  246. ^~~~
  247. configure: In function 'main':
  248. configure:3526:9: error: too many arguments to function 'setpgrp'
  249.     if (setpgrp(1,1) == -1)
  250.         ^~~~~~~
  251. In file included from configure:3517:0:
  252. /usr/include/unistd.h:663:12: note: declared here
  253. extern int setpgrp (void) __THROW;
  254.            ^~~~~~~
  255. configure:3527:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  256.  exit(0);
  257.  ^~~~
  258. configure:3527:2: warning: incompatible implicit declaration of built-in function 'exit'
  259. configure:3527:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
  260. configure:3529:2: warning: incompatible implicit declaration of built-in function 'exit'
  261.  exit(1);
  262.  ^~~~
  263. configure:3529:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
  264. configure: failed program was:
  265. #line 3514 "configure"
  266. #include "confdefs.h"
  267.  
  268. #ifdef HAVE_UNISTD_H
  269. #include <unistd.h>
  270. #endif
  271.  
  272. /*
  273. * If this system has a BSD-style setpgrp, which takes arguments, exit
  274. * successfully.
  275. */
  276. main()
  277. {
  278.    if (setpgrp(1,1) == -1)
  279.     exit(0);
  280.    else
  281.     exit(1);
  282. }
  283.  
  284. configure:3562: checking for long long int
  285. configure:3571: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  286. configure:3591: checking for W11
  287. configure:3619: checking for X
  288. configure:3684: gcc -E -w -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  289. configure:3760: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lXt  1>&5
  290. configure: In function 'main':
  291. configure:3756:1: warning: implicit declaration of function 'XtMalloc' [-Wimplicit-function-declaration]
  292. ${x_direct_test_function}()
  293. ^~~~~~~~
  294. configure:3930: checking for dnet_ntoa in -ldnet
  295. configure:3947: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -ldnet   1>&5
  296. /usr/bin/ld: cannot find -ldnet
  297. collect2: error: ld returned 1 exit status
  298. configure: failed program was:
  299. #line 3936 "configure"
  300. #include "confdefs.h"
  301. /* Override any gcc2 internal prototype to avoid an error.  */
  302. /* We use char because int might match the return type of a gcc2
  303.    builtin and then its argument prototype would still apply.  */
  304. char dnet_ntoa();
  305.  
  306. int main() {
  307. dnet_ntoa()
  308. ; return 0; }
  309. configure:3968: checking for dnet_ntoa in -ldnet_stub
  310. configure:3985: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -ldnet_stub   1>&5
  311. /usr/bin/ld: cannot find -ldnet_stub
  312. collect2: error: ld returned 1 exit status
  313. configure: failed program was:
  314. #line 3974 "configure"
  315. #include "confdefs.h"
  316. /* Override any gcc2 internal prototype to avoid an error.  */
  317. /* We use char because int might match the return type of a gcc2
  318.    builtin and then its argument prototype would still apply.  */
  319. char dnet_ntoa();
  320.  
  321. int main() {
  322. dnet_ntoa()
  323. ; return 0; }
  324. configure:4013: checking for gethostbyname
  325. configure:4039: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  326. configure:4105: checking for connect
  327. configure:4131: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  328. configure:4191: checking for remove
  329. configure:4217: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  330. configure:4277: checking for shmat
  331. configure:4303: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  332. configure:4372: checking for IceConnectionNumber in -lICE
  333. configure:4389: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lICE   1>&5
  334. configure:4429: checking for library containing cuserid
  335. configure:4445: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  336. configure:4493: checking for asprintf
  337. configure:4519: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  338. configure:4546: checking for atan
  339. configure:4572: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  340. configure:4556:6: warning: conflicting types for built-in function 'atan'
  341. char atan();
  342.      ^~~~
  343. /tmp/ccWQhlSA.o: In function `main':
  344. conftest.c:(.text.startup+0x7): undefined reference to `atan'
  345. collect2: error: ld returned 1 exit status
  346. configure: failed program was:
  347. #line 4549 "configure"
  348. #include "confdefs.h"
  349. /* System header to define __stub macros and hopefully few prototypes,
  350.    which can conflict with char atan(); below.  */
  351. #include <assert.h>
  352. /* Override any gcc2 internal prototype to avoid an error.  */
  353. /* We use char because int might match the return type of a gcc2
  354.    builtin and then its argument prototype would still apply.  */
  355. char atan();
  356.  
  357. int main() {
  358.  
  359. /* The GNU C library defines this for functions which it implements
  360.    to always fail with ENOSYS.  Some functions are actually named
  361.    something starting with __ and the normal name is an alias.  */
  362. #if defined (__stub_atan) || defined (__stub___atan)
  363. choke me
  364. #else
  365. atan();
  366. #endif
  367.  
  368. ; return 0; }
  369. configure:4590: checking for atan in -lm
  370. configure:4607: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lm   1>&5
  371. configure:4600:6: warning: conflicting types for built-in function 'atan'
  372. char atan();
  373.      ^~~~
  374. configure:4634: checking for dlsym
  375. configure:4660: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  376. /tmp/ccEoqoiE.o: In function `main':
  377. conftest.c:(.text.startup+0x7): undefined reference to `dlsym'
  378. collect2: error: ld returned 1 exit status
  379. configure: failed program was:
  380. #line 4637 "configure"
  381. #include "confdefs.h"
  382. /* System header to define __stub macros and hopefully few prototypes,
  383.    which can conflict with char dlsym(); below.  */
  384. #include <assert.h>
  385. /* Override any gcc2 internal prototype to avoid an error.  */
  386. /* We use char because int might match the return type of a gcc2
  387.    builtin and then its argument prototype would still apply.  */
  388. char dlsym();
  389.  
  390. int main() {
  391.  
  392. /* The GNU C library defines this for functions which it implements
  393.    to always fail with ENOSYS.  Some functions are actually named
  394.    something starting with __ and the normal name is an alias.  */
  395. #if defined (__stub_dlsym) || defined (__stub___dlsym)
  396. choke me
  397. #else
  398. dlsym();
  399. #endif
  400.  
  401. ; return 0; }
  402. configure:4678: checking for dlsym in -ldl
  403. configure:4695: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -ldl   1>&5
  404. configure:4722: checking for iconv
  405. configure:4748: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  406. configure:4972: checking for socket
  407. configure:4998: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  408. configure:5081: checking for location of zlib includes
  409. configure:5107: checking for zlib.h
  410. configure:5115: gcc -E -w  -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  411. configure:5149: checking for location of zlib library
  412. configure:5174: checking for deflate in -lz
  413. configure:5191: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lz   1>&5
  414. configure:5239: checking for location of External PROJ.4 includes
  415. configure:5265: checking for proj_api.h
  416. configure:5273: gcc -E -w  -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  417. configure:5310: checking External PROJ.4 version
  418. configure:5330: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  1>&5
  419. configure:5355: checking for location of External PROJ.4 library
  420. configure:5380: checking for pj_get_def in -lproj
  421. configure:5397: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lproj   1>&5
  422. configure:5431: checking for location of External PROJ.4 data files
  423. configure:5462: checking for /usr/share/proj/epsg
  424. configure:5494: checking for nad2bin
  425. configure:5534: checking whether to use regex
  426. configure:5554: checking for location of regex includes
  427. configure:5580: checking for regex.h
  428. configure:5588: gcc -E -w  -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  429. configure:5622: checking for location of regex library
  430. configure:5647: checking for regcomp
  431. configure:5673: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c    1>&5
  432. configure:5767: checking whether to use Readline
  433. configure:5788: checking for location of Readline includes
  434. configure:5814: checking for readline/readline.h
  435. configure:5822: gcc -E -w  -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  436. configure:5858: checking for readline/history.h
  437. configure:5866: gcc -E -w  -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  438. configure:5900: checking for location of Readline library
  439. configure:5925: checking for readline in -lreadline
  440. configure:5942: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lreadline   1>&5
  441. configure:5977: checking for add_history in -lhistory
  442. configure:5994: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c -lhistory   1>&5
  443. configure:6036: checking whether to use GDAL
  444. configure:6054: checking for gdal-config
  445. configure:6116: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -I/usr/include -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  -L/usr/lib -lgdal 1>&5
  446. configure: In function 'main':
  447. configure:6112:1: warning: ignoring return value of 'GDALOpen', declared with attribute warn_unused_result [-Wunused-result]
  448. GDALOpen("foo", GA_ReadOnly);
  449. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  450. /usr/bin/ld: warning: libmysqlclient.so.18, needed by /usr/lib/libgdal.so, not found (try using -rpath or -rpath-link)
  451. /usr/lib/libgdal.so: undefined reference to `mysql_num_fields@libmysqlclient_18'
  452. /usr/lib/libgdal.so: undefined reference to `mysql_options@libmysqlclient_18'
  453. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_lengths@libmysqlclient_18'
  454. /usr/lib/libgdal.so: undefined reference to `mysql_close@libmysqlclient_18'
  455. /usr/lib/libgdal.so: undefined reference to `mysql_field_count@libmysqlclient_18'
  456. /usr/lib/libgdal.so: undefined reference to `mysql_error@libmysqlclient_18'
  457. /usr/lib/libgdal.so: undefined reference to `mysql_real_connect@libmysqlclient_18'
  458. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_row@libmysqlclient_18'
  459. /usr/lib/libgdal.so: undefined reference to `mysql_init@libmysqlclient_18'
  460. /usr/lib/libgdal.so: undefined reference to `mysql_query@libmysqlclient_18'
  461. /usr/lib/libgdal.so: undefined reference to `mysql_server_end@libmysqlclient_18'
  462. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_field@libmysqlclient_18'
  463. /usr/lib/libgdal.so: undefined reference to `mysql_server_init@libmysqlclient_18'
  464. /usr/lib/libgdal.so: undefined reference to `mysql_insert_id@libmysqlclient_18'
  465. /usr/lib/libgdal.so: undefined reference to `mysql_errno@libmysqlclient_18'
  466. /usr/lib/libgdal.so: undefined reference to `mysql_use_result@libmysqlclient_18'
  467. /usr/lib/libgdal.so: undefined reference to `mysql_free_result@libmysqlclient_18'
  468. /usr/lib/libgdal.so: undefined reference to `mysql_store_result@libmysqlclient_18'
  469. /usr/lib/libgdal.so: undefined reference to `mysql_affected_rows@libmysqlclient_18'
  470. /usr/lib/libgdal.so: undefined reference to `mysql_num_rows@libmysqlclient_18'
  471. /usr/lib/libgdal.so: undefined reference to `mysql_field_seek@libmysqlclient_18'
  472. collect2: error: ld returned 1 exit status
  473. configure: failed program was:
  474. #line 6109 "configure"
  475. #include "confdefs.h"
  476. #include <gdal.h>
  477. int main() {
  478. GDALOpen("foo", GA_ReadOnly);
  479. ; return 0; }
  480. configure:6132: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -I/usr/include -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic conftest.c  -L/usr/lib -lgdal -lpoppler -lfreexl -L/usr/lib -lgeos_c -lexpat -lopenjp2 -lnetcdf -lhdf5 -lgif -ljpeg -lgeotiff -ltiff -lpng -lcfitsio -L/usr/lib -lpq -lz -lpthread -lm -lrt -ldl -lspatialite -lsqlite3 -lpcre -lcurl -lxml2 -lz -llzma -lm -ldl -L/usr/lib -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto 1>&5
  481. configure: In function 'main':
  482. configure:6128:1: warning: ignoring return value of 'GDALOpen', declared with attribute warn_unused_result [-Wunused-result]
  483.  GDALOpen("foo", GA_ReadOnly);
  484.  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  485. /usr/bin/ld: warning: libmysqlclient.so.18, needed by /usr/lib/libgdal.so, not found (try using -rpath or -rpath-link)
  486. /usr/lib/libgdal.so: undefined reference to `mysql_num_fields@libmysqlclient_18'
  487. /usr/lib/libgdal.so: undefined reference to `mysql_options@libmysqlclient_18'
  488. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_lengths@libmysqlclient_18'
  489. /usr/lib/libgdal.so: undefined reference to `mysql_close@libmysqlclient_18'
  490. /usr/lib/libgdal.so: undefined reference to `mysql_field_count@libmysqlclient_18'
  491. /usr/lib/libgdal.so: undefined reference to `mysql_error@libmysqlclient_18'
  492. /usr/lib/libgdal.so: undefined reference to `mysql_real_connect@libmysqlclient_18'
  493. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_row@libmysqlclient_18'
  494. /usr/lib/libgdal.so: undefined reference to `mysql_init@libmysqlclient_18'
  495. /usr/lib/libgdal.so: undefined reference to `mysql_query@libmysqlclient_18'
  496. /usr/lib/libgdal.so: undefined reference to `mysql_server_end@libmysqlclient_18'
  497. /usr/lib/libgdal.so: undefined reference to `mysql_fetch_field@libmysqlclient_18'
  498. /usr/lib/libgdal.so: undefined reference to `mysql_server_init@libmysqlclient_18'
  499. /usr/lib/libgdal.so: undefined reference to `mysql_insert_id@libmysqlclient_18'
  500. /usr/lib/libgdal.so: undefined reference to `mysql_errno@libmysqlclient_18'
  501. /usr/lib/libgdal.so: undefined reference to `mysql_use_result@libmysqlclient_18'
  502. /usr/lib/libgdal.so: undefined reference to `mysql_free_result@libmysqlclient_18'
  503. /usr/lib/libgdal.so: undefined reference to `mysql_store_result@libmysqlclient_18'
  504. /usr/lib/libgdal.so: undefined reference to `mysql_affected_rows@libmysqlclient_18'
  505. /usr/lib/libgdal.so: undefined reference to `mysql_num_rows@libmysqlclient_18'
  506. /usr/lib/libgdal.so: undefined reference to `mysql_field_seek@libmysqlclient_18'
  507. collect2: error: ld returned 1 exit status
  508. configure: failed program was:
  509. #line 6125 "configure"
  510. #include "confdefs.h"
  511. #include <gdal.h>
  512. int main() {
  513. GDALOpen("foo", GA_ReadOnly);
  514. ; return 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement