public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* attempt to compile gcc failed
@ 2022-09-13 13:42 Jerome Yanga
  2022-09-13 14:37 ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: Jerome Yanga @ 2022-09-13 13:42 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Hello.  I attempted to compile gcc but it failed with an error that is
unknown to me.

Help.

"checking whether the C compiler works... no

configure: error: in
`/data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp':

configure: error: C compiler cannot create executables

See `config.log' for more details

make[2]: *** [configure-stage1-target-libgomp] Error 77

make[2]: Leaving directory `/data/rock3/wine/builds/gcc-12.2.0'

make[1]: *** [stage1-bubble] Error 2

make[1]: Leaving directory `/data/rock3/wine/builds/gcc-12.2.0'
make: *** [all] Error 2"

Thank you in advance.

Regards,
J

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: attempt to compile gcc failed
  2022-09-13 13:42 attempt to compile gcc failed Jerome Yanga
@ 2022-09-13 14:37 ` Jonathan Wakely
  2022-09-13 16:15   ` Jerome Yanga
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Wakely @ 2022-09-13 14:37 UTC (permalink / raw)
  To: Jerome Yanga; +Cc: gcc-help

On Tue, 13 Sept 2022 at 14:43, Jerome Yanga via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hello.  I attempted to compile gcc but it failed with an error that is
> unknown to me.
>
> Help.
>
> "checking whether the C compiler works... no
>
> configure: error: in
> `/data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp':
>
> configure: error: C compiler cannot create executables
>
> See `config.log' for more details

Did you do this?

The error was in a sub-directory, so you want to check
/data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp/config.log

There will be lots of errors in that file, because the configure
script tries lots of things that aren't all expected to work. You need
to look for the problem that occurs just before it logs the "cannot
create executables" message.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: attempt to compile gcc failed
  2022-09-13 14:37 ` Jonathan Wakely
@ 2022-09-13 16:15   ` Jerome Yanga
  2022-09-13 16:20     ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: Jerome Yanga @ 2022-09-13 16:15 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-help


