Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 451280 Details for
Bug 597954
sci-geosciences/grass-7.0.4 : Error: x86_64-pc-linux-gnu-gcc -E -I/var/tmp/portage/sci-geosciences/grass-7.0.4/work/grass-7.0.4/dist.x86_64-pc-linux-gnu/include -I/.../include -D__GLIBC_HAVE_LONG_LONG: /.../nviz.h:28:4: error: #error Unsupported pla
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 23.70 KB, created by
Toralf Förster
on 2016-10-24 07:22:54 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-10-24 07:22:54 UTC
Size:
23.70 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:747: checking host system type >configure:770: checking for gcc >configure:874: checking whether the C compiler (gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed) works >configure:890: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:887:1: warning: return type defaults to 'int' [-Wimplicit-int] > main(){return(0);} > ^~~~ >configure:916: checking whether the C compiler (gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler >configure:921: checking whether we are using GNU C >configure:928: gcc -E conftest.c >configure:946: checking whether gcc accepts -g >configure:975: checking for Cygwin environment >configure:989: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure: In function 'main': >configure:983:20: error: '__CYGWIN32__' undeclared (first use in this function) > #define __CYGWIN__ __CYGWIN32__ > ^ >configure:985:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^~~~~~~~~~ >configure:983:20: note: each undeclared identifier is reported only once for each function it appears in > #define __CYGWIN__ __CYGWIN32__ > ^ >configure:985:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^~~~~~~~~~ >configure: failed program was: >#line 978 "configure" >#include "confdefs.h" > >int main() { > >#ifndef __CYGWIN__ >#define __CYGWIN__ __CYGWIN32__ >#endif >return __CYGWIN__; >; return 0; } >configure:1005: checking for mingw32 environment >configure:1015: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure: In function 'main': >configure:1011:8: error: '__MINGW32__' undeclared (first use in this function) > return __MINGW32__; > ^~~~~~~~~~~ >configure:1011:8: note: each undeclared identifier is reported only once for each function it appears in >configure: failed program was: >#line 1008 "configure" >#include "confdefs.h" > >int main() { >return __MINGW32__; >; return 0; } >configure:1033: checking for executable suffix >configure:1052: checking for full floating-point support >configure:1098: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:1169: checking for pwd >configure:1207: checking for source directory >configure:1218: checking for build directory >configure:1286: checking for svnversion >configure:1345: checking for MacOSX App >configure:1357: checking for MacOSX architectures >configure:1386: checking for MacOSX SDK >configure:1440: checking how to build libraries >configure:2310: checking for additional include dirs >configure:2333: checking for additional library dirs >configure:2367: checking for a BSD compatible install >configure:2420: checking for flex >configure:2451: checking for yywrap in -lfl >configure:2468: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lfl 1>&5 >configure:2533: checking for bison >configure:2602: checking for ranlib >configure:2631: checking for ar >configure:2662: checking for env >configure:2691: checking for perl >configure:2722: checking how to run the C preprocessor >configure:2741: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2799: checking for ANSI C header files >configure:2810: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2877: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure: In function 'main': >configure:2872:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); > ^~~~ >configure:2872:67: warning: incompatible implicit declaration of built-in function 'exit' >configure:2872:67: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:2873:1: warning: incompatible implicit declaration of built-in function 'exit' > exit (0); } > ^~~~ >configure:2873:1: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:2904: checking for limits.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for termio.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for termios.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for unistd.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for values.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for f2c.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2904: checking for g2c.h >configure:2912: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2908:17: fatal error: g2c.h: No such file or directory > #include <$ac_hdr> > ^ >compilation terminated. >configure: failed program was: >#line 2907 "configure" >#include "confdefs.h" >#include <g2c.h> >configure:2941: checking for sys/ioctl.h >configure:2949: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2941: checking for sys/mtio.h >configure:2949: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2941: checking for sys/resource.h >configure:2949: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2941: checking for sys/time.h >configure:2949: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2978: checking for sys/timeb.h >configure:2986: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2978: checking for sys/types.h >configure:2986: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2978: checking for sys/utsname.h >configure:2986: gcc -E conftest.c >/dev/null 2>conftest.out >configure:3015: checking for libintl.h >configure:3023: gcc -E conftest.c >/dev/null 2>conftest.out >configure:3015: checking for iconv.h >configure:3023: gcc -E conftest.c >/dev/null 2>conftest.out >configure:3052: checking for langinfo.h >configure:3060: gcc -E conftest.c >/dev/null 2>conftest.out >configure:3086: checking whether time.h and sys/time.h may both be included >configure:3098: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:3118: checking for off_t >configure:3148: checking for uid_t in sys/types.h >configure:3179: checking return type of signal handlers >configure:3199: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:3217: checking for Cygwin environment >configure:3231: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure: In function 'main': >configure:3225:20: error: '__CYGWIN32__' undeclared (first use in this function) > #define __CYGWIN__ __CYGWIN32__ > ^ >configure:3227:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^~~~~~~~~~ >configure:3225:20: note: each undeclared identifier is reported only once for each function it appears in > #define __CYGWIN__ __CYGWIN32__ > ^ >configure:3227:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^~~~~~~~~~ >configure: failed program was: >#line 3220 "configure" >#include "confdefs.h" > >int main() { > >#ifndef __CYGWIN__ >#define __CYGWIN__ __CYGWIN32__ >#endif >return __CYGWIN__; >; return 0; } >configure:3249: checking for ftime >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for gethostname >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for gettimeofday >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for lseek >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for nice >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for time >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3249: checking for uname >configure:3275: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3301: checking for seteuid >configure:3327: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3301: checking for setpriority >configure:3327: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3301: checking for setreuid >configure:3327: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3301: checking for setruid >configure:3327: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >/var/tmp/portage/sci-geosciences/grass-7.0.4/temp/ccJ6StDY.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `setruid' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 3304 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setruid(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char setruid(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_setruid) || defined (__stub___setruid) >choke me >#else >setruid(); >#endif > >; return 0; } >configure:3353: checking for drand48 >configure:3379: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3405: checking for putenv >configure:3431: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3405: checking for setenv >configure:3431: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3457: checking for nanosleep >configure:3483: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3508: checking whether setpgrp takes no argument >configure:3534: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:3524:1: warning: return type defaults to 'int' [-Wimplicit-int] > main() > ^~~~ >configure: In function 'main': >configure:3526:9: error: too many arguments to function 'setpgrp' > if (setpgrp(1,1) == -1) > ^~~~~~~ >In file included from configure:3517:0: >/usr/include/unistd.h:663:12: note: declared here > extern int setpgrp (void) __THROW; > ^~~~~~~ >configure:3527:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > exit(0); > ^~~~ >configure:3527:2: warning: incompatible implicit declaration of built-in function 'exit' >configure:3527:2: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:3529:2: warning: incompatible implicit declaration of built-in function 'exit' > exit(1); > ^~~~ >configure:3529:2: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure: failed program was: >#line 3514 "configure" >#include "confdefs.h" > >#ifdef HAVE_UNISTD_H >#include <unistd.h> >#endif > >/* > * If this system has a BSD-style setpgrp, which takes arguments, exit > * successfully. > */ >main() >{ > if (setpgrp(1,1) == -1) > exit(0); > else > exit(1); >} > >configure:3562: checking for long long int >configure:3571: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:3591: checking for W11 >configure:3619: checking for X >configure:4429: checking for library containing cuserid >configure:4445: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:4493: checking for asprintf >configure:4519: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:4546: checking for atan >configure:4572: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:4556:6: warning: conflicting types for built-in function 'atan' > char atan(); > ^~~~ >/var/tmp/portage/sci-geosciences/grass-7.0.4/temp/ccqxvOTx.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `atan' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 4549 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char atan(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char atan(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_atan) || defined (__stub___atan) >choke me >#else >atan(); >#endif > >; return 0; } >configure:4590: checking for atan in -lm >configure:4607: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lm 1>&5 >configure:4600:6: warning: conflicting types for built-in function 'atan' > char atan(); > ^~~~ >configure:4634: checking for dlsym >configure:4660: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >/var/tmp/portage/sci-geosciences/grass-7.0.4/temp/ccrHy1cI.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `dlsym' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 4637 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char dlsym(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dlsym(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_dlsym) || defined (__stub___dlsym) >choke me >#else >dlsym(); >#endif > >; return 0; } >configure:4678: checking for dlsym in -ldl >configure:4695: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -ldl 1>&5 >configure:4722: checking for iconv >configure:4748: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:4972: checking for socket >configure:4998: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:5081: checking for location of zlib includes >configure:5107: checking for zlib.h >configure:5115: gcc -E conftest.c >/dev/null 2>conftest.out >configure:5149: checking for location of zlib library >configure:5174: checking for deflate in -lz >configure:5191: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lz 1>&5 >configure:5239: checking for location of External PROJ.4 includes >configure:5265: checking for proj_api.h >configure:5273: gcc -E -I/usr/include/libprojectM conftest.c >/dev/null 2>conftest.out >configure:5310: checking External PROJ.4 version >configure:5330: gcc -o conftest -march=native -O2 -pipe -I/usr/include/libprojectM -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:5355: checking for location of External PROJ.4 library >configure:5380: checking for pj_get_def in -lproj >configure:5397: gcc -o conftest -march=native -O2 -pipe -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lproj 1>&5 >configure:5431: checking for location of External PROJ.4 data files >configure:5462: checking for /usr/share/proj//epsg >configure:5494: checking for nad2bin >configure:5534: checking whether to use regex >configure:5554: checking for location of regex includes >configure:5580: checking for regex.h >configure:5588: gcc -E conftest.c >/dev/null 2>conftest.out >configure:5622: checking for location of regex library >configure:5647: checking for regcomp >configure:5673: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:5767: checking whether to use Readline >configure:5788: checking for location of Readline includes >configure:5814: checking for readline/readline.h >configure:5822: gcc -E conftest.c >/dev/null 2>conftest.out >configure:5858: checking for readline/history.h >configure:5866: gcc -E conftest.c >/dev/null 2>conftest.out >configure:5900: checking for location of Readline library >configure:5925: checking for readline in -lreadline >configure:5942: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lreadline 1>&5 >configure:5977: checking for add_history in -lhistory >configure:5994: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lhistory 1>&5 >configure:6036: checking whether to use GDAL >configure:6054: checking for gdal-config >configure:6116: gcc -o conftest -march=native -O2 -pipe -I/usr/include/gdal -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -L/usr/lib64 -lgdal 1>&5 >configure: In function 'main': >configure:6112:1: warning: ignoring return value of 'GDALOpen', declared with attribute warn_unused_result [-Wunused-result] > GDALOpen("foo", GA_ReadOnly); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >configure:6164: checking whether to use libLAS >configure:6286: checking whether to use NetCDF >configure:6403: checking whether to use GEOS >configure:6577: checking whether to use TIFF >configure:7063: checking whether to use PNG >configure:7234: checking whether to use PostgreSQL >configure:7643: checking whether to use MySQL >configure:7663: checking for location of MySQL includes >configure:7689: checking for mysql.h >configure:7697: gcc -E -I/usr/include/mysql conftest.c >/dev/null 2>conftest.out >configure:7734: checking for location of MySQL library >configure:7765: checking for mysql_query in -lmysqlclient >configure:7782: gcc -o conftest -march=native -O2 -pipe -L/usr/lib64/mysql -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lmysqlclient 1>&5 >configure:8124: checking for mysql_config >configure:8173: checking for mysql_server_init >configure:8202: g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.C -L/usr/lib64 -lmysqld 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmysqld >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 8176 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char mysql_server_init(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char mysql_server_init(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_mysql_server_init) || defined (__stub___mysql_server_init) >choke me >#else >mysql_server_init(); >#endif > >; return 0; } >configure:8254: checking whether to use SQLite >configure:8580: checking whether to use OpenGL >configure:9523: checking whether to use ODBC >configure:9780: checking whether to use FFTW >configure:10134: checking whether to use BLAS >configure:10745: checking whether to use LAPACK >configure:11067: checking whether to use Cairo >configure:11392: checking whether to use FreeType >configure:11562: checking whether to use NLS >configure:11582: checking for gettext >configure:11608: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:11592:6: warning: conflicting types for built-in function 'gettext' > char gettext(); > ^~~~~~~ >configure:11678: checking whether to use C++ >configure:11694: checking for c++ >configure:11723: checking whether the C++ compiler (c++ -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic) works >configure:11739: c++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.C 1>&5 >configure:11765: checking whether the C++ compiler (c++ -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic) is a cross-compiler >configure:11770: checking whether we are using GNU C++ >configure:11777: c++ -E conftest.C >configure:11795: checking whether c++ accepts -g >configure:11836: checking whether to use openDWG >configure:11965: checking whether to use POSIX threads >configure:12198: checking whether to use OpenMP >configure:12219: checking for location of OpenMP includes >configure:12245: checking for omp.h >configure:12253: gcc -E conftest.c >/dev/null 2>conftest.out >configure:12291: checking for location of OpenMP library >configure:12316: checking for GOMP_parallel_start >configure:12342: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >/var/tmp/portage/sci-geosciences/grass-7.0.4/temp/ccL5ZVNU.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `GOMP_parallel_start' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12319 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char GOMP_parallel_start(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char GOMP_parallel_start(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_GOMP_parallel_start) || defined (__stub___GOMP_parallel_start) >choke me >#else >GOMP_parallel_start(); >#endif > >; return 0; } >configure:12369: checking for GOMP_parallel_start in -lgomp >configure:12386: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -lgomp 1>&5 >configure:12459: checking whether to use OpenCL >configure:12761: checking for special C compiler options needed for large files >configure:12837: checking for _FILE_OFFSET_BITS value needed for large files >configure:12857: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:12908: checking for _LARGE_FILES value needed for large files >configure:12928: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:12979: checking for _LARGEFILE_SOURCE value needed for large files >configure:12990: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:13038: checking for _LARGEFILE_SOURCE value needed for large files >configure:13049: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:13095: checking for fseeko >configure:13106: gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c 1>&5 >configure:13123: checking if system supports Large Files at all >configure:13158: gcc -c -march=native -O2 -pipe conftest.c 1>&5 >configure:13189: checking whether to use wxWidgets
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 597954
: 451280 |
451282
|
451284
|
451286