Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100457 Details for
Bug 152782
scilab-2.7-r3 compile failed.
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), 13.01 KB, created by
Thomas LANOTTE
on 2006-10-25 06:47:33 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Thomas LANOTTE
Created:
2006-10-25 06:47:33 UTC
Size:
13.01 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:958: checking host system type >configure:1321: checking for gcc >configure:1434: checking whether the C compiler (gcc -march=athlon64 -O2 -pipe ) works >configure:1450: gcc -o conftest -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure:1476: checking whether the C compiler (gcc -march=athlon64 -O2 -pipe ) is a cross-compiler >configure:1481: checking whether we are using GNU C >configure:1490: gcc -E conftest.c >configure:1509: checking whether gcc accepts -g >configure:1552: checking for Cygwin environment >configure:1568: gcc -c -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure: In function 'main': >configure:1564: error: '__CYGWIN32__' undeclared (first use in this function) >configure:1564: error: (Each undeclared identifier is reported only once >configure:1564: error: for each function it appears in.) >configure: failed program was: >#line 1557 "configure" >#include "confdefs.h" > >int main() { > >#ifndef __CYGWIN__ >#define __CYGWIN__ __CYGWIN32__ >#endif >return __CYGWIN__; >; return 0; } >configure:1585: checking for mingw32 environment >configure:1597: gcc -c -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure: In function 'main': >configure:1593: error: '__MINGW32__' undeclared (first use in this function) >configure:1593: error: (Each undeclared identifier is reported only once >configure:1593: error: for each function it appears in.) >configure: failed program was: >#line 1590 "configure" >#include "confdefs.h" > >int main() { >return __MINGW32__; >; return 0; } >configure:1614: checking how to run the C preprocessor >configure:1635: gcc -E conftest.c >/dev/null 2>conftest.out >configure:1763: checking build system type >configure:1792: checking for ld used by GCC >configure:1860: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >GNU ld version 2.16.1 >configure:1877: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:1889: checking for BSD-compatible nm >configure:1927: checking whether ln -s works >configure:1948: checking how to recognise dependant libraries >configure:2131: checking for object suffix >configure:2137: gcc -c -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure:2157: checking for executable suffix >configure:2167: gcc -o conftest -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure:2198: checking command to parse /usr/bin/nm -B output >configure:2278: gcc -c -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure:2281: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm >configure:2332: gcc -o conftest -march=athlon64 -O2 -pipe conftest.c conftstm.o 1>&5 >configure:2381: checking for dlfcn.h >configure:2391: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2427: checking for file >configure:2560: checking for ranlib >configure:2627: checking for strip >configure:2872: checking for objdir >configure:2903: checking for gcc option to produce PIC >configure:3055: checking if gcc PIC flag -fPIC works >configure:3069: gcc -c -march=athlon64 -O2 -pipe -fPIC -DPIC conftest.c 1>&5 >configure:3125: checking if gcc static flag -static works >configure:3140: gcc -o conftest -march=athlon64 -O2 -pipe -static conftest.c 1>&5 >configure:3171: checking if gcc supports -c -o file.o >configure:3190: gcc -c -march=athlon64 -O2 -pipe -o out/conftest2.o conftest.c 1>&5 >configure:3219: checking if gcc supports -c -o file.lo >configure:3237: gcc -c -march=athlon64 -O2 -pipe -c -o conftest.lo conftest.c 1>&5 >configure:3295: checking if gcc supports -fno-rtti -fno-exceptions >configure:3308: gcc -c -march=athlon64 -O2 -pipe -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 >cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C >cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C >configure:3339: checking whether the linker (/usr/x86_64-pc-linux-gnu/bin/ld) supports shared libraries >configure:4027: checking how to hardcode library paths into programs >configure:4059: checking whether stripping libraries is possible >configure:4077: checking dynamic linker characteristics >configure:4478: checking if libtool supports shared libraries >configure:4486: checking whether to build shared libraries >configure:4513: checking whether to build static libraries >configure:5053: checking whether -lc should be explicitly linked in >configure:5060: gcc -c -march=athlon64 -O2 -pipe conftest.c 1>&5 >configure:5073: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 >configure:6075: checking for main in -lieee >configure:6090: gcc -o conftest -march=athlon64 -O2 -pipe conftest.c -lieee 1>&5 >configure:6161: checking for g77 >configure:8678: checking for X >configure:8745: gcc -E conftest.c >/dev/null 2>conftest.out >configure:8992: checking for dnet_ntoa in -ldnet >configure:9011: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -ldnet 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9000 "configure" >#include "confdefs.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 dnet_ntoa(); > >int main() { >dnet_ntoa() >; return 0; } >configure:9033: checking for dnet_ntoa in -ldnet_stub >configure:9052: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -ldnet_stub 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9041 "configure" >#include "confdefs.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 dnet_ntoa(); > >int main() { >dnet_ntoa() >; return 0; } >configure:9081: checking for gethostbyname >configure:9109: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9086 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char gethostbyname(); 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 gethostbyname(); > >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_gethostbyname) || defined (__stub___gethostbyname) >choke me >#else >gethostbyname(); >#endif > >; return 0; } >configure:9130: checking for gethostbyname in -lnsl >configure:9149: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -lnsl 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9138 "configure" >#include "confdefs.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 gethostbyname(); > >int main() { >gethostbyname() >; return 0; } >configure:9179: checking for connect >configure:9207: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9184 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char connect(); 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 connect(); > >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_connect) || defined (__stub___connect) >choke me >#else >connect(); >#endif > >; return 0; } >configure:9228: checking for connect in -lsocket >configure:9247: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -lsocket 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9236 "configure" >#include "confdefs.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 connect(); > >int main() { >connect() >; return 0; } >configure:9271: checking for remove >configure:9299: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9276 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char remove(); 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 remove(); > >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_remove) || defined (__stub___remove) >choke me >#else >remove(); >#endif > >; return 0; } >configure:9320: checking for remove in -lposix >configure:9339: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -lposix 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9328 "configure" >#include "confdefs.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 remove(); > >int main() { >remove() >; return 0; } >configure:9363: checking for shmat >configure:9391: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9368 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char shmat(); 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 shmat(); > >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_shmat) || defined (__stub___shmat) >choke me >#else >shmat(); >#endif > >; return 0; } >configure:9412: checking for shmat in -lipc >configure:9431: gcc -o conftest -O -Dlinux -fwritable-strings conftest.c -lipc 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9420 "configure" >#include "confdefs.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 shmat(); > >int main() { >shmat() >; return 0; } >configure:9464: checking for IceConnectionNumber in -lICE >configure:9483: gcc -o conftest -O -Dlinux -fwritable-strings -L/usr/lib64 conftest.c -lICE 1>&5 >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9472 "configure" >#include "confdefs.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 IceConnectionNumber(); > >int main() { >IceConnectionNumber() >; return 0; } >configure:9524: checking for X11 release >configure:9577: checking for main in -lXmu >configure:9592: gcc -o conftest -O -Dlinux -fwritable-strings -L/usr/lib64 -R/usr/lib64 conftest.c -lXmu -lXt -lXext -lX11 1>&5 >gcc: unrecognized option '-R/usr/lib64' >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9585 "configure" >#include "confdefs.h" > >int main() { >main() >; return 0; } >configure:9615: checking for main in -lXaw3d >configure:9630: gcc -o conftest -O -Dlinux -fwritable-strings -L/usr/lib64 -R/usr/lib64 conftest.c -lXaw3d -lXmu -lXt -lXext -lX11 1>&5 >gcc: unrecognized option '-R/usr/lib64' >cc1: error: unrecognized command line option "-fwritable-strings" >configure: failed program was: >#line 9623 "configure" >#include "confdefs.h" > >int main() { >main() >; return 0; }
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 152782
: 100457