[-- Attachment #1.1: Type: text/plain, Size: 2350 bytes --]

Hi Jonathan,

Thank you for the reply.  Here are the errors that I see in that file.  I
am not sure where to get that `schedule.h` file.

"configure:4460: $? = 0

configure:4449: gcc -V >&5

gcc: error: unrecognized command-line option '-V'

gcc: fatal error: no input files

compilation terminated.

configure:4460: $? = 1

configure:4449: gcc -qversion >&5

gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?

gcc: fatal error: no input files

compilation terminated.
configure:4460: $? = 1
...

configure:8492: checking for isl 0.15 or later

checking for isl 0.15 or later... configure:8505: gcc -o conftest -g
-O2  -I/gmp-6.2.1/output/include
-I/mpfr-1.2.1

/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include
-I/mpc-1.2.1/output/include -I/mpfr-1.2.1/

output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib
-L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-

1.2.1/output/lib -L/mpfr-1.2.1/output/lib
-Wl,--rpath=/mpfr-1.2.1/output/lib   -lisl -L/gmp-6.2.1/output/lib -L/mpf

r-1.2.1/output/lib -L/mpc-1.2.1/output/lib -lmpc -lmpfr -lgmp conftest.c
-lgmp -lmpc -lmpfr  -lisl -lgmp >&5

conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory

   10 | #include <isl/schedule.h>

      |          ^~~~~~~~~~~~~~~~

compilation terminated.
configure:8505: $? = 1"

I have also attached a sanitized `config.log`

Regards,
J

On Tue, Sep 13, 2022 at 7:37 AM Jonathan Wakely <jwakely.gcc@gmail.com>
wrote:

> On Tue, 13 Sept 2022 at 14:43, Jerome Yanga via Gcc-help
> <gcc-help@gcc.gnu.org> wrote:
> >
> > Hello.  I attempted to compile gcc but it failed with an error that is
> > unknown to me.
> >
> > Help.
> >
> > "checking whether the C compiler works... no
> >
> > configure: error: in
> > `/data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp':
> >
> > configure: error: C compiler cannot create executables
> >
> > See `config.log' for more details
>
> Did you do this?
>
> The error was in a sub-directory, so you want to check
> /data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp/config.log
>
> There will be lots of errors in that file, because the configure
> script tries lots of things that aren't all expected to work. You need
> to look for the problem that occurs just before it logs the "cannot
> create executables" message.
>

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 39376 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/data/rock3/wine/builds/gcc-12.2.0/output --enable-languages=c,c++ --with-gmp=/gmp-6.2.1/output --with-mpc=/mpc-1.2.1/output --with-mpfr=/mpfr-1.2.1/output

## --------- ##
## Platform. ##
## --------- ##

hostname = computer1
uname -m = x86_64
uname -r = 3.10.0-1160.62.1.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Mar 23 09:04:02 UTC 2022

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /mpc-1.2.1/output/bin
PATH: /gmp-6.2.1/output/bin
PATH: /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/bin
PATH: /OpenSSL_1_1_1n/output/bin
PATH: /data/java/jdk/11.0.9.1+1/jdk-11.0.9.1+1/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/user1/.local/bin
PATH: /home/user1/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2378: checking build system type
checking build system type... configure:2392: result: x86_64-pc-linux-gnu
configure:2439: checking host system type
configure:2452: result: x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure:2472: checking target system type
configure:2485: result: x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
configure:2539: checking for a BSD-compatible install
checking for a BSD-compatible install... configure:2607: result: /usr/bin/install -c
/usr/bin/install -c
configure:2618: checking whether ln works
checking whether ln works... configure:2640: result: yes
yes
configure:2644: checking whether ln -s works
configure:2648: result: yes
checking whether ln -s works... yes
configure:2655: checking for a sed that does not truncate output
checking for a sed that does not truncate output... configure:2719: result: /usr/bin/sed
/usr/bin/sed
configure:2728: checking for gawk
checking for gawk... configure:2744: found /usr/bin/gawk
configure:2755: result: gawk
gawk
configure:3256: checking for libatomic support
checking for libatomic support... configure:3266: result: yes
yes
configure:3294: checking for libitm support
checking for libitm support... configure:3304: result: yes
yes
configure:3313: checking for libsanitizer support
checking for libsanitizer support... configure:3323: result: yes
configure:3332: checking for libvtv support
yes
checking for libvtv support... configure:3342: result: yes
yes
configure:3462: checking for libphobos support
checking for libphobos support... configure:3472: result: yes
yes
configure:4184: checking for gcc
checking for gcc... configure:4200: found /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/bin/gcc
configure:4211: result: gcc
gcc
configure:4440: checking for C compiler version
configure:4449: gcc --version >&5
gcc (GCC) 10.4.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4460: $? = 0
configure:4449: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/libexec/gcc/x86_64-pc-linux-gnu/10.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/source/gcc-10.4.0/configure --prefix=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --enable-languages=c,c++ --with-mpfr=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --with-gmp=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --with-mpc=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.4.0 (GCC) 
configure:4460: $? = 0
configure:4449: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4460: $? = 1
configure:4449: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4460: $? = 1
configure:4480: checking whether the C compiler works
checking whether the C compiler works... configure:4502: gcc  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib  conftest.c -lgmp -lmpc -lmpfr  >&5
configure:4506: $? = 0
configure:4554: result: yes
configure:4557: checking for C compiler default output file name
configure:4559: result: a.out
yes
checking for C compiler default output file name... a.out
configure:4565: checking for suffix of executables
checking for suffix of executables... configure:4572: gcc -o conftest  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib  conftest.c -lgmp -lmpc -lmpfr  >&5
configure:4576: $? = 0
configure:4598: result: 

configure:4620: checking whether we are cross compiling
checking whether we are cross compiling... configure:4628: gcc -o conftest  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib  conftest.c -lgmp -lmpc -lmpfr  >&5
configure:4632: $? = 0
configure:4639: ./conftest
configure:4643: $? = 0
configure:4658: result: no
no
configure:4663: checking for suffix of object files
checking for suffix of object files... configure:4685: gcc -c  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:4689: $? = 0
configure:4710: result: o
o
configure:4714: checking whether we are using the GNU C compiler
checking whether we are using the GNU C compiler... configure:4733: gcc -c  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:4733: $? = 0
configure:4742: result: yes
yes
configure:4751: checking whether gcc accepts -g
checking whether gcc accepts -g... configure:4771: gcc -c -g -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:4771: $? = 0
configure:4812: result: yes
yes
configure:4829: checking for gcc option to accept ISO C89
checking for gcc option to accept ISO C89... configure:4892: gcc  -c -g -O2 -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:4892: $? = 0
configure:4905: result: none needed
none needed
configure:4925: checking for gcc option to accept ISO C99
checking for gcc option to accept ISO C99... configure:5074: gcc  -c -g -O2 -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:5074: $? = 0
configure:5087: result: none needed
none needed
configure:5160: checking for g++
checking for g++... configure:5176: found /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/bin/g++
configure:5187: result: g++
g++
configure:5214: checking for C++ compiler version
configure:5223: g++ --version >&5
g++ (GCC) 10.4.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5234: $? = 0
configure:5223: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/libexec/gcc/x86_64-pc-linux-gnu/10.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/source/gcc-10.4.0/configure --prefix=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --enable-languages=c,c++ --with-mpfr=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --with-gmp=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output --with-mpc=/data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.4.0 (GCC) 
configure:5234: $? = 0
configure:5223: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5234: $? = 1
configure:5223: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5234: $? = 1
configure:5238: checking whether we are using the GNU C++ compiler
checking whether we are using the GNU C++ compiler... configure:5257: g++ -c  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.cpp >&5
configure:5257: $? = 0
configure:5266: result: yes
yes
configure:5275: checking whether g++ accepts -g
checking whether g++ accepts -g... configure:5295: g++ -c -g -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.cpp >&5
configure:5295: $? = 0
configure:5336: result: yes
yes
configure:5385: checking whether g++ accepts -static-libstdc++ -static-libgcc
checking whether g++ accepts -static-libstdc++ -static-libgcc... configure:5402: g++ -o conftest -g -O2 -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib  -static-libstdc++ -static-libgcc conftest.cpp -lgmp -lmpc -lmpfr  >&5
configure:5402: $? = 0
configure:5403: result: yes
yes
configure:5467: checking for gnatbind
checking for gnatbind... configure:5497: result: no
no
configure:5559: checking for gnatmake
checking for gnatmake... configure:5589: result: no
no
configure:5608: checking whether compiler driver understands Ada
checking whether compiler driver understands Ada... configure:5631: result: no
no
configure:5685: checking for gdc
checking for gdc... configure:5715: result: no
no
configure:5734: checking whether the D compiler works
checking whether the D compiler works... configure:5751: result: no
no
configure:5759: checking how to compare bootstrapped objects
checking how to compare bootstrapped objects... configure:5784: result: cmp --ignore-initial=16 $$f1 $$f2
cmp --ignore-initial=16 $$f1 $$f2
configure:7928: checking for objdir
checking for objdir... configure:7943: result: .libs
.libs
configure:8098: checking for the correct version of gmp.h
checking for the correct version of gmp.h... configure:8117: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8117: $? = 0
configure:8135: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8135: $? = 0
configure:8136: result: yes
yes
configure:8152: checking for the correct version of mpfr.h
checking for the correct version of mpfr.h... configure:8170: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8170: $? = 0
configure:8187: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8187: $? = 0
configure:8188: result: yes
yes
configure:8205: checking for the correct version of mpc.h
checking for the correct version of mpc.h... configure:8222: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8222: $? = 0
configure:8238: gcc -c -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  conftest.c >&5
configure:8238: $? = 0
configure:8239: result: yes
yes
configure:8257: checking for the correct version of the gmp/mpfr/mpc libraries
checking for the correct version of the gmp/mpfr/mpc libraries... configure:8288: gcc -o conftest -g -O2 -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib  conftest.c -lgmp -lmpc -lmpfr  -L/gmp-6.2.1/output/lib -L/mpfr-1.2.1/output/lib -L/mpc-1.2.1/output/lib -lmpc -lmpfr -lgmp >&5
configure:8288: $? = 0
configure:8289: result: yes
yes
configure:8492: checking for isl 0.15 or later
checking for isl 0.15 or later... configure:8505: gcc -o conftest -g -O2  -I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include  -I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include  -L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib   -lisl -L/gmp-6.2.1/output/lib -L/mpfr-1.2.1/output/lib -L/mpc-1.2.1/output/lib -lmpc -lmpfr -lgmp conftest.c -lgmp -lmpc -lmpfr  -lisl -lgmp >&5
conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory
   10 | #include <isl/schedule.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:8505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <isl/schedule.h>
| int
| main ()
| {
| isl_options_set_schedule_serialize_sccs (NULL, 0);
|   ;
|   return 0;
| }
configure:8512: result: no
configure:8516: result: required isl version is 0.15 or later
no
required isl version is 0.15 or later
*** This configuration is not supported in the following subdirectories:
     gnattools gotools target-libada target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-liboffloadmic
    (Any other directories should still work fine.)
configure:9655: checking for default BUILD_CONFIG
checking for default BUILD_CONFIG... configure:9687: result: bootstrap-debug
bootstrap-debug
configure:9692: checking for --enable-vtable-verify
configure:9705: result: no
checking for --enable-vtable-verify... no
configure:10341: checking for bison
checking for bison... configure:10357: found /usr/bin/bison
configure:10368: result: bison -y
bison -y
configure:10388: checking for bison
checking for bison... configure:10404: found /usr/bin/bison
configure:10415: result: bison
bison
configure:10435: checking for gm4
checking for gm4... configure:10465: result: no
no
configure:10435: checking for gnum4
checking for gnum4... configure:10465: result: no
no
configure:10435: checking for m4
checking for m4... configure:10451: found /usr/bin/m4
configure:10462: result: m4
m4
configure:10482: checking for flex
checking for flex... configure:10498: found /usr/bin/flex
configure:10509: result: flex
flex
configure:10530: checking for flex
checking for flex... configure:10546: found /usr/bin/flex
configure:10557: result: flex
flex
configure:10577: checking for makeinfo
checking for makeinfo... configure:10593: found /usr/bin/makeinfo
configure:10604: result: makeinfo
makeinfo
configure:10638: checking for expect
checking for expect... configure:10668: result: no
no
configure:10687: checking for runtest
checking for runtest... configure:10717: result: no
no
configure:10832: checking for ar
checking for ar... configure:10848: found /usr/bin/ar
configure:10859: result: ar
ar
configure:10973: checking for as
checking for as... configure:10989: found /usr/bin/as
configure:11000: result: as
as
configure:11114: checking for dlltool
checking for dlltool... configure:11144: result: no
no
configure:11255: checking for dsymutil
checking for dsymutil... configure:11285: result: no
no
configure:11396: checking for ld
checking for ld... configure:11412: found /usr/bin/ld
configure:11423: result: ld
ld
configure:11537: checking for lipo
checking for lipo... configure:11567: result: no
no
configure:11678: checking for nm
checking for nm... configure:11694: found /usr/bin/nm
configure:11705: result: nm
nm
configure:11819: checking for ranlib
checking for ranlib... configure:11835: found /usr/bin/ranlib
configure:11846: result: ranlib
ranlib
configure:11955: checking for strip
checking for strip... configure:11971: found /usr/bin/strip
configure:11982: result: strip
strip
configure:12091: checking for windres
checking for windres... configure:12121: result: no
no
configure:12232: checking for windmc
checking for windmc... configure:12262: result: no
no
configure:12373: checking for objcopy
checking for objcopy... configure:12389: found /usr/bin/objcopy
configure:12400: result: objcopy
objcopy
configure:12514: checking for objdump
checking for objdump... configure:12530: found /usr/bin/objdump
configure:12541: result: objdump
objdump
configure:12655: checking for otool
checking for otool... configure:12685: result: no
no
configure:12796: checking for readelf
checking for readelf... configure:12812: found /usr/bin/readelf
configure:12823: result: readelf
readelf
configure:12978: checking for cc
checking for cc... configure:12994: found /usr/bin/cc
configure:13005: result: cc
cc
configure:13139: checking for c++
checking for c++... configure:13155: found /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/bin/c++
configure:13166: result: c++
c++
configure:13300: checking for gcc
checking for gcc... configure:13316: found /data/rock3/Xvfb/11.1.0/setup-wine/gcc1040/output/bin/gcc
configure:13327: result: gcc
gcc
configure:13456: checking for gfortran
checking for gfortran... configure:13472: found /usr/bin/gfortran
configure:13483: result: gfortran
gfortran
configure:13617: checking for gccgo
checking for gccgo... configure:13647: result: no
no
configure:13778: checking for gdc
checking for gdc... configure:13808: result: no
no
configure:13869: checking for ar
checking for ar... configure:13902: result: no
no
configure:14019: checking for ar
checking for ar... configure:14035: found /usr/bin/ar
configure:14046: result: ar
ar
configure:14099: checking for as
checking for as... configure:14132: result: no
no
configure:14249: checking for as
checking for as... configure:14265: found /usr/bin/as
configure:14276: result: as
as
configure:14329: checking for dlltool
checking for dlltool... configure:14362: result: no
no
configure:14479: checking for dlltool
checking for dlltool... configure:14509: result: no
no
configure:14559: checking for dsymutil
checking for dsymutil... configure:14592: result: no
no
configure:14709: checking for dsymutil
checking for dsymutil... configure:14739: result: no
no
configure:14789: checking for ld
checking for ld... configure:14822: result: no
no
configure:14939: checking for ld
checking for ld... configure:14955: found /usr/bin/ld
configure:14966: result: ld
ld
configure:15019: checking for lipo
checking for lipo... configure:15052: result: no
no
configure:15169: checking for lipo
checking for lipo... configure:15199: result: no
no
configure:15249: checking for nm
checking for nm... configure:15282: result: no
no
configure:15399: checking for nm
checking for nm... configure:15415: found /usr/bin/nm
configure:15426: result: nm
nm
configure:15479: checking for objcopy
checking for objcopy... configure:15512: result: no
no
configure:15629: checking for objcopy
checking for objcopy... configure:15645: found /usr/bin/objcopy
configure:15656: result: objcopy
objcopy
configure:15709: checking for objdump
checking for objdump... configure:15742: result: no
no
configure:15859: checking for objdump
checking for objdump... configure:15875: found /usr/bin/objdump
configure:15886: result: objdump
objdump
configure:15939: checking for otool
checking for otool... configure:15972: result: no
no
configure:16089: checking for otool
checking for otool... configure:16119: result: no
no
configure:16169: checking for ranlib
checking for ranlib... configure:16202: result: no
no
configure:16319: checking for ranlib
checking for ranlib... configure:16335: found /usr/bin/ranlib
configure:16346: result: ranlib
ranlib
configure:16399: checking for readelf
checking for readelf... configure:16432: result: no
no
configure:16549: checking for readelf
checking for readelf... configure:16565: found /usr/bin/readelf
configure:16576: result: readelf
readelf
configure:16629: checking for strip
checking for strip... configure:16662: result: no
no
configure:16779: checking for strip
checking for strip... configure:16795: found /usr/bin/strip
configure:16806: result: strip
strip
configure:16859: checking for windres
checking for windres... configure:16892: result: no
no
configure:17009: checking for windres
checking for windres... configure:17039: result: no
no
configure:17089: checking for windmc
checking for windmc... configure:17122: result: no
no
configure:17239: checking for windmc
checking for windmc... configure:17269: result: no
no
configure:17297: checking where to find the target ar
checking where to find the target ar... configure:17330: result: host tool
host tool
configure:17339: checking where to find the target as
checking where to find the target as... configure:17372: result: host tool
host tool
configure:17381: checking where to find the target cc
checking where to find the target cc... configure:17404: result: just compiled
just compiled
configure:17423: checking where to find the target c++
checking where to find the target c++... configure:17449: result: just compiled
just compiled
configure:17468: checking where to find the target c++ for libstdc++
checking where to find the target c++ for libstdc++... configure:17494: result: just compiled
just compiled
configure:17513: checking where to find the target dlltool
checking where to find the target dlltool... configure:17546: result: host tool
host tool
configure:17555: checking where to find the target dsymutil
checking where to find the target dsymutil... configure:17577: result: host tool
host tool
configure:17586: checking where to find the target gcc
checking where to find the target gcc... configure:17609: result: just compiled
just compiled
configure:17628: checking where to find the target gfortran
checking where to find the target gfortran... configure:17664: result: host tool
host tool
configure:17673: checking where to find the target gccgo
checking where to find the target gccgo... configure:17709: result: host tool
host tool
configure:17718: checking where to find the target gdc
checking where to find the target gdc... configure:17754: result: host tool
host tool
configure:17763: checking where to find the target ld
checking where to find the target ld... configure:17796: result: host tool
host tool
configure:17805: checking where to find the target lipo
checking where to find the target lipo... configure:17827: result: host tool
host tool
configure:17836: checking where to find the target nm
checking where to find the target nm... configure:17869: result: host tool
host tool
configure:17878: checking where to find the target objcopy
checking where to find the target objcopy... configure:17911: result: host tool
host tool
configure:17920: checking where to find the target objdump
checking where to find the target objdump... configure:17953: result: host tool
host tool
configure:17962: checking where to find the target otool
checking where to find the target otool... configure:17984: result: host tool
host tool
configure:17993: checking where to find the target ranlib
checking where to find the target ranlib... configure:18026: result: host tool
host tool
configure:18035: checking where to find the target readelf
checking where to find the target readelf... configure:18068: result: host tool
host tool
configure:18077: checking where to find the target strip
checking where to find the target strip... configure:18110: result: host tool
host tool
configure:18119: checking where to find the target windres
checking where to find the target windres... configure:18152: result: host tool
host tool
configure:18161: checking where to find the target windmc
checking where to find the target windmc... configure:18194: result: host tool
host tool
configure:18231: checking whether to enable maintainer-specific portions of Makefiles
checking whether to enable maintainer-specific portions of Makefiles... configure:18240: result: no
no
configure:18483: creating ./config.status
configure: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on computer1

config.status:1068: creating Makefile
config.status: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include '
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_DSYMUTIL_FOR_TARGET_set=
ac_cv_env_DSYMUTIL_FOR_TARGET_value=
ac_cv_env_DSYMUTIL_set=
ac_cv_env_DSYMUTIL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GDC_FOR_TARGET_set=
ac_cv_env_GDC_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib '
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-lgmp -lmpc -lmpfr '
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_OTOOL_FOR_TARGET_set=
ac_cv_env_OTOOL_FOR_TARGET_value=
ac_cv_env_OTOOL_set=
ac_cv_env_OTOOL_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AR_FOR_TARGET=ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC_FOR_TARGET=cc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_GFORTRAN_FOR_TARGET=gfortran
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJCOPY_FOR_TARGET=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-pc-linux-gnu
acx_cv_cc_gcc_supports_ada=no
acx_cv_d_compiler_works=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/data/rock3/wine/builds/gcc-12.2.0/output/libexec/gcc/x86_64-pc-linux-gnu/12.2.0:/data/rock3/wine/builds/gcc-12.2.0/output/libexec/gcc/x86_64-pc-linux-gnu:/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0:/usr/lib/gcc/x86_64-pc-linux-gnu:/data/rock3/wine/builds/gcc-12.2.0/output/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/12.2.0:/data/rock3/wine/builds/gcc-12.2.0/output/x86_64-pc-linux-gnu/bin:
gcc_cv_tool_prefix=/data/rock3/wine/builds/gcc-12.2.0/output
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
AWK='gawk'
BISON='bison'
BUILD_CONFIG='bootstrap-debug'
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS='-I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include '
CPPFLAGS_FOR_BUILD='-I/gmp-6.2.1/output/include -I/mpc-1.2.1/output/include -I/mpfr-1.2.1/output/include '
CPP_FOR_BUILD=''
CXX='g++ -std=c++11'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='$(DLLTOOL)'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='$(DSYMUTIL)'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GDB_TK=''
GDC='no'
GDCFLAGS=''
GDC_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='$(GDC)'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$(GOC)'
HAVE_CXX11=''
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS='-L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib '
LDFLAGS_FOR_BUILD='-L/gmp-6.2.1/output/lib -Wl,--rpath=/gmp-6.2.1/output/lib -L/mpc-1.2.1/output/lib -Wl,--rpath=/mpc-1.2.1/output/lib -L/mpfr-1.2.1/output/lib -Wl,--rpath=/mpfr-1.2.1/output/lib '
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='$(LD)'
LEX='flex'
LIBOBJS=''
LIBS='-lgmp -lmpc -lmpfr '
LIPO='lipo'
LIPO_FOR_TARGET='$(LIPO)'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$(NM)'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='$(OBJCOPY)'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(OBJDUMP)'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='$(OTOOL)'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGO_BUILD_GEN_CFLAGS=''
PGO_BUILD_LTO_CFLAGS=''
PGO_BUILD_USE_CFLAGS=''
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(RANLIB)'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
READELF='readelf'
READELF_FOR_TARGET='$(READELF)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/usr/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --prefix=/data/rock3/wine/builds/gcc-12.2.0/output --enable-languages=c,c++ --with-gmp=/gmp-6.2.1/output --with-mpc=/mpc-1.2.1/output --with-mpfr=/mpfr-1.2.1/output'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(WINDRES)'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_configargs=' --cache-file=./config.cache '\''--prefix=/data/rock3/wine/builds/gcc-12.2.0/output'\'' '\''--with-gmp=/gmp-6.2.1/output'\'' '\''--with-mpc=/mpc-1.2.1/output'\'' '\''--with-mpfr=/mpfr-1.2.1/output'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
build_configdirs=' libiberty libcpp fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_noncanonical='x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
get_gcc_base_ver='cat'
gmpinc='-I/gmp-6.2.1/output/include -I/mpfr-1.2.1/output/include -I/mpc-1.2.1/output/include '
gmplibs='-L/gmp-6.2.1/output/lib -L/mpfr-1.2.1/output/lib -L/mpc-1.2.1/output/lib -lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  '\''--prefix=/data/rock3/wine/builds/gcc-12.2.0/output'\'' '\''--with-gmp=/gmp-6.2.1/output'\'' '\''--with-mpc=/mpc-1.2.1/output'\'' '\''--with-mpfr=/mpfr-1.2.1/output'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='host-x86_64-pc-linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/data/rock3/wine/builds/gcc-12.2.0/output'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib   '\''--prefix=/data/rock3/wine/builds/gcc-12.2.0/output'\'' '\''--with-gmp=/gmp-6.2.1/output'\'' '\''--with-mpc=/mpc-1.2.1/output'\'' '\''--with-mpfr=/mpfr-1.2.1/output'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
target_configdirs=' libgcc libgomp libatomic libitm libstdc++-v3 libsanitizer libvtv libssp libquadmath'
target_cpu='x86_64'
target_noncanonical='x86_64-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='x86_64-pc-linux-gnu'
target_vendor='pc'
tooldir='${exec_prefix}/x86_64-pc-linux-gnu'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='./config/mt-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: attempt to compile gcc failed
  2022-09-13 16:15   ` Jerome Yanga
@ 2022-09-13 16:20     ` Jonathan Wakely
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Wakely @ 2022-09-13 16:20 UTC (permalink / raw)
  To: Jerome Yanga; +Cc: gcc-help

On Tue, 13 Sept 2022 at 17:15, Jerome Yanga <jerome.yanga@gmail.com> wrote:
>
> Hi Jonathan,
>
> Thank you for the reply.  Here are the errors that I see in that file.  I am not sure where to get that `schedule.h` file.

You don't need it. Please read the last paragraph of my message again.

> I have also attached a sanitized `config.log`

That's the wrong file. Please read my entire email again. I was very
explicit about what you need to look for, and where.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-13 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 13:42 attempt to compile gcc failed Jerome Yanga
2022-09-13 14:37 ` Jonathan Wakely
2022-09-13 16:15   ` Jerome Yanga
2022-09-13 16:20     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).