This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Boostrap fails on i386-pc-solaris2.10 - libquadmath error


Hi.

My build this morning failed when libquadmath was being built. Things
failed when configuring in the 'amd64' subdirectory - the bits below
are taken from the 'config.log' in that directory:

configure:3040: /export/home/arth/gnu/gcc-1117/./gcc/xgcc -B/export/home/arth/gnu/gcc-1117/./gcc/ -B/export/home/arth/local/i386-pc-solaris2.10/bin/ -B/export/home/arth/local/i386-pc-solaris2.10/lib/ -isystem /export/home/arth/local/i386-pc-solaris2.10/include -isystem /export/home/arth/local/i386-pc-solaris2.10/sys-include  -m64 -V >&5
xgcc: error: unrecognized option '-V'
xgcc: fatal error: no input files
compilation terminated.
configure:3051: $? = 1
configure:3040: /export/home/arth/gnu/gcc-1117/./gcc/xgcc -B/export/home/arth/gnu/gcc-1117/./gcc/ -B/export/home/arth/local/i386-pc-solaris2.10/bin/ -B/export/home/arth/local/i386-pc-solaris2.10/lib/ -isystem /export/home/arth/local/i386-pc-solaris2.10/include -isystem /export/home/arth/local/i386-pc-solaris2.10/sys-include  -m64 -qversion >&5
xgcc: error: unrecognized option '-qversion'
xgcc: fatal error: no input files
compilation terminated.
configure:3051: $? = 1
configure:3071: checking for C compiler default output file name
configure:3093: /export/home/arth/gnu/gcc-1117/./gcc/xgcc -B/export/home/arth/gnu/gcc-1117/./gcc/ -B/export/home/arth/local/i386-pc-solaris2.10/bin/ -B/export/home/arth/local/i386-pc-solaris2.10/lib/ -isystem /export/home/arth/local/i386-pc-solaris2.10/include -isystem /export/home/arth/local/i386-pc-solaris2.10/sys-include  -m64 -g -O2    conftest.c  >&5
configure:3097: $? = 0
configure:3134: result: a.out
configure:3150: checking whether the C compiler works
configure:3159: ./a.out
/home/ahaas/gnu/gcc.git/libquadmath/configure: line 3161: ./a.out: cannot execute binary file
configure:3163: $? = 126
configure:3170: error: in `/export/home/arth/gnu/gcc-1117/i386-pc-solaris2.10/amd64/libquadmath':
configure:3174: error: cannot run C compiled programs.

I see similar output in the 'config.log' files located in other
subdirectories below 'amd64', but in those file subsquent lines indicate
a test regarding cross-compiling.

The build this morning on the sparc-sun-solaris2.10 machine worked without
problems.

My thanks to everyone working on GCC.

Art Haas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]