public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* libjava configure fails on finding no C compiler in $PATH despite gcc being present
@ 2022-05-10  0:18 Zopolis0
  2022-05-10  5:51 ` Xi Ruoyao
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-10  0:18 UTC (permalink / raw)
  To: gcc-help

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

While compiling gcj, it progresses successfully until running ./configure
in libjava, which, among other things, fails to find any C compiler in
$PATH. This is despite all other ./configures in other directories
successfully finding gcc, and me adding gcc directly to $PATH. (note: I am
running ./configure directly from libjava, which is adding some additional
errors such as [./../../../config-ml.in: No such file or directory], but
the main issues are still present in a regular build).

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

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

It was created by libjava  version-unused, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

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

hostname = CB10LOAN01L
uname -m = x86_64
uname -r = 5.10.102.1-microsoft-standard-WSL2
uname -s = Linux
uname -v = #1 SMP Wed Mar 2 00:30:59 UTC 2022

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /usr/lib/wsl/lib
PATH: /mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4
PATH: /mnt/c/WINDOWS/system32
PATH: /mnt/c/WINDOWS
PATH: /mnt/c/WINDOWS/System32/Wbem
PATH: /mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/
PATH: /mnt/c/WINDOWS/System32/OpenSSH/
PATH: /mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/
PATH: /mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/
PATH: /mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps
PATH: /mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts
PATH: /usr/bin/gcc
PATH: /usr/bin/gcc-10


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

:2934: checking build system type
:2948: result: x86_64-pc-linux-gnu
:3064: checking host system type
:3077: result: x86_64-pc-linux-gnu
:3097: checking target system type
:3110: result: x86_64-pc-linux-gnu
:3170: checking whether ln -s works
:3174: result: yes
:3252: checking for antlr.jar
:3268: result: /usr/share/java/antlr.jar
:3293: checking whether to build gjdoc
:3298: result: yes
:3351: checking for a BSD-compatible install
:3419: result: ./../install-sh -c
:3430: checking whether build environment is sane
:3485: result: yes
:3636: checking for a thread-safe mkdir -p
:3675: result: ./../install-sh -c -d
:3682: checking for gawk
:3712: result: no
:3682: checking for mawk
:3712: result: no
:3682: checking for nawk
:3712: result: no
:3682: checking for awk
:3712: result: no
:3720: checking whether make sets $(MAKE)
:3742: result: yes
:3771: checking whether make supports nested variables
:3788: result: yes
:3968: checking for gcc
:3998: result: no
:4061: checking for cc
:4108: result: no
:4164: checking for cl.exe
:4194: result: no
:4218: error: in `/home/zopolis4/gcj/libjava':
:4220: error: no acceptable C compiler found in $PATH
See `config.log' for more details
:4220: checking for C compiler version
:4220:  --version >&5
./configure: line 4235: --version: command not found
:4220: $? = 127
:4220:  -v >&5
./configure: line 4235: -v: command not found
:4220: $? = 127
:4220:  -V >&5
./configure: line 4235: -V: command not found
:4220: $? = 127
:4220:  -qversion >&5
./configure: line 4235: -qversion: command not found
:4220: $? = 127
:4220:  -o conftest    conftest.c  >&5
./configure: line 4261: -o: command not found
:4220: $? = 127
:4220: checking for suffix of object files
:4220:  -c   conftest.c >&5
./configure: line 4500: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: error: in `/home/zopolis4/gcj/libjava':
:4220: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
:4220: result: 
:4220: checking whether we are using the GNU C compiler
:4220:  -c   conftest.c >&5
./configure: line 1742: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking whether  accepts -g
:4220:  -c -g  conftest.c >&5
./configure: line 1742: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220:  -c   conftest.c >&5
./configure: line 1742: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220:  -c -g  conftest.c >&5
./configure: line 1742: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for  option to accept ISO C89
:4220:   -c   conftest.c >&5
./configure: line 1742: -c: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -qlanglvl=extc89 -c   conftest.c >&5
./configure: line 1742: -qlanglvl=extc89: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -qlanglvl=ansi -c   conftest.c >&5
./configure: line 1742: -qlanglvl=ansi: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -std -c   conftest.c >&5
./configure: line 1742: -std: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -Ae -c   conftest.c >&5
./configure: line 1742: -Ae: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -Aa -D_HPUX_SOURCE -c   conftest.c >&5
./configure: line 1742: -Aa: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220:  -Xc -D__EXTENSIONS__ -c   conftest.c >&5
./configure: line 1742: -Xc: command not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:4220: result: unsupported
:4220: checking whether  understands -c and -o together
:4765:  -c conftest.c -o conftest2.
./configure: line 4766: -c: command not found
:4768: $? = 127
:4220: result: no
:4220: checking for style of include used by make
:4220: result: GNU
:4220: checking dependency style of /home/zopolis4/gcj/compile 
:4220: result: none
:4220: checking for g++
:4220: result: no
:4220: checking for c++
:4220: result: no
:4220: checking for gpp
:4220: result: no
:4220: checking for aCC
:4220: result: no
:4220: checking for CC
:4220: result: no
:4220: checking for cxx
:4220: result: no
:4220: checking for cc++
:4220: result: no
:4220: checking for cl.exe
:4220: result: no
:4220: checking for FCC
:4220: result: no
:4220: checking for KCC
:4220: result: no
:4220: checking for RCC
:4220: result: no
:4220: checking for xlC_r
:4220: result: no
:4220: checking for xlC
:4220: result: no
:4220: checking for C++ compiler version
:4220: g++ --version >&5
g++ (Debian 10.2.1-6) 10.2.1 20210110
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.

:4220: $? = 0
:4220: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210110 (Debian 10.2.1-6) 
... rest of stderr output deleted ...
:4220: $? = 0
:4220: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
:4220: $? = 1
:4220: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
:4220: $? = 1
:4220: checking whether we are using the GNU C++ compiler
:4220: g++ -c  -fno-builtin  conftest.cpp >&5
:4220: $? = 0
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking whether g++ accepts -g
:4220: g++ -c -g  conftest.cpp >&5
:4220: $? = 0
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: g++ -c   conftest.cpp >&5
:4220: $? = 0
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: g++ -c -g  conftest.cpp >&5
:4220: $? = 0
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking dependency style of g++
:4220: result: gcc3
:4220: checking for as
:4220: result: no
:4220: checking for ld
:4220: result: no
:4220: checking for ar
:4220: result: no
:4220: checking for ranlib
:4220: result: no
:4220: checking for dlltool
:4220: result: no
:4220: checking for gawk
:4220: result: no
:4220: checking for mawk
:4220: result: no
:4220: checking for nawk
:4220: result: no
:4220: checking for awk
:4220: result: no
:4220: checking for jar
:4220: result: no
:4220: checking for fastjar
:4220: result: no
:4220: checking for gjar
:4220: result: no
:4220: checking for zip
:4220: result: no
:4220: checking for unzip
:4220: result: unzip
:4220: error: cannot find neither zip nor jar, cannot continue
:4220: checking whether to enable maintainer-specific portions of Makefiles
:4220: result: no
:4220: checking if the linker () is GNU ld
:4220: result: no
:4220: checking if the GNU linker () supports -Bsymbolic-functions
:4220: result: no
:4220: checking dynamic linker characteristics
:4220: result: GNU/Linux ld.so
:4220: checking which variable specifies run-time library path
:4220: result: LD_LIBRARY_PATH
:4220: checking how to print strings
:4220: result: printf
:4220: checking for a sed that does not truncate output
:4220: error: no acceptable sed could be found in $PATH
:4220: result: 
:4220: checking for grep that handles long lines and -e
:4220: error: no acceptable grep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/bin/gcc:/usr/bin/gcc-10:/usr/xpg4/bin
:4220: result: 
:4220: checking for egrep
:4220: error: no acceptable egrep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/bin/gcc:/usr/bin/gcc-10:/usr/xpg4/bin
:4220: result: 
:4220: checking for fgrep
:4220: error: no acceptable fgrep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/bin/gcc:/usr/bin/gcc-10:/usr/xpg4/bin
:4220: result: 
:4220: checking for non-GNU ld
:4220: result: /usr/bin/ld
:4220: checking if the linker (/usr/bin/ld) is GNU ld
:4220: result: yes
:4220: checking for BSD- or MS-compatible name lister (nm)
:4220: result: /usr/bin/nm -B
:4220: checking the name lister (/usr/bin/nm -B) interface
:7724: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:7727: /usr/bin/nm -B "conftest."
/usr/bin/nm: 'conftest.': No such file
:7730: output
:4220: result: BSD nm
:4220: checking the maximum length of command line arguments
:4220: result: 1572864
:4220: checking whether the shell understands some XSI constructs
:4220: result: yes
:4220: checking whether the shell understands "+="
:4220: result: yes
:4220: checking for /usr/bin/ld option to reload object files
:4220: result: -r
:4220: checking for objdump
:4220: result: no
:4220: checking how to recognize dependent libraries
:4220: result: pass_all
:4220: checking for ar
:4220: result: no
:4220: checking for strip
:4220: result: no
:4220: checking for ranlib
:4220: result: :
:4220: WARNING: using cross tools not prefixed with host triplet
:4220: checking command to parse /usr/bin/nm -B output from /home/zopolis4/gcj/compile  object
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(void);
void nm_test_func(void){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(void);
void nm_test_func(void){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
:4220: result: failed
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
:4220: checking how to run the C preprocessor
:4220: /home/zopolis4/gcj/compile  -E  conftest.c
/home/zopolis4/gcj/compile: 306: exec: -E: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:4220: /home/zopolis4/gcj/compile  -E  conftest.c
/home/zopolis4/gcj/compile: 306: exec: -E: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:4220: /home/zopolis4/gcj/compile  -E -traditional-cpp  conftest.c
/home/zopolis4/gcj/compile: 306: exec: -E: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:4220: /home/zopolis4/gcj/compile  -E -traditional-cpp  conftest.c
/home/zopolis4/gcj/compile: 306: exec: -E: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: result: /lib/cpp
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: error: in `/home/zopolis4/gcj/libjava':
:4220: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
:4220: checking for ANSI C header files
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for sys/types.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/types.h>
:4220: result: no
:4220: checking for sys/stat.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/stat.h>
:4220: result: no
:4220: checking for stdlib.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdlib.h>
:4220: result: no
:4220: checking for string.h
:4220: result: no
:4220: checking for memory.h
:4220: result: no
:4220: checking for strings.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <strings.h>
:4220: result: no
:4220: checking for inttypes.h
:4220: result: no
:4220: checking for stdint.h
:4220: result: no
:4220: checking for unistd.h
:4220: result: no
:4220: checking for dlfcn.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dlfcn.h>
:4220: result: no
:4220: checking for objdir
:4220: result: .libs
:4220: checking for /home/zopolis4/gcj/compile  option to produce PIC
:4220: result:  -DPIC
:4220: checking if /home/zopolis4/gcj/compile  PIC flag  -DPIC works
:10857: /home/zopolis4/gcj/compile  -c    -DPIC -DPIC conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:10861: $? = 127
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  static flag  works
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  supports -c -o file.o
:10962: /home/zopolis4/gcj/compile  -c   -o out/conftest2.o conftest.c >&5
/home/zopolis4/gcj/compile: 327: -c: not found
:10966: $? = 127
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  supports -c -o file.o
:4220: result: no
:4220: checking if we can lock with hard links
:4220: result: yes
:4220: checking whether the /home/zopolis4/gcj/compile  linker (/usr/bin/ld) supports shared libraries
:4220: result: no
:4220: checking dynamic linker characteristics
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest     conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: result: GNU/Linux ld.so
:4220: checking how to hardcode library paths into programs
:4220: result: unsupported
:4220: checking for shl_load
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for shl_load in -ldld
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldld   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for dlopen
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for dlopen in -ldl
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldl   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for dlopen in -lsvld
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -lsvld   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for dld_link in -ldld
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldld   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking whether stripping libraries is possible
:4220: result: no
:4220: checking if libtool supports shared libraries
:4220: result: no
:4220: checking whether to build shared libraries
:4220: result: no
:4220: checking whether to build static libraries
:4220: result: yes
:4220: checking how to run the C++ preprocessor
:4220: g++ -E  conftest.cpp
:4220: $? = 0
:4220: g++ -E  conftest.cpp
:4220: $? = 0
:4220: /lib/cpp  conftest.cpp
:4220: $? = 0
:4220: /lib/cpp  conftest.cpp
:4220: $? = 0
:4220: result: /lib/cpp
:4220: /lib/cpp  conftest.cpp
:4220: $? = 0
:4220: /lib/cpp  conftest.cpp
:4220: $? = 0
:4220: error: in `/home/zopolis4/gcj/libjava':
:4220: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
:4220: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
:4220: result: yes
:4220: g++ -c   conftest.cpp >&5
:4220: $? = 0
:4220: checking for g++ option to produce PIC
:4220: result:  -DPIC
:4220: checking if g++ PIC flag  -DPIC works
:15768: g++ -c    -DPIC -DPIC conftest.cpp >&5
:15772: $? = 0
:4220: result: yes
:4220: checking if g++ static flag  works
:4220: result: yes
:4220: checking if g++ supports -c -o file.o
:15867: g++ -c   -o out/conftest2.o conftest.cpp >&5
:15871: $? = 0
:4220: result: yes
:4220: checking if g++ supports -c -o file.o
:4220: result: yes
:4220: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
:4220: result: yes
:4220: checking dynamic linker characteristics
:4220: result: GNU/Linux ld.so
:4220: checking how to hardcode library paths into programs
:4220: result: unsupported
:4220: checking dependency style of  -B/home/zopolis4/gcj/libjava/
:4220: result: none
:4220: checking dependency style of  -B/home/zopolis4/gcj/libjava/
:4220: result: none
:4220: checking if /home/zopolis4/gcj/compile  supports -fno-rtti -fno-exceptions
:17474: /home/zopolis4/gcj/compile  -c   -fno-rtti -fno-exceptions conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:17478: $? = 127
:4220: result: no
:4220: checking for /home/zopolis4/gcj/compile  option to produce PIC
:4220: result: -fPIC
:4220: checking if /home/zopolis4/gcj/compile  PIC flag -fPIC works
:17821: /home/zopolis4/gcj/compile  -c   -fPIC conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:17825: $? = 127
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  static flag -static works
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  supports -c -o file.o
:17920: /home/zopolis4/gcj/compile  -c   -o out/conftest2.o conftest.c >&5
/home/zopolis4/gcj/compile: 327: -c: not found
:17924: $? = 127
:4220: result: no
:4220: checking if /home/zopolis4/gcj/compile  supports -c -o file.o
:4220: result: no
:4220: checking whether the /home/zopolis4/gcj/compile  linker (/usr/bin/ld) supports shared libraries
:4220: result: no
:4220: checking how to hardcode library paths into programs
:4220: result: unsupported
:4220: checking whether the compiler is configured for setjmp/longjmp exceptions
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| /* end confdefs.h.  */
| #ifdef __USING_SJLJ_EXCEPTIONS__
|           this will fail
|           #endif
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
:4220: result: yes
conftest.c:20:10: fatal error: sys/config.h: No such file or directory
   20 | #include <sys/config.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
:4220: checking for X
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -lX11  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for --no-merge-exidx-entries
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    -Wl,--no-merge-exidx-entries conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
| int main(void){ return 0;}
:4220: result: no
:4220: checking for garbage collector to use
:4220: result: boehm
:4220: checking for thread model used by GCC
:4220: result: 
:4220: error:  is an unknown thread package
:4220: checking for strerror_r
:4220: result: no
:4220: checking for select
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define select to an innocuous variant, in case <limits.h> declares select.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define select innocuous_select
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char select (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef select
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char select ();
| /* 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_select || defined __stub___select
| choke me
| #endif
| 
| int
| main ()
| {
| return select ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for fstat
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define fstat to an innocuous variant, in case <limits.h> declares fstat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fstat innocuous_fstat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fstat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fstat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fstat ();
| /* 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_fstat || defined __stub___fstat
| choke me
| #endif
| 
| int
| main ()
| {
| return fstat ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for open
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define open to an innocuous variant, in case <limits.h> declares open.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define open innocuous_open
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char open (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef open
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char open ();
| /* 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_open || defined __stub___open
| choke me
| #endif
| 
| int
| main ()
| {
| return open ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for fsync
:4220: result: no
:4220: checking for sleep
:4220: result: no
:4220: checking for opendir
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define opendir to an innocuous variant, in case <limits.h> declares opendir.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define opendir innocuous_opendir
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char opendir (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef opendir
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char opendir ();
| /* 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_opendir || defined __stub___opendir
| choke me
| #endif
| 
| int
| main ()
| {
| return opendir ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for localtime_r
:4220: result: no
:4220: checking for getpwuid_r
:4220: result: no
:4220: checking for getcwd
:4220: result: no
:4220: checking for access
:4220: result: no
:4220: checking for stat
:4220: result: no
:4220: checking for lstat
:4220: result: no
:4220: checking for mkdir
:4220: result: no
:4220: checking for rename
:4220: result: no
:4220: checking for rmdir
:4220: result: no
:4220: checking for unlink
:4220: result: no
:4220: checking for utime
:4220: result: no
:4220: checking for chmod
:4220: result: no
:4220: checking for readlink
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define readlink to an innocuous variant, in case <limits.h> declares readlink.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define readlink innocuous_readlink
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char readlink (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef readlink
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char readlink ();
| /* 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_readlink || defined __stub___readlink
| choke me
| #endif
| 
| int
| main ()
| {
| return readlink ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for nl_langinfo
:4220: result: no
:4220: checking for setlocale
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setlocale innocuous_setlocale
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setlocale (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setlocale
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setlocale ();
| /* 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_setlocale || defined __stub___setlocale
| choke me
| #endif
| 
| int
| main ()
| {
| return setlocale ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for inet_pton
:4220: result: no
:4220: checking for uname
:4220: result: no
:4220: checking for inet_ntoa
:4220: result: no
:4220: checking for getrlimit
:4220: result: no
:4220: checking for sigaction
:4220: result: no
:4220: checking for ftruncate
:4220: result: no
:4220: checking for mmap
:4220: result: no
:4220: checking for getifaddrs
:4220: result: no
:4220: checking for inet_aton
:4220: result: no
:4220: checking for inet_addr
:4220: result: no
:4220: checking for unistd.h
:4220: result: no
:4220: checking for dlfcn.h
:4220: result: no
:4220: checking sys/resource.h usability
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/resource.h>
:4220: result: no
:4220: checking sys/resource.h presence
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: result: no
:4220: checking for sys/resource.h
:4220: result: no
:4220: checking for dladdr in -ldl
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldl   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dladdr ();
| int
| main ()
| {
| return dladdr ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for dladdr in -ldld
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldld   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dladdr ();
| int
| main ()
| {
| return dladdr ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for ld used by GCC
/home/zopolis4/gcj/compile: 306: exec: -print-prog-name=ld: not found
:4220: result: /usr/bin/ld
:4220: checking if the linker (/usr/bin/ld) is GNU ld
:4220: result: no
:4220: checking for shared library run path origin
:4220: result: done
:4220: checking for iconv
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest     conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest     conftest.c  -liconv >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|          iconv(cd,NULL,NULL,NULL,NULL);
|          iconv_close(cd);
|   ;
|   return 0;
| }
:4220: result: no, consider installing GNU libiconv
:4220: checking for LC_MESSAGES
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| /* end confdefs.h.  */
| #include <locale.h>
| int
| main ()
| {
| return LC_MESSAGES
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking whether struct tm is in sys/time.h or time.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| int
| main ()
| {
| struct tm tm;
| 				     int *p = &tm.tm_sec;
| 				     return !p;
|   ;
|   return 0;
| }
:4220: result: sys/time.h
:4220: checking for struct tm.tm_zone
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking whether tzname is declared
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <time.h>
| 
| int
| main ()
| {
| #ifndef tzname
| #ifdef __cplusplus
|   (void) tzname;
| #else
|   (void) tzname;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for tzname
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| #include <time.h>
| #if !HAVE_DECL_TZNAME
| extern char *tzname[];
| #endif
| 
| int
| main ()
| {
| return tzname[0][0];
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for gethostbyname_r
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostbyname_r innocuous_gethostbyname_r
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostbyname_r (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethostbyname_r
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| /* 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_r || defined __stub___gethostbyname_r
| choke me
| #endif
| 
| int
| main ()
| {
| return gethostbyname_r ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for gethostname
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define gethostname to an innocuous variant, in case <limits.h> declares gethostname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostname innocuous_gethostname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethostname
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostname ();
| /* 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_gethostname || defined __stub___gethostname
| choke me
| #endif
| 
| int
| main ()
| {
| return gethostname ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for usleep
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define usleep to an innocuous variant, in case <limits.h> declares usleep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define usleep innocuous_usleep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char usleep (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef usleep
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char usleep ();
| /* 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_usleep || defined __stub___usleep
| choke me
| #endif
| 
| int
| main ()
| {
| return usleep ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for gettimeofday
:4220: result: no
:4220: checking for time
:4220: result: no
:4220: checking for ftime
:4220: result: no
:4220: error: no function found to get the time
:4220: checking for memmove
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define memmove to an innocuous variant, in case <limits.h> declares memmove.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memmove innocuous_memmove
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memmove (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memmove
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memmove ();
| /* 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_memmove || defined __stub___memmove
| choke me
| #endif
| 
| int
| main ()
| {
| return memmove ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for memcpy
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define memcpy to an innocuous variant, in case <limits.h> declares memcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memcpy innocuous_memcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memcpy ();
| /* 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_memcpy || defined __stub___memcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return memcpy ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: error: memcpy is required
:4220: checking for dlopen in -ldl
:4220: result: no
:4220: checking for dlopen in -ldld
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldld   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for socket libraries
:4220: checking for connect
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define connect to an innocuous variant, in case <limits.h> declares connect.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define connect innocuous_connect
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char connect (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef connect
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char connect ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return connect ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for main in -lsocket
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -lsocket   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for accept
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  -lsocket -lnsl >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define accept to an innocuous variant, in case <limits.h> declares accept.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define accept innocuous_accept
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char accept (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef accept
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char accept ();
| /* 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_accept || defined __stub___accept
| choke me
| #endif
| 
| int
| main ()
| {
| return accept ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for gethostbyname
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostbyname innocuous_gethostbyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethostbyname
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return gethostbyname ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for main in -lnsl
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -lnsl    >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: result: 
:4220: checking for main in -ldl
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c -ldl   >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking dependency style of  -B/home/zopolis4/gcj/libjava/
:4220: result: none
:4220: checking size of void *
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
:4220: result: 0
:4220: checking whether byte ordering is bigendian
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| #include <sys/types.h>
| 	     #include <sys/param.h>
| 
| int
| main ()
| {
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN 		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN 		     && LITTLE_ENDIAN)
| 	      bogus endian macros
| 	     #endif
| 
|   ;
|   return 0;
| }
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| #include <limits.h>
| 
| int
| main ()
| {
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
| 	      bogus endian macros
| 	     #endif
| 
|   ;
|   return 0;
| }
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| short int ascii_mm[] =
| 		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
| 		short int ascii_ii[] =
| 		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
| 		int use_ascii (int i) {
| 		  return ascii_mm[i] + ascii_ii[i];
| 		}
| 		short int ebcdic_ii[] =
| 		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
| 		short int ebcdic_mm[] =
| 		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
| 		int use_ebcdic (int i) {
| 		  return ebcdic_mm[i] + ebcdic_ii[i];
| 		}
| 		extern int foo;
| 
| int
| main ()
| {
| return use_ascii (foo) == use_ebcdic (foo);
|   ;
|   return 0;
| }
:4220: result: unknown
:4220: error: unknown endianness
 presetting ac_cv_c_bigendian=no (or yes) will help
:4220: checking for unistd.h
:4220: result: no
:4220: checking for sys/time.h
:4220: result: no
:4220: checking for sys/types.h
:4220: result: no
:4220: checking for fcntl.h
:4220: result: no
:4220: checking for sys/ioctl.h
:4220: result: no
:4220: checking for sys/filio.h
:4220: result: no
:4220: checking for sys/stat.h
:4220: result: no
:4220: checking sys/select.h usability
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/select.h>
:4220: result: no
:4220: checking sys/select.h presence
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: result: no
:4220: checking for sys/select.h
:4220: result: no
:4220: checking for sys/socket.h
:4220: result: no
:4220: checking for netinet/in.h
:4220: result: no
:4220: checking for arpa/inet.h
:4220: result: no
:4220: checking for netdb.h
:4220: result: no
:4220: checking for pwd.h
:4220: result: no
:4220: checking for sys/config.h
:4220: result: no
:4220: checking for stdint.h
:4220: result: no
:4220: checking for langinfo.h
:4220: result: no
:4220: checking for locale.h
:4220: result: no
:4220: checking for dirent.h
:4220: result: no
:4220: checking sys/rw_lock.h usability
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/rw_lock.h>
:4220: result: no
:4220: checking sys/rw_lock.h presence
:4220: /lib/cpp  conftest.c
conftest.c:31:10: fatal error: sys/rw_lock.h: No such file or directory
   31 | #include <sys/rw_lock.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
:4220: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <sys/rw_lock.h>
:4220: result: no
:4220: checking for sys/rw_lock.h
:4220: result: no
:4220: checking for magic.h
:4220: result: no
:4220: checking for ifaddrs.h
:4220: result: no
:4220: checking for net/if.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| #include <net/if.h>
:4220: result: no
:4220: checking inttypes.h usability
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <inttypes.h>
:4220: result: no
:4220: checking inttypes.h presence
:4220: /lib/cpp  conftest.c
:4220: $? = 0
:4220: result: no
:4220: checking for inttypes.h
:4220: result: no
:4220: checking for ssize_t
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (ssize_t))
| 	 return 0;
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for magic_t
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| 
| #ifdef HAVE_MAGIC_H
| #include <magic.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof (magic_t))
| 	 return 0;
|   ;
|   return 0;
| }
:4220: result: no
:4220: checking for in_addr_t
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef STDC_HEADERS
| #include <stdlib.h>
| #include <stddef.h>
| #endif
| #if HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
:4220: result: no
:4220: checking whether struct ip_mreq is in netinet/in.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:4220: result: no
:4220: checking whether struct ipv6_mreq is in netinet/in.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:4220: result: no
:4220: checking whether struct sockaddr_in6 is in netinet/in.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:4220: result: no
:4220: checking for socklen_t in sys/socket.h
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #define _POSIX_PII_SOCKET
| #include <sys/types.h>
| #include <sys/socket.h>
:4220: result: no
:4220: checking for tm_gmtoff in struct tm
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <time.h>
:4220: result: no
:4220: checking for global timezone variable
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <time.h>
:4220: result: no
:4220: checking for global _timezone variable
:4220: /home/zopolis4/gcj/compile  -c   conftest.c >&5
/home/zopolis4/gcj/compile: 306: exec: -c: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <time.h>
:4220: result: no
:4220: checking for perl
:4220: result: no
:4220: checking whether the target supports thread-local storage
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest    conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| __thread int a; int b; int main() { return a = b; }
:4220: result: no
:4220: checking whether ld supports anonymous version scripts
:4220: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
:4220: /home/zopolis4/gcj/compile  -o conftest  -fPIC   -shared -Wl,--version-script,conftest.map conftest.c  >&5
/home/zopolis4/gcj/compile: 306: exec: -o: not found
:4220: $? = 127
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define SLOW_PTHREAD_SELF 1
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| #define HAVE_GETIPINFO 1
| /* end confdefs.h.  */
| void globalsymbol (void) {} void localsymbol (void) {}
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
:4220: result: no
:4220: result: Python modules dir: /usr/local/share/gcc-13.0.0/python/libjava
:4220: checking that generated files are newer than configure
:4220: result: done
:4220: creating ./config.status

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

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

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

on CB10LOAN01L

config.status:1413: creating Makefile
config.status:1413: creating libgcj.pc
config.status:1413: creating libgcj.spec
config.status:1413: creating libgcj-test.spec
config.status:1413: creating gcj/Makefile
config.status:1413: creating include/Makefile
config.status:1413: creating testsuite/Makefile
config.status:1413: creating contrib/aotcompile.py
config.status:1413: creating contrib/aot-compile
config.status:1413: creating contrib/aot-compile-rpm
config.status:1413: creating contrib/generate-cacerts.pl
config.status:1413: creating contrib/rebuild-gcj-db
config.status:1413: creating scripts/jar
config.status:1413: creating include/config.h
config.status:1594: include/config.h is unchanged
config.status:1413: creating gcj/libgcj-config.h
config.status:1594: gcj/libgcj-config.h is unchanged
config.status:1654: linking include/posix.h to include/platform.h
config.status:1654: linking java/io/natFilePosix.cc to java/io/natFile.cc
config.status:1654: linking java/lang/natPosixProcess.cc to java/lang/natConcreteProcess.cc
config.status:1654: linking java/net/natVMInetAddressPosix.cc to java/net/natVMInetAddress.cc
config.status:1654: linking java/net/natVMNetworkInterfacePosix.cc to java/net/natVMNetworkInterface.cc
config.status:1654: linking gnu/java/net/natPlainSocketImplPosix.cc to gnu/java/net/natPlainSocketImpl.cc
config.status:1654: linking gnu/java/net/natPlainDatagramSocketImplPosix.cc to gnu/java/net/natPlainDatagramSocketImpl.cc
config.status:1654: linking gnu/java/nio/natVMPipePosix.cc to gnu/java/nio/natVMPipe.cc
config.status:1654: linking gnu/java/nio/natVMSelectorPosix.cc to gnu/java/nio/natVMSelector.cc
config.status:1654: linking gnu/java/nio/channels/natFileChannelPosix.cc to gnu/java/nio/channels/natFileChannelImpl.cc
config.status:1654: linking gnu/java/security/jce/prng/natVMSecureRandomPosix.cc to gnu/java/security/jce/prng/natVMSecureRandom.cc
config.status:1654: linking include/boehm-gc.h to include/java-gc.h
config.status:1654: linking include/ to include/java-threads.h
config.status:1654: linking sysdep/i386/locks.h to sysdep/locks.h
config.status:1654: linking sysdep/generic/backtrace.h to sysdep/backtrace.h
config.status:1654: linking sysdep/descriptor-n.h to sysdep/descriptor.h
config.status:1654: linking include/default-signal.h to include/java-signal.h
config.status:1654: linking include/default-signal.h to include/java-signal-aux.h
config.status:1673: executing default-1 commands
:4220: === configuring in classpath (/home/zopolis4/gcj/libjava/classpath)
:4220: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-tool-wrappers' '--disable-load-library' '--disable-debug' '--enable-default-toolkit=' '--with-vm-classes=/home/zopolis4/gcj/libjava:/home/zopolis4/gcj/libjava' '--disable-core-jni' '--disable-examples' '--with-glibj=build' '--disable-plugin' '--disable-gconf-peer' '--enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory' '--disable-gtk-peer' '--disable-plugin' '--disable-qt-peer' '--without-escher' '--disable-regen-headers' '--disable-Werror' '--enable-ltdl-convenience' '--with-auxdir=/home/zopolis4/gcj' --cache-file=/dev/null --srcdir=.
:4220: error: ./configure failed for classpath
:4220: === configuring in libltdl (/home/zopolis4/gcj/libjava/libltdl)
:4220: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-tool-wrappers' '--disable-load-library' '--disable-debug' '--enable-default-toolkit=' '--with-vm-classes=/home/zopolis4/gcj/libjava:/home/zopolis4/gcj/libjava' '--disable-core-jni' '--disable-examples' '--with-glibj=build' '--disable-plugin' '--disable-gconf-peer' '--enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory' '--disable-gtk-peer' '--disable-plugin' '--disable-qt-peer' '--without-escher' '--disable-regen-headers' '--disable-Werror' '--enable-ltdl-convenience' '--with-auxdir=/home/zopolis4/gcj' --cache-file=/dev/null --srcdir=.

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


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

ACLOCAL='${SHELL} /home/zopolis4/gcj/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANONVERSCRIPT_FALSE=''
ANONVERSCRIPT_GNU_FALSE=''
ANONVERSCRIPT_GNU_TRUE='#'
ANONVERSCRIPT_SUN_FALSE=''
ANONVERSCRIPT_SUN_TRUE='#'
ANONVERSCRIPT_TRUE='#'
ANTLR_JAR='/usr/share/java/antlr.jar'
AR='false'
AS=''
ATOMICSPEC=''
AUTOCONF='${SHELL} /home/zopolis4/gcj/missing autoconf'
AUTOHEADER='${SHELL} /home/zopolis4/gcj/missing autoheader'
AUTOMAKE='${SHELL} /home/zopolis4/gcj/missing automake-1.15'
AWK=''
BACKTRACESPEC=''
BUILD_ECJ1_FALSE=''
BUILD_ECJ1_TRUE='#'
BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE=''
BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE='#'
BUILD_SUBLIBS_FALSE=''
BUILD_SUBLIBS_TRUE='#'
BUILD_VERSION=''
CC='/home/zopolis4/gcj/compile '
CCDEPMODE='depmode=none'
CFLAGS=''
CHECKREFSPEC=''
CLASSPATH_SEPARATOR=':'
CPP='/lib/cpp'
CPPFLAGS=''
CPU=''
CREATE_GJDOC_FALSE='#'
CREATE_GJDOC_TRUE=''
CREATE_JAVA_HOME_FALSE=''
CREATE_JAVA_HOME_TRUE='#'
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRLTDL='libltdl'
DIVIDESPEC='-fno-use-divide-subroutine'
DLLTOOL=':'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ_BUILD_JAR=''
ECJ_JAR=''
EGREP=''
ENABLE_SHARED_FALSE=''
ENABLE_SHARED_TRUE='#'
EXCEPTIONSPEC='-fnon-call-exceptions'
EXEEXT=''
FGREP=''
GCC_FOR_ECJX='$(CXX)'
GCDEPS=''
GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
GCJ=' -B/home/zopolis4/gcj/libjava/'
GCJDEPMODE='depmode=none'
GCJFLAGS='-g -O2'
GCJH='gcjh'
GCJVERSION='13.0.0'
GCJ_BIN_DIR=''
GCJ_FOR_ECJX='$(GCJ)'
GCLIBS='../boehm-gc/libgcjgc_convenience.la'
GCSPEC=''
GCTESTSPEC='-L/home/zopolis4/gcj/libjava/../boehm-gc/.libs -rpath /home/zopolis4/gcj/libjava/../boehm-gc/.libs'
GLIB_CFLAGS=''
GLIB_LIBS=''
GREP='grep'
GTK_CFLAGS=''
GTK_LIBS=''
HASH_SYNC_SPEC='-fhash-synchronization'
IEEESPEC=''
INCLTDL='-I$(top_srcdir)/libltdl -I${top_srcdir}/libltdl'
INSTALL_AOT_RPM_FALSE=''
INSTALL_AOT_RPM_TRUE='#'
INSTALL_BINARIES_FALSE='#'
INSTALL_BINARIES_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_ECJ_JAR_FALSE=''
INSTALL_ECJ_JAR_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERPRETER='yes'
INTERPRETER_FALSE='#'
INTERPRETER_TRUE=''
JAR='no'
JAVA_HOME=''
JAVA_HOME_SET_FALSE=''
JAVA_HOME_SET_TRUE='#'
JAVA_MAINTAINER_MODE_FALSE=''
JAVA_MAINTAINER_MODE_TRUE='#'
JAVA_VERSION=''
JC1GCSPEC='-fuse-boehm-gc'
JRE_BIN_DIR=''
JRE_DIR=''
JRE_LIB_DIR=''
JRE_LNK=''
JVM_JAR_DIR=''
JVM_JAR_ROOT_DIR=''
JVM_ROOT_DIR=''
LD='/usr/bin/ld'
LDFLAGS=''
LDLIBICONV='  '
LD_FINISH_STATIC_SPEC='%{static-libgcj:-call_shared}'
LD_START_STATIC_SPEC='%{static-libgcj:-non_shared}'
LIBART_CFLAGS=''
LIBART_LIBS=''
LIBDIR=''
LIBFFI='../libffi/libffi_convenience.la'
LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
LIBGCC_UNWIND_INCLUDE='-I$(multi_basedir)/./libjava/../libgcc'
LIBGCJDEBUG='disable'
LIBGCJTESTSPEC='-L/home/zopolis4/gcj/libjava/.libs -rpath /home/zopolis4/gcj/libjava/.libs'
LIBGCJ_BC_SPEC=''
LIBGCJ_CFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_CXXFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_JAVAFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_LD_EXPORT_ALL=''
LIBGCJ_LD_SYMBOLIC='-Wl,-Bsymbolic'
LIBGCJ_LD_SYMBOLIC_FUNCTIONS=''
LIBGCJ_SPEC='%{s-bc-abi:} -lgcj'
LIBGCJ_SUBLIB_CORE_EXTRA_DEPS=''
LIBGCJ_SUBLIB_LTFLAGS=''
LIBICONV=''
LIBLTDL='${top_builddir}/libltdl/libltdlc.la'
LIBMATHSPEC='-lm'
LIBOBJS=''
LIBS=''
LIBSTDCXXSPEC=''
LIBSTDCXX_RAW_CXX_CXXFLAGS='    -I$(top_builddir)/../libstdc++-v3/include     -I$(top_builddir)/../libstdc++-v3/include/$(target_noncanonical)     -I$(top_srcdir)/../libstdc++-v3/libsupc++'
LIBSTDCXX_RAW_CXX_LDFLAGS='    $(top_builddir)/../libstdc++-v3/src/libstdc++.la'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKE='/usr/bin/make'
MAKEINFO='${SHELL} /home/zopolis4/gcj/missing makeinfo'
MKDIR_P='./../install-sh -c -d'
NATIVE_FALSE='#'
NATIVE_TRUE=''
NEEDS_DATA_START_FALSE=''
NEEDS_DATA_START_TRUE='#'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='false'
OBJEXT=''
OS=''
OTOOL64=''
OTOOL=''
PACKAGE='libjava'
PACKAGE_BUGREPORT='libjava'
PACKAGE_NAME='libjava'
PACKAGE_STRING='libjava version-unused'
PACKAGE_TARNAME='libjava'
PACKAGE_URL=''
PACKAGE_VERSION='version-unused'
PATH_SEPARATOR=':'
PERL='false'
PKG_CONFIG=''
PLATFORM='Posix'
RANLIB=':'
SDK_BIN_DIR=''
SDK_INCLUDE_DIR=''
SDK_LIB_DIR=''
SDK_LNK=''
SED='sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=':'
SUPPRESS_LIBGCJ_BC_FALSE=''
SUPPRESS_LIBGCJ_BC_TRUE='#'
SYSDEP_SOURCES=''
SYSTEMSPEC=' '
SYS_ZLIBS=''
TESTSUBDIR_FALSE='#'
TESTSUBDIR_TRUE=''
THREADCXXFLAGS=''
THREADDEPS=''
THREADINCS=''
THREADLDFLAGS=''
THREADLIBS=''
THREADSPEC=''
THREADSTARTFILESPEC=''
TOOLKIT=''
UNZIP='unzip'
USE_LIBGCJ_BC_FALSE=''
USE_LIBGCJ_BC_TRUE='#'
USING_BOEHMGC_FALSE='#'
USING_BOEHMGC_TRUE=''
USING_DARWIN_CRT_FALSE=''
USING_DARWIN_CRT_TRUE='#'
USING_GCC_FALSE='#'
USING_GCC_TRUE=''
USING_NOGC_FALSE=''
USING_NOGC_TRUE='#'
USING_NO_THREADS_FALSE=''
USING_NO_THREADS_TRUE='#'
USING_POSIX_PLATFORM_FALSE='#'
USING_POSIX_PLATFORM_TRUE=''
USING_POSIX_THREADS_FALSE=''
USING_POSIX_THREADS_TRUE='#'
USING_WIN32_PLATFORM_FALSE=''
USING_WIN32_PLATFORM_TRUE='#'
USING_WIN32_THREADS_FALSE=''
USING_WIN32_THREADS_TRUE='#'
VERSION='version-unused'
XLIB_AWT_FALSE=''
XLIB_AWT_TRUE='#'
XMKMF=''
X_AWT_FALSE=''
X_AWT_TRUE='#'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZINCS='-I$(top_srcdir)/../zlib'
ZIP='no'
ZLIBS='../zlib/libzgcj_convenience.la'
ZLIBSPEC=''
ZLIBTESTSPEC=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_GCJ=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepGCJ_FALSE=''
am__fastdepGCJ_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dbexecdir='$(toolexeclibdir)/gcj-13.0.0-18'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_ldflags=''
extra_ldflags_libjava=''
gcc_suffix=''
gcjsubdir='gcj-13.0.0-18'
gxx_include_dir='${prefix}/include/$(libstdcxx_incdir)'
here='/home/zopolis4/gcj/libjava'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_exeext=''
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/zopolis4/gcj/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libstdcxx_incdir='c++/$(gcc_version)'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_host_flags=''
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mkinstalldirs='/home/zopolis4/gcj/mkinstalldirs'
multi_basedir='./../..'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_mod_dir='${prefix}/share/gcc-13.0.0/python/libjava'
python_mod_dir_expanded='/usr/local/share/gcc-13.0.0/python/libjava'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' classpath libltdl'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
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'
toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
toolexeclibdir='$(libdir)/'
toolexecmainlibdir='$(libdir)'

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

/* confdefs.h */
#define PACKAGE_NAME "libjava"
#define PACKAGE_TARNAME "libjava"
#define PACKAGE_VERSION "version-unused"
#define PACKAGE_STRING "libjava version-unused"
#define PACKAGE_BUGREPORT "libjava"
#define PACKAGE_URL ""
#define PACKAGE "libjava"
#define VERSION "version-unused"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define AWT_TOOLKIT ""
#define LIBGCJ_PREFIX "/usr/local"
#define USE_LTDL 1
#define LT_OBJDIR ".libs/"
#define SLOW_PTHREAD_SELF 1
#define INTERPRETER 1
#define USE_LIBFFI 1
#define ENABLE_JVMPI 1
#define X_DISPLAY_MISSING 1
#define HAVE_BOEHM_GC 1
#define JV_HASH_SYNCHRONIZATION 1
#define HAVE_PROC_SELF_EXE 1
#define HAVE_PROC_SELF_MAPS 1
#define TM_IN_SYS_TIME 1
#define HAVE_DECL_TZNAME 0
#define SIZEOF_VOID_P 0
#define GCJVERSION "13.0.0"
#define JV_VERSION "1.5.0"
#define JV_API_VERSION "1.5"
#define ssize_t int
#define HAVE_GETIPINFO 1

: exit 0

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  0:18 libjava configure fails on finding no C compiler in $PATH despite gcc being present Zopolis0
@ 2022-05-10  5:51 ` Xi Ruoyao
  2022-05-10  6:55   ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Xi Ruoyao @ 2022-05-10  5:51 UTC (permalink / raw)
  To: Zopolis0, gcc-help

On Tue, 2022-05-10 at 10:18 +1000, Zopolis0 via Gcc-help wrote:
> I am running ./configure directly from libjava

Generally it's not supported by GCC building system (for each target
libraries, not only libjava).

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  5:51 ` Xi Ruoyao
@ 2022-05-10  6:55   ` Zopolis0
  2022-05-10  7:11     ` Xi Ruoyao
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-10  6:55 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: gcc-help

Yeah but the issue still shows up when i do it normally, as the build
process still runs the ./configure file in each subfirectory.

On Tue, 10 May 2022 at 15:51, Xi Ruoyao <xry111@xry111.site> wrote:

> On Tue, 2022-05-10 at 10:18 +1000, Zopolis0 via Gcc-help wrote:
> > I am running ./configure directly from libjava
>
> Generally it's not supported by GCC building system (for each target
> libraries, not only libjava).
>
> --
> Xi Ruoyao <xry111@xry111.site>
> School of Aerospace Science and Technology, Xidian University
>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  6:55   ` Zopolis0
@ 2022-05-10  7:11     ` Xi Ruoyao
  2022-05-10  7:23       ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Xi Ruoyao @ 2022-05-10  7:11 UTC (permalink / raw)
  To: Zopolis0; +Cc: gcc-help

On Tue, 2022-05-10 at 16:55 +1000, Zopolis0 wrote:
> Yeah but the issue still shows up when i do it normally, as the build
> process still runs the ./configure file in each subfirectory.
> 
> On Tue, 10 May 2022 at 15:51, Xi Ruoyao <xry111@xry111.site> wrote:
> > On Tue, 2022-05-10 at 10:18 +1000, Zopolis0 via Gcc-help wrote:
> > > I am running ./configure directly from libjava
> > 
> > Generally it's not supported by GCC building system (for each target
> > libraries, not only libjava).
> > 

Wait a minute: are you running ./configure directly in gcc source
directory when you are "doing it normally"?  No, you should make an
empty directory and run /path/to/gcc-x.y.z/configure.

If you've already done it correctly but the building system still
invokes "./configure" directly in libjava (or another subdirectory)
instead of running "/path/to/gcc-x.y.z/libjava/configure", something is
wrong in the building system.  Then we can't know why because we don't
know what you've done to GCC code.

Something you need to be aware of: if you are really doing a serious
project adding Java back to GCC, it's better to follow the FLOSS way and
publish the code somewhere.  Then it's easier to collaborate with
others.  The other people interested in Java and also experienced in
hacking GCC (forgive me if it's insulting, but it seems you are not so
familiar with GCC code to finish all the job yourself) can better help
you (I know almost nothing about Java, only able to write "Hello
world").  OTOH if you are just playing, I'll not reply anymore because
this list is for "help for building and using GCC", not "playing with
GCC".
-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  7:11     ` Xi Ruoyao
@ 2022-05-10  7:23       ` Zopolis0
  2022-05-10  8:10         ` Jonathan Wakely
  2022-05-10  8:11         ` Jonathan Wakely
  0 siblings, 2 replies; 14+ messages in thread
From: Zopolis0 @ 2022-05-10  7:23 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: gcc-help

The code is public:
https://github.com/Zopolis4/gcj, I posted it a while ago in an different
question but presumably nobody saw that because there were no replies iirc.
If I should post it in each question then I'll do that.

I'd welcome help from GCC hackers and people interested in java, but this
list is the best way I can think of to contact them, and it feels rude to
randomly email someone who I've never met before and ask for help, as
opposed to submitting a question to a dedicated question mailing list.

In regards to the issue, I am running ./configure from a seperate empty
directory outside of the gcc tree (../gcj/configure --enable-languages=java)

To my knowledge the build system invokes the configure script in libjava as
it does all the others, I think the issue is within the script itself. How
would I check the way it is running the configure script? It dosent seem to
show up in the build output.

On Tue, 10 May 2022 at 17:11, Xi Ruoyao <xry111@xry111.site> wrote:

> On Tue, 2022-05-10 at 16:55 +1000, Zopolis0 wrote:
> > Yeah but the issue still shows up when i do it normally, as the build
> > process still runs the ./configure file in each subfirectory.
> >
> > On Tue, 10 May 2022 at 15:51, Xi Ruoyao <xry111@xry111.site> wrote:
> > > On Tue, 2022-05-10 at 10:18 +1000, Zopolis0 via Gcc-help wrote:
> > > > I am running ./configure directly from libjava
> > >
> > > Generally it's not supported by GCC building system (for each target
> > > libraries, not only libjava).
> > >
>
> Wait a minute: are you running ./configure directly in gcc source
> directory when you are "doing it normally"?  No, you should make an
> empty directory and run /path/to/gcc-x.y.z/configure.
>
> If you've already done it correctly but the building system still
> invokes "./configure" directly in libjava (or another subdirectory)
> instead of running "/path/to/gcc-x.y.z/libjava/configure", something is
> wrong in the building system.  Then we can't know why because we don't
> know what you've done to GCC code.
>
> Something you need to be aware of: if you are really doing a serious
> project adding Java back to GCC, it's better to follow the FLOSS way and
> publish the code somewhere.  Then it's easier to collaborate with
> others.  The other people interested in Java and also experienced in
> hacking GCC (forgive me if it's insulting, but it seems you are not so
> familiar with GCC code to finish all the job yourself) can better help
> you (I know almost nothing about Java, only able to write "Hello
> world").  OTOH if you are just playing, I'll not reply anymore because
> this list is for "help for building and using GCC", not "playing with
> GCC".
> --
> Xi Ruoyao <xry111@xry111.site>
> School of Aerospace Science and Technology, Xidian University
>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  7:23       ` Zopolis0
@ 2022-05-10  8:10         ` Jonathan Wakely
  2022-05-10  8:11         ` Jonathan Wakely
  1 sibling, 0 replies; 14+ messages in thread
From: Jonathan Wakely @ 2022-05-10  8:10 UTC (permalink / raw)
  To: Zopolis0; +Cc: Xi Ruoyao, gcc-help

On Tue, 10 May 2022 at 08:24, Zopolis0 via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> The code is public:
> https://github.com/Zopolis4/gcj, I posted it a while ago in an different
> question but presumably nobody saw that because there were no replies iirc.
> If I should post it in each question then I'll do that.

I think it would be helpful to include the github repo URL in each new
thread. Not everybody who reads each thread will have kept all your
previous emails in their inbox, and probably won't bother to go
digging through the online archives hoping to find it.

>
> I'd welcome help from GCC hackers and people interested in java, but this
> list is the best way I can think of to contact them, and it feels rude to
> randomly email someone who I've never met before and ask for help, as
> opposed to submitting a question to a dedicated question mailing list.
>
> In regards to the issue, I am running ./configure from a seperate empty
> directory outside of the gcc tree (../gcj/configure --enable-languages=java)

Then it's very confusing to keep saying "./configure" which makes it
look like you're running it from within the source tree. If you just
mean the configure script, call it configure, not ./configure (which
is a path, not just the name of the script).

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  7:23       ` Zopolis0
  2022-05-10  8:10         ` Jonathan Wakely
@ 2022-05-10  8:11         ` Jonathan Wakely
  2022-05-10 10:56           ` Zopolis0
  1 sibling, 1 reply; 14+ messages in thread
From: Jonathan Wakely @ 2022-05-10  8:11 UTC (permalink / raw)
  To: Zopolis0; +Cc: Xi Ruoyao, gcc-help

On Tue, 10 May 2022 at 08:24, Zopolis0 via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
> To my knowledge the build system invokes the configure script in libjava as
> it does all the others, I think the issue is within the script itself. How
> would I check the way it is running the configure script? It dosent seem to
> show up in the build output.

Each directory in the build tree has a config.log which is created by
the configure script for that directory.

At the top of config.log it shows how configure was run.

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10  8:11         ` Jonathan Wakely
@ 2022-05-10 10:56           ` Zopolis0
  2022-05-10 11:01             ` Xi Ruoyao
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-10 10:56 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: Xi Ruoyao, gcc-help

By the build tree do you mean the directory I'm running configure from? If
so, then no libjava directory is present despite the libjava configure
script certainly running during the build process.

On Tue, May 10, 2022 at 6:11 PM Jonathan Wakely <jwakely.gcc@gmail.com>
wrote:

> On Tue, 10 May 2022 at 08:24, Zopolis0 via Gcc-help
> <gcc-help@gcc.gnu.org> wrote:
> > To my knowledge the build system invokes the configure script in libjava
> as
> > it does all the others, I think the issue is within the script itself.
> How
> > would I check the way it is running the configure script? It dosent seem
> to
> > show up in the build output.
>
> Each directory in the build tree has a config.log which is created by
> the configure script for that directory.
>
> At the top of config.log it shows how configure was run.
>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10 10:56           ` Zopolis0
@ 2022-05-10 11:01             ` Xi Ruoyao
  2022-05-10 11:18               ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Xi Ruoyao @ 2022-05-10 11:01 UTC (permalink / raw)
  To: Zopolis0, Jonathan Wakely; +Cc: gcc-help

On Tue, 2022-05-10 at 20:56 +1000, Zopolis0 wrote:
> By the build tree do you mean the directory I'm running configure
> from? If so, then no libjava directory is present despite the libjava
> configure script certainly running during the build process. 

It should be in x86_64-pc-linux-gnu (or whatever triplet for your
platform) directory, along with other target libraries (for eg
libstdc++-v3).  If not, something is wrong.

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10 11:01             ` Xi Ruoyao
@ 2022-05-10 11:18               ` Zopolis0
  2022-05-11  3:53                 ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-10 11:18 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: Jonathan Wakely, gcc-help

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

Thanks. So, the build system is invoking it correctly, as far as I can
tell. (/home/zopolis4/gcj/libjava/configure --srcdir=../../../gcj/libjava
--cache-file=./config.cache --enable-multilib --disable-bootstrap
--disable-libstdcxx --enable-languages=c,c++,java,lto
--program-transform-name=s,y,y, --disable-option-checking
--with-target-subdir=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu
--host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --disable-static)

On Tue, May 10, 2022 at 9:01 PM Xi Ruoyao <xry111@xry111.site> wrote:

> On Tue, 2022-05-10 at 20:56 +1000, Zopolis0 wrote:
> > By the build tree do you mean the directory I'm running configure
> > from? If so, then no libjava directory is present despite the libjava
> > configure script certainly running during the build process.
>
> It should be in x86_64-pc-linux-gnu (or whatever triplet for your
> platform) directory, along with other target libraries (for eg
> libstdc++-v3).  If not, something is wrong.
>
> --
> Xi Ruoyao <xry111@xry111.site>
> School of Aerospace Science and Technology, Xidian University
>

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

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

It was created by libjava  version-unused, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/zopolis4/gcj/libjava/configure --srcdir=../../../gcj/libjava --cache-file=./config.cache --enable-multilib --disable-bootstrap --disable-libstdcxx --enable-languages=c,c++,java,lto --program-transform-name=s,y,y, --disable-option-checking --with-target-subdir=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --disable-static

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

hostname = CB10LOAN01L
uname -m = x86_64
uname -r = 5.10.102.1-microsoft-standard-WSL2
uname -s = Linux
uname -v = #1 SMP Wed Mar 2 00:30:59 UTC 2022

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /usr/lib/wsl/lib
PATH: /mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4
PATH: /mnt/c/WINDOWS/system32
PATH: /mnt/c/WINDOWS
PATH: /mnt/c/WINDOWS/System32/Wbem
PATH: /mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/
PATH: /mnt/c/WINDOWS/System32/OpenSSH/
PATH: /mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/
PATH: /mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/
PATH: /mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps
PATH: /mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts


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

:2823: creating cache ./config.cache
:2935: checking build system type
:2949: result: x86_64-pc-linux-gnu
:3065: checking host system type
:3078: result: x86_64-pc-linux-gnu
:3098: checking target system type
:3111: result: x86_64-pc-linux-gnu
:3163: checking whether ln -s works
:3167: result: yes
:3256: checking for antlr.jar
:3272: result: /usr/share/java/antlr.jar
:3297: checking whether to build gjdoc
:3302: result: yes
:3355: checking for a BSD-compatible install
:3423: result: /usr/bin/install -c
:3434: checking whether build environment is sane
:3489: result: yes
:3640: checking for a thread-safe mkdir -p
:3679: result: ../../../gcj/libjava/../install-sh -c -d
:3686: checking for gawk
:3713: result: mawk
:3724: checking whether make sets $(MAKE)
:3746: result: yes
:3775: checking whether make supports nested variables
:3792: result: yes
:3809: error: source directory already configured; run "make distclean" there first
:3809: checking for x86_64-pc-linux-gnu-gcc
:3809: result: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   
:3809: checking for C compiler version
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    --version >&5
xgcc (GCC) 13.0.0 20220508 (experimental)
Copyright (C) 2022 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.

:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -v >&5
Reading specs from /home/zopolis4/gcjbuild/./gcc/specs
COLLECT_GCC=/home/zopolis4/gcjbuild/./gcc/xgcc
COLLECT_LTO_WRAPPER=/home/zopolis4/gcjbuild/./gcc/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcj/configure --disable-bootstrap --disable-libstdcxx --enable-languages=java
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.0.0 20220508 (experimental) (GCC) 
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -V >&5
xgcc: error: unrecognized command-line option '-V'
xgcc: fatal error: no input files
compilation terminated.
:3809: $? = 1
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -qversion >&5
xgcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
xgcc: fatal error: no input files
compilation terminated.
:3809: $? = 1
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: checking whether the C compiler works
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: yes
:3809: checking for C compiler default output file name
:3809: result: a.out
:3809: checking for suffix of executables
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: 
:3809: checking whether we are cross compiling
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: ./conftest
:3809: $? = 0
:3809: result: no
:3809: checking for suffix of object files
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: o
:3809: checking whether we are using the GNU C compiler
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking whether /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    accepts -g
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g  conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c   conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    option to accept ISO C89
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include     -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -qlanglvl=extc89 -c -g -O2  conftest.c >&5
xgcc: error: unrecognized command-line option '-qlanglvl=extc89'
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -qlanglvl=ansi -c -g -O2  conftest.c >&5
xgcc: error: unrecognized command-line option '-qlanglvl=ansi'
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -std -c -g -O2  conftest.c >&5
xgcc: error: unrecognized command-line option '-std'
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -Ae -c -g -O2  conftest.c >&5
<command-line>: error: missing '(' after predicate
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -Aa -D_HPUX_SOURCE -c -g -O2  conftest.c >&5
<command-line>: error: missing '(' after predicate
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -Xc -D__EXTENSIONS__ -c -g -O2  conftest.c >&5
xgcc: error: unrecognized command-line option '-Xc'; did you mean '-X'?
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| struct stat;
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
:3809: result: unsupported
:3809: checking whether /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    understands -c and -o together
:4769: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c conftest.c -o conftest2.o
:4772: $? = 0
:4769: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c conftest.c -o conftest2.o
:4772: $? = 0
:3809: result: yes
:3809: checking for style of include used by make
:3809: result: GNU
:3809: checking dependency style of /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   
:3809: result: gcc3
:3809: checking for C++ compiler version
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    --version >&5
xgcc (GCC) 13.0.0 20220508 (experimental)
Copyright (C) 2022 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.

:3809: $? = 0
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -v >&5
Reading specs from /home/zopolis4/gcjbuild/./gcc/specs
COLLECT_GCC=/home/zopolis4/gcjbuild/./gcc/xgcc
COLLECT_LTO_WRAPPER=/home/zopolis4/gcjbuild/./gcc/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcj/configure --disable-bootstrap --disable-libstdcxx --enable-languages=java
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.0.0 20220508 (experimental) (GCC) 
:3809: $? = 0
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -V >&5
xgcc: error: unrecognized command-line option '-V'
xgcc: fatal error: no input files
compilation terminated.
:3809: $? = 1
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -qversion >&5
xgcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
xgcc: fatal error: no input files
compilation terminated.
:3809: $? = 1
:3809: checking whether we are using the GNU C++ compiler
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -D_GNU_SOURCE -fno-builtin  conftest.cpp >&5
:3809: $? = 0
:3809: result: no
:3809: checking whether  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    accepts -g
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g  conftest.cpp >&5
:3809: $? = 0
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c   conftest.cpp >&5
:3809: $? = 0
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g  conftest.cpp >&5
:3809: $? = 0
:3809: result: no
:3809: checking dependency style of  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   
:3809: result: gcc3
:3809: checking for x86_64-pc-linux-gnu-as
:3809: result: /home/zopolis4/gcjbuild/./gcc/as
:3809: checking for x86_64-pc-linux-gnu-ld
:3809: result: /home/zopolis4/gcjbuild/./gcc/collect-ld
:3809: checking for x86_64-pc-linux-gnu-ar
:3809: result: ar
:3809: checking for x86_64-pc-linux-gnu-ranlib
:3809: result: ranlib
:3809: checking for x86_64-pc-linux-gnu-dlltool
:3809: result: dlltool
:3809: checking for gawk
:3809: result: mawk
:3809: checking for jar
:3809: result: no
:3809: checking for fastjar
:3809: result: no
:3809: checking for gjar
:3809: result: no
:3809: checking for zip
:3809: result: no
:3809: checking for unzip
:3809: result: unzip
:3809: error: cannot find neither zip nor jar, cannot continue
:3809: checking whether to enable maintainer-specific portions of Makefiles
:3809: result: no
:3809: checking if the linker (/home/zopolis4/gcjbuild/./gcc/collect-ld) is GNU ld
GNU ld (GNU Binutils for Debian) 2.35.2
:3809: result: yes
:3809: checking if the GNU linker (/home/zopolis4/gcjbuild/./gcc/collect-ld) supports -Bsymbolic-functions
  -Bsymbolic-functions        Bind global function references locally
:3809: result: yes
:3809: checking dynamic linker characteristics
:3809: result: GNU/Linux ld.so
:3809: checking which variable specifies run-time library path
:3809: result: LD_LIBRARY_PATH
:3809: checking how to print strings
:3809: result: printf
:3809: checking for a sed that does not truncate output
:3809: result: /bin/sed
:3809: checking for grep that handles long lines and -e
:3809: error: no acceptable grep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/xpg4/bin
:3809: result: 
:3809: checking for egrep
:3809: error: no acceptable egrep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/xpg4/bin
:3809: result: 
:3809: checking for fgrep
:3809: error: no acceptable fgrep could be found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.12.2.0_x64__76v4gfsz19hv4:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/Common Files/Propellerhead Software/ReWire/:/mnt/c/Program Files/Common Files/Propellerhead Software/ReWire/:/mnt/c/Users/24ms.down/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/24ms.down/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/LocalCache/local-packages/Python310/Scripts:/usr/xpg4/bin
:3809: result: 
:3809: checking for GNU ld
:3809: result: /home/zopolis4/gcjbuild/./gcc/collect-ld
:3809: checking if the linker (/home/zopolis4/gcjbuild/./gcc/collect-ld) is GNU ld
:3809: result: yes
:3809: checking for BSD- or MS-compatible name lister (nm)
:3809: result: /home/zopolis4/gcjbuild/./gcc/nm
:3809: checking the name lister (/home/zopolis4/gcjbuild/./gcc/nm) interface
:7728: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:7731: /home/zopolis4/gcjbuild/./gcc/nm "conftest.o"
:7734: output
0000000000000000 B some_variable
:3809: result: BSD nm
:3809: checking the maximum length of command line arguments
:3809: result: 1572864
:3809: checking whether the shell understands some XSI constructs
:3809: result: yes
:3809: checking whether the shell understands "+="
:3809: result: yes
:3809: checking for /home/zopolis4/gcjbuild/./gcc/collect-ld option to reload object files
:3809: result: -r
:3809: checking for x86_64-pc-linux-gnu-objdump
:3809: result: objdump
:3809: checking how to recognize dependent libraries
:3809: result: pass_all
:3809: checking for x86_64-pc-linux-gnu-ar
:3809: result: ar
:3809: checking for x86_64-pc-linux-gnu-strip
:3809: result: strip
:3809: checking for x86_64-pc-linux-gnu-ranlib
:3809: result: ranlib
:3809: checking command to parse /home/zopolis4/gcjbuild/./gcc/nm output from /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    object
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c conftstm.o >&5
:3809: $? = 0
:3809: result: ok
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: checking how to run the C preprocessor
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E  conftest.c
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E  conftest.c
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:462,
                 from /usr/include/assert.h:36,
                 from conftest.c:19:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
   30 | # error "You need a ISO C conforming compiler to use the glibc headers"
      |   ^~~~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:462,
                 from /usr/include/assert.h:36,
                 from conftest.c:19:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
   30 | # error "You need a ISO C conforming compiler to use the glibc headers"
      |   ^~~~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: result: /lib/cpp
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: error: in `/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava':
:3809: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
:3809: checking for ANSI C header files
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for sys/types.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for sys/stat.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for stdlib.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for string.h
:3809: result: no
:3809: checking for memory.h
:3809: result: no
:3809: checking for strings.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for inttypes.h
:3809: result: no
:3809: checking for stdint.h
:3809: result: no
:3809: checking for unistd.h
:3809: result: no
:3809: checking for dlfcn.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for objdir
:3809: result: .libs
:3809: checking for /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    option to produce PIC
:3809: result:  -DPIC
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    PIC flag  -DPIC works
:10861: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2   -DPIC -DPIC conftest.c >&5
:10865: $? = 0
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    static flag  works
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:10966: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  -o out/conftest2.o conftest.c >&5
:10970: $? = 0
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:3809: result: yes
:3809: checking whether the /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    linker (/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64) supports shared libraries
:3809: result: no
:3809: checking dynamic linker characteristics
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2    conftest.c  >&5
:3809: $? = 0
:3809: result: GNU/Linux ld.so
:3809: checking how to hardcode library paths into programs
:3809: result: unsupported
:3809: checking for shl_load
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: /tmp/ccyNi777.o: in function `main':
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/conftest.c:50: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for shl_load in -ldld
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for dlopen
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: /tmp/cczYr09E.o: in function `main':
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/conftest.c:50: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for dlopen in -ldl
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldl   >&5
:3809: $? = 0
:3809: result: no
:3809: checking for dlopen in -lsvld
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lsvld   >&5
/usr/bin/ld: cannot find -lsvld
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for dld_link in -ldld
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking whether stripping libraries is possible
:3809: result: yes
:3809: checking if libtool supports shared libraries
:3809: result: no
:3809: checking whether to build shared libraries
:3809: result: no
:3809: checking whether to build static libraries
:3809: result: yes
:3809: checking how to run the C++ preprocessor
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E  conftest.cpp
:3809: $? = 0
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -E  conftest.cpp
:3809: $? = 0
:3809: /lib/cpp  conftest.cpp
:3809: $? = 0
:3809: /lib/cpp  conftest.cpp
:3809: $? = 0
:3809: result: /lib/cpp
:3809: /lib/cpp  conftest.cpp
:3809: $? = 0
:3809: /lib/cpp  conftest.cpp
:3809: $? = 0
:3809: error: in `/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava':
:3809: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
:3809: checking whether the  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    linker (/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64) supports shared libraries
:3809: result: yes
:3809:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -D_GNU_SOURCE  conftest.cpp >&5
:3809: $? = 0
:3809: checking for  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    option to produce PIC
:3809: result:  -DPIC
:3809: checking if  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    PIC flag  -DPIC works
:15772:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -D_GNU_SOURCE   -DPIC -DPIC conftest.cpp >&5
:15776: $? = 0
:3809: result: yes
:3809: checking if  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    static flag  works
:3809: result: yes
:3809: checking if  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:15871:  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -D_GNU_SOURCE  -o out/conftest2.o conftest.cpp >&5
:15875: $? = 0
:3809: result: yes
:3809: checking if  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:3809: result: yes
:3809: checking whether the  /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    linker (/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64) supports shared libraries
:3809: result: yes
:3809: checking dynamic linker characteristics
:3809: result: GNU/Linux ld.so
:3809: checking how to hardcode library paths into programs
:3809: result: unsupported
:3809: checking for x86_64-pc-linux-gnu-gcj
:3809: result:  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: checking dependency style of  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: result: none
:3809: checking for x86_64-pc-linux-gnu-gcj
:3809: result:  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: checking dependency style of  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: result: none
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -fno-rtti -fno-exceptions
:17478: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
:17482: $? = 0
:3809: result: no
:3809: checking for /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    option to produce PIC
:3809: result: -fPIC
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    PIC flag -fPIC works
:17825: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  -fPIC conftest.c >&5
:17829: $? = 0
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    static flag -static works
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:17924: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  -o out/conftest2.o conftest.c >&5
:17928: $? = 0
:3809: result: yes
:3809: checking if /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    supports -c -o file.o
:3809: result: yes
:3809: checking whether the /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    linker (/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64) supports shared libraries
:3809: result: no
:3809: checking how to hardcode library paths into programs
:3809: result: unsupported
:3809: checking whether the compiler is configured for setjmp/longjmp exceptions
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: yes
conftest.c:19:10: fatal error: sys/config.h: No such file or directory
   19 | #include <sys/config.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
:3809: checking for X
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lX11  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for --no-merge-exidx-entries
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   -Wl,--no-merge-exidx-entries conftest.c  >&5
/usr/bin/ld: unrecognized option '--no-merge-exidx-entries'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
| int main(void){ return 0;}
:3809: result: no
:3809: checking for garbage collector to use
:3809: result: boehm
:3809: checking for thread model used by GCC
:3809: result: posix
:3809: checking for strerror_r
:3809: result: no
:3809: checking for select
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for fstat
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for open
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for fsync
:3809: result: no
:3809: checking for sleep
:3809: result: no
:3809: checking for opendir
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for localtime_r
:3809: result: no
:3809: checking for getpwuid_r
:3809: result: no
:3809: checking for getcwd
:3809: result: no
:3809: checking for access
:3809: result: no
:3809: checking for stat
:3809: result: no
:3809: checking for lstat
:3809: result: no
:3809: checking for mkdir
:3809: result: no
:3809: checking for rename
:3809: result: no
:3809: checking for rmdir
:3809: result: no
:3809: checking for unlink
:3809: result: no
:3809: checking for utime
:3809: result: no
:3809: checking for chmod
:3809: result: no
:3809: checking for readlink
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for nl_langinfo
:3809: result: no
:3809: checking for setlocale
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for inet_pton
:3809: result: no
:3809: checking for uname
:3809: result: no
:3809: checking for inet_ntoa
:3809: result: no
:3809: checking for getrlimit
:3809: result: no
:3809: checking for sigaction
:3809: result: no
:3809: checking for ftruncate
:3809: result: no
:3809: checking for mmap
:3809: result: no
:3809: checking for getifaddrs
:3809: result: no
:3809: checking for inet_aton
:3809: result: no
:3809: checking for inet_addr
:3809: result: no
:3809: checking for unistd.h
:3809: result: no
:3809: checking for dlfcn.h
:3809: result: no
:3809: checking sys/resource.h usability
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking sys/resource.h presence
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: result: no
:3809: checking for sys/resource.h
:3809: result: no
:3809: checking for dladdr in -ldl
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldl   >&5
:3809: $? = 0
:3809: result: no
:3809: checking for dladdr in -ldld
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dladdr ();
| int
| main ()
| {
| return dladdr ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for /proc/self/exe
:3809: result: yes
:3809: checking for /proc/self/maps
:3809: result: yes
:3809: checking for ld used by GCC
:3809: result: /home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64
:3809: checking if the linker (/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64) is GNU ld
:3809: result: yes
:3809: checking for shared library run path origin
:3809: result: done
:3809: checking for iconv
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2    conftest.c  >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2    conftest.c  -liconv >&5
/usr/bin/ld: cannot find -liconv
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|          iconv(cd,NULL,NULL,NULL,NULL);
|          iconv_close(cd);
|   ;
|   return 0;
| }
:3809: result: no, consider installing GNU libiconv
:3809: checking for LC_MESSAGES
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking whether struct tm is in sys/time.h or time.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: sys/time.h
:3809: checking for struct tm.tm_zone
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:18: error: storage size of 'ac_aggr' isn't known
   37 | static struct tm ac_aggr;
      |                  ^~~~~~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:18: error: storage size of 'ac_aggr' isn't known
   37 | static struct tm ac_aggr;
      |                  ^~~~~~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking whether tzname is declared
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for tzname
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for gethostbyname_r
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for gethostname
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for usleep
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for sched_yield
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  -lpthread >&5
:3809: $? = 0
:3809: result: no
:3809: checking for sched_yield in -lrt
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lrt   -lpthread >&5
:3809: $? = 0
:3809: result: no
:3809: checking for sched_yield in -lposix4
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lposix4   -lpthread >&5
/usr/bin/ld: cannot find -lposix4
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_yield ();
| int
| main ()
| {
| return sched_yield ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for clock_gettime in -lrt
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lrt   -lpthread >&5
:3809: $? = 0
:3809: result: no
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: checking for gettimeofday
:3809: result: no
:3809: checking for time
:3809: result: no
:3809: checking for ftime
:3809: result: no
:3809: error: no function found to get the time
:3809: checking for memmove
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
conftest.c:54:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   54 | char memmove ();
      |      ^~~~~~~
conftest.c:42:1: note: 'memmove' is declared in header '<string.h>'
   41 | # include <limits.h>
   42 | #else
:3809: $? = 0
:3809: result: no
:3809: checking for memcpy
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
conftest.c:54:6: warning: conflicting types for built-in function 'memcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   54 | char memcpy ();
      |      ^~~~~~
conftest.c:42:1: note: 'memcpy' is declared in header '<string.h>'
   41 | # include <limits.h>
   42 | #else
:3809: $? = 0
:3809: result: no
:3809: error: memcpy is required
:3809: checking for dlopen in -ldl
:3809: result: no
:3809: checking for dlopen in -ldld
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for socket libraries
:3809: checking for connect
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: checking for main in -lsocket
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for accept
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  -lsocket -lnsl >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| /* end confdefs.h.  */
| /* Define accept to an innocuous variant, in case <limits.h> declares accept.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define accept innocuous_accept
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char accept (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef accept
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char accept ();
| /* 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_accept || defined __stub___accept
| choke me
| #endif
| 
| int
| main ()
| {
| return accept ();
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for gethostbyname
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c   >&5
:3809: $? = 0
:3809: result: no
:3809: checking for main in -lnsl
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -lnsl    >&5
:3809: $? = 0
:3809: result: no
:3809: result: 
:3809: checking for main in -ldl
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c -ldl   >&5
:3809: $? = 0
:3809: result: no
:3809: checking for x86_64-pc-linux-gnu-gcj
:3809: result:  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: checking dependency style of  -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/
:3809: result: none
:3809: checking size of void *
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: ./conftest
:3809: $? = 0
:3809: result: 0
:3809: checking whether byte ordering is bigendian
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:33:16: error: unknown type name 'not'
   33 |                not a universal capable compiler
      |                ^~~
conftest.c:33:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
   33 |                not a universal capable compiler
      |                      ^~~~~~~~~
conftest.c:33:22: error: unknown type name 'universal'
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:15: error: unknown type name 'bogus'
   38 |               bogus endian macros
      |               ^~~~~
conftest.c:38:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
   38 |               bogus endian macros
      |                            ^~~~~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h.  */
| #include <limits.h>
| 
| int
| main ()
| {
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
| 	      bogus endian macros
| 	     #endif
| 
|   ;
|   return 0;
| }
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: ./conftest
:3809: $? = 0
:3809: result: yes
:3809: checking for unistd.h
:3809: result: no
:3809: checking for sys/time.h
:3809: result: no
:3809: checking for sys/types.h
:3809: result: no
:3809: checking for fcntl.h
:3809: result: no
:3809: checking for sys/ioctl.h
:3809: result: no
:3809: checking for sys/filio.h
:3809: result: no
:3809: checking for sys/stat.h
:3809: result: no
:3809: checking sys/select.h usability
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking sys/select.h presence
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: result: no
:3809: checking for sys/select.h
:3809: result: no
:3809: checking for sys/socket.h
:3809: result: no
:3809: checking for netinet/in.h
:3809: result: no
:3809: checking for arpa/inet.h
:3809: result: no
:3809: checking for netdb.h
:3809: result: no
:3809: checking for pwd.h
:3809: result: no
:3809: checking for sys/config.h
:3809: result: no
:3809: checking for stdint.h
:3809: result: no
:3809: checking for langinfo.h
:3809: result: no
:3809: checking for locale.h
:3809: result: no
:3809: checking for dirent.h
:3809: result: no
:3809: checking sys/rw_lock.h usability
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:69:10: fatal error: sys/rw_lock.h: No such file or directory
   69 | #include <sys/rw_lock.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/rw_lock.h>
:3809: result: no
:3809: checking sys/rw_lock.h presence
:3809: /lib/cpp  conftest.c
conftest.c:36:10: fatal error: sys/rw_lock.h: No such file or directory
   36 | #include <sys/rw_lock.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| /* end confdefs.h.  */
| #include <sys/rw_lock.h>
:3809: result: no
:3809: checking for sys/rw_lock.h
:3809: result: no
:3809: checking for magic.h
:3809: result: no
:3809: checking for ifaddrs.h
:3809: result: no
:3809: checking for net/if.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking inttypes.h usability
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking inttypes.h presence
:3809: /lib/cpp  conftest.c
:3809: $? = 0
:3809: result: no
:3809: checking for inttypes.h
:3809: result: no
:3809: checking for ssize_t
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for magic_t
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:45:13: error: 'magic_t' undeclared (first use in this function)
   45 | if (sizeof (magic_t))
      |             ^~~~~~~
conftest.c:45:13: note: each undeclared identifier is reported only once for each function it appears in
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| 
| #ifdef HAVE_MAGIC_H
| #include <magic.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof (magic_t))
| 	 return 0;
|   ;
|   return 0;
| }
:3809: result: no
:3809: checking for in_addr_t
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:35:17: error: two or more data types in declaration specifiers
   35 | #define ssize_t int
      |                 ^~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef STDC_HEADERS
| #include <stdlib.h>
| #include <stddef.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
:3809: result: no
:3809: checking whether struct ip_mreq is in netinet/in.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:35:17: error: two or more data types in declaration specifiers
   35 | #define ssize_t int
      |                 ^~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:3809: result: no
:3809: checking whether struct ipv6_mreq is in netinet/in.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:35:17: error: two or more data types in declaration specifiers
   35 | #define ssize_t int
      |                 ^~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:3809: result: no
:3809: checking whether struct sockaddr_in6 is in netinet/in.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:35:17: error: two or more data types in declaration specifiers
   35 | #define ssize_t int
      |                 ^~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #include <netinet/in.h>
:3809: result: no
:3809: checking for socklen_t in sys/socket.h
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
conftest.c:35:17: error: two or more data types in declaration specifiers
   35 | #define ssize_t int
      |                 ^~~
:3809: $? = 1
: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjava"
| #define PACKAGE_TARNAME "libjava"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libjava version-unused"
| #define PACKAGE_BUGREPORT "libjava"
| #define PACKAGE_URL ""
| #define PACKAGE "libjava"
| #define VERSION "version-unused"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define AWT_TOOLKIT ""
| #define LIBGCJ_PREFIX "/usr/local"
| #define USE_LTDL 1
| #define LT_OBJDIR ".libs/"
| #define INTERPRETER 1
| #define USE_LIBFFI 1
| #define ENABLE_JVMPI 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_BOEHM_GC 1
| #define LINUX_THREADS 1
| #define HAVE_PTHREAD_MUTEXATTR_INIT 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define JV_HASH_SYNCHRONIZATION 1
| #define HAVE__PROC_SELF_EXE 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE__PROC_SELF_MAPS 1
| #define HAVE_PROC_SELF_MAPS 1
| #define TM_IN_SYS_TIME 1
| #define HAVE_DECL_TZNAME 0
| #define SIZEOF_VOID_P 0
| #define WORDS_BIGENDIAN 1
| #define GCJVERSION "13.0.0"
| #define JV_VERSION "1.5.0"
| #define JV_API_VERSION "1.5"
| #define ssize_t int
| /* end confdefs.h.  */
| #define _POSIX_PII_SOCKET
| #include <sys/types.h>
| #include <sys/socket.h>
:3809: result: no
:3809: checking for tm_gmtoff in struct tm
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for global timezone variable
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for global _timezone variable
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2  conftest.c >&5
:3809: $? = 0
:3809: result: no
:3809: checking for perl
:3809: result: no
:3809: checking whether the target supports thread-local storage
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2   conftest.c  >&5
:3809: $? = 0
:3809: ./conftest
:3809: $? = 0
:3809: result: no
:3809: checking whether ld supports anonymous version scripts
:3809: /home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include    -o conftest -g -O2 -fPIC   -shared -Wl,--version-script,conftest.map conftest.c  >&5
:3809: $? = 0
:3809: result: no
:3809: result: Python modules dir: /usr/local/share/gcc-13.0.0/python/libjava
:3809: updating cache ./config.cache
:3809: checking that generated files are newer than configure
:3809: result: done
:3809: creating ./config.status

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

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

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

on CB10LOAN01L

config.status:1419: creating Makefile
config.status:1419: creating libgcj.pc
config.status:1419: creating libgcj.spec
config.status:1419: creating libgcj-test.spec
config.status:1419: creating gcj/Makefile
config.status:1419: creating include/Makefile
config.status:1419: creating testsuite/Makefile
config.status:1419: creating contrib/aotcompile.py
config.status:1419: creating contrib/aot-compile
config.status:1419: creating contrib/aot-compile-rpm
config.status:1419: creating contrib/generate-cacerts.pl
config.status:1419: creating contrib/rebuild-gcj-db
config.status:1419: creating scripts/jar
config.status:1419: creating include/config.h
config.status:1419: creating gcj/libgcj-config.h
config.status:1645: linking ../../../gcj/libjava/include/posix.h to include/platform.h
config.status:1645: linking ../../../gcj/libjava/java/io/natFilePosix.cc to java/io/natFile.cc
config.status:1645: linking ../../../gcj/libjava/java/lang/natPosixProcess.cc to java/lang/natConcreteProcess.cc
config.status:1645: linking ../../../gcj/libjava/java/net/natVMInetAddressPosix.cc to java/net/natVMInetAddress.cc
config.status:1645: linking ../../../gcj/libjava/java/net/natVMNetworkInterfacePosix.cc to java/net/natVMNetworkInterface.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/net/natPlainSocketImplPosix.cc to gnu/java/net/natPlainSocketImpl.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/net/natPlainDatagramSocketImplPosix.cc to gnu/java/net/natPlainDatagramSocketImpl.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/nio/natVMPipePosix.cc to gnu/java/nio/natVMPipe.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/nio/natVMSelectorPosix.cc to gnu/java/nio/natVMSelector.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/nio/channels/natFileChannelPosix.cc to gnu/java/nio/channels/natFileChannelImpl.cc
config.status:1645: linking ../../../gcj/libjava/gnu/java/security/jce/prng/natVMSecureRandomPosix.cc to gnu/java/security/jce/prng/natVMSecureRandom.cc
config.status:1645: linking ../../../gcj/libjava/include/boehm-gc.h to include/java-gc.h
config.status:1645: linking ../../../gcj/libjava/include/posix-threads.h to include/java-threads.h
config.status:1645: linking ../../../gcj/libjava/sysdep/i386/locks.h to sysdep/locks.h
config.status:1645: linking ../../../gcj/libjava/sysdep/generic/backtrace.h to sysdep/backtrace.h
config.status:1645: linking ../../../gcj/libjava/sysdep/descriptor-n.h to sysdep/descriptor.h
config.status:1645: linking ../../../gcj/libjava/include/default-signal.h to include/java-signal.h
config.status:1645: linking ../../../gcj/libjava/include/default-signal.h to include/java-signal-aux.h
config.status:1664: executing default-1 commands
config.status:1664: executing depfiles commands
config.status:1664: executing libtool commands
:3809: === configuring in classpath (/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/classpath)
:3809: running /bin/bash ../../../../gcj/libjava/classpath/configure --disable-option-checking '--prefix=/usr/local'  '--enable-multilib' '--disable-bootstrap' '--disable-libstdcxx' '--enable-languages=c,c++,java,lto' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' '--disable-static' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=/home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXX= /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   ' 'CXXFLAGS=-g -O2 -D_GNU_SOURCE' '--disable-tool-wrappers' '--disable-load-library' '--disable-debug' '--enable-default-toolkit=' '--with-vm-classes=/home/zopolis4/gcj/libjava:/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava' '--disable-core-jni' '--disable-examples' '--with-glibj=build' '--disable-plugin' '--disable-gconf-peer' '--enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory' '--disable-gtk-peer' '--disable-plugin' '--disable-qt-peer' '--without-escher' '--disable-regen-headers' '--disable-Werror' '--enable-ltdl-convenience' '--with-auxdir=/home/zopolis4/gcj' --cache-file=.././config.cache --srcdir=../../../../gcj/libjava/classpath
:3809: error: ../../../../gcj/libjava/classpath/configure failed for classpath
:3809: === configuring in libltdl (/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/libltdl)
:3809: running /bin/bash ../../../../gcj/libjava/libltdl/configure --disable-option-checking '--prefix=/usr/local'  '--enable-multilib' '--disable-bootstrap' '--disable-libstdcxx' '--enable-languages=c,c++,java,lto' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' '--disable-static' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=/home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXX= /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   ' 'CXXFLAGS=-g -O2 -D_GNU_SOURCE' '--disable-tool-wrappers' '--disable-load-library' '--disable-debug' '--enable-default-toolkit=' '--with-vm-classes=/home/zopolis4/gcj/libjava:/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava' '--disable-core-jni' '--disable-examples' '--with-glibj=build' '--disable-plugin' '--disable-gconf-peer' '--enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory' '--disable-gtk-peer' '--disable-plugin' '--disable-qt-peer' '--without-escher' '--disable-regen-headers' '--disable-Werror' '--enable-ltdl-convenience' '--with-auxdir=/home/zopolis4/gcj' --cache-file=.././config.cache --srcdir=../../../../gcj/libjava/libltdl

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


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

ACLOCAL='${SHELL} /home/zopolis4/gcj/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANONVERSCRIPT_FALSE=''
ANONVERSCRIPT_GNU_FALSE=''
ANONVERSCRIPT_GNU_TRUE='#'
ANONVERSCRIPT_SUN_FALSE=''
ANONVERSCRIPT_SUN_TRUE='#'
ANONVERSCRIPT_TRUE='#'
ANTLR_JAR='/usr/share/java/antlr.jar'
AR='ar'
AS='/home/zopolis4/gcjbuild/./gcc/as'
ATOMICSPEC=''
AUTOCONF='${SHELL} /home/zopolis4/gcj/missing autoconf'
AUTOHEADER='${SHELL} /home/zopolis4/gcj/missing autoheader'
AUTOMAKE='${SHELL} /home/zopolis4/gcj/missing automake-1.15'
AWK='mawk'
BACKTRACESPEC=''
BUILD_ECJ1_FALSE=''
BUILD_ECJ1_TRUE='#'
BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE=''
BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE='#'
BUILD_SUBLIBS_FALSE=''
BUILD_SUBLIBS_TRUE='#'
BUILD_VERSION=''
CC='/home/zopolis4/gcjbuild/./gcc/xgcc -B/home/zopolis4/gcjbuild/./gcc/ -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   '
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CHECKREFSPEC=''
CLASSPATH_SEPARATOR=':'
CPP='/lib/cpp'
CPPFLAGS=''
CPU=''
CREATE_GJDOC_FALSE='#'
CREATE_GJDOC_TRUE=''
CREATE_JAVA_HOME_FALSE=''
CREATE_JAVA_HOME_TRUE='#'
CXX=' /home/zopolis4/gcjbuild/./gcc/xgcc -shared-libgcc -B/home/zopolis4/gcjbuild/./gcc -nostdinc++ -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-pc-linux-gnu/bin/ -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem /usr/local/x86_64-pc-linux-gnu/include -isystem /usr/local/x86_64-pc-linux-gnu/sys-include   '
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -D_GNU_SOURCE'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRLTDL='libltdl'
DIVIDESPEC='-fno-use-divide-subroutine'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ_BUILD_JAR=''
ECJ_JAR=''
EGREP=''
ENABLE_SHARED_FALSE=''
ENABLE_SHARED_TRUE='#'
EXCEPTIONSPEC='-fnon-call-exceptions'
EXEEXT=''
FGREP=''
GCC_FOR_ECJX='$(CXX)'
GCDEPS=''
GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
GCJ=' -B/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/'
GCJDEPMODE='depmode=none'
GCJFLAGS='-g -O2'
GCJH='$(top_builddir)/$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
GCJVERSION='13.0.0'
GCJ_BIN_DIR=''
GCJ_FOR_ECJX='$(GCJ)'
GCLIBS='../boehm-gc/libgcjgc_convenience.la'
GCSPEC=''
GCTESTSPEC='-L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/../boehm-gc/.libs -rpath /home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/../boehm-gc/.libs'
GLIB_CFLAGS=''
GLIB_LIBS=''
GREP='grep'
GTK_CFLAGS=''
GTK_LIBS=''
HASH_SYNC_SPEC='-fhash-synchronization'
IEEESPEC=''
INCLTDL='-I$(top_srcdir)/libltdl -I${top_srcdir}/libltdl'
INSTALL_AOT_RPM_FALSE=''
INSTALL_AOT_RPM_TRUE='#'
INSTALL_BINARIES_FALSE='#'
INSTALL_BINARIES_TRUE=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_ECJ_JAR_FALSE=''
INSTALL_ECJ_JAR_TRUE='#'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERPRETER='yes'
INTERPRETER_FALSE='#'
INTERPRETER_TRUE=''
JAR='no'
JAVA_HOME=''
JAVA_HOME_SET_FALSE=''
JAVA_HOME_SET_TRUE='#'
JAVA_MAINTAINER_MODE_FALSE=''
JAVA_MAINTAINER_MODE_TRUE='#'
JAVA_VERSION=''
JC1GCSPEC='-fuse-boehm-gc'
JRE_BIN_DIR=''
JRE_DIR=''
JRE_LIB_DIR=''
JRE_LNK=''
JVM_JAR_DIR=''
JVM_JAR_ROOT_DIR=''
JVM_ROOT_DIR=''
LD='/home/zopolis4/gcjbuild/./gcc/collect-ld -m elf_x86_64'
LDFLAGS=''
LDLIBICONV='  '
LD_FINISH_STATIC_SPEC='%{static-libgcj:-call_shared}'
LD_START_STATIC_SPEC='%{static-libgcj:-non_shared}'
LIBART_CFLAGS=''
LIBART_LIBS=''
LIBDIR=''
LIBFFI='../libffi/libffi_convenience.la'
LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
LIBGCC_UNWIND_INCLUDE='-I$(multi_basedir)/./libjava/../libgcc'
LIBGCJDEBUG='disable'
LIBGCJTESTSPEC='-L/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/.libs -rpath /home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava/.libs'
LIBGCJ_BC_SPEC=''
LIBGCJ_CFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_CXXFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_JAVAFLAGS='  -fomit-frame-pointer -Usun'
LIBGCJ_LD_EXPORT_ALL=''
LIBGCJ_LD_SYMBOLIC='-Wl,-Bsymbolic'
LIBGCJ_LD_SYMBOLIC_FUNCTIONS='-Wl,-Bsymbolic-functions'
LIBGCJ_SPEC='%{s-bc-abi:} -lgcj'
LIBGCJ_SUBLIB_CORE_EXTRA_DEPS=''
LIBGCJ_SUBLIB_LTFLAGS=''
LIBICONV=''
LIBLTDL='${top_builddir}/libltdl/libltdlc.la'
LIBMATHSPEC='-lm'
LIBOBJS=''
LIBS=''
LIBSTDCXXSPEC=''
LIBSTDCXX_RAW_CXX_CXXFLAGS='    -I$(top_builddir)/../libstdc++-v3/include     -I$(top_builddir)/../libstdc++-v3/include/$(target_noncanonical)     -I$(top_srcdir)/../libstdc++-v3/libsupc++'
LIBSTDCXX_RAW_CXX_LDFLAGS='    $(top_builddir)/../libstdc++-v3/src/libstdc++.la'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKE='/usr/bin/make'
MAKEINFO='makeinfo --split-size=5000000'
MKDIR_P='../../../gcj/libjava/../install-sh -c -d'
NATIVE_FALSE='#'
NATIVE_TRUE=''
NEEDS_DATA_START_FALSE=''
NEEDS_DATA_START_TRUE='#'
NM='/home/zopolis4/gcjbuild/./gcc/nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS=''
OTOOL64=''
OTOOL='otool'
PACKAGE='libjava'
PACKAGE_BUGREPORT='libjava'
PACKAGE_NAME='libjava'
PACKAGE_STRING='libjava version-unused'
PACKAGE_TARNAME='libjava'
PACKAGE_URL=''
PACKAGE_VERSION='version-unused'
PATH_SEPARATOR=':'
PERL='false'
PKG_CONFIG=''
PLATFORM='Posix'
RANLIB='ranlib'
SDK_BIN_DIR=''
SDK_INCLUDE_DIR=''
SDK_LIB_DIR=''
SDK_LNK=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SUPPRESS_LIBGCJ_BC_FALSE=''
SUPPRESS_LIBGCJ_BC_TRUE='#'
SYSDEP_SOURCES=''
SYSTEMSPEC=' '
SYS_ZLIBS=''
TESTSUBDIR_FALSE='#'
TESTSUBDIR_TRUE=''
THREADCXXFLAGS=''
THREADDEPS=''
THREADINCS=''
THREADLDFLAGS=''
THREADLIBS='-lpthread'
THREADSPEC='-lpthread'
THREADSTARTFILESPEC=''
TOOLKIT=''
UNZIP='unzip'
USE_LIBGCJ_BC_FALSE=''
USE_LIBGCJ_BC_TRUE='#'
USING_BOEHMGC_FALSE='#'
USING_BOEHMGC_TRUE=''
USING_DARWIN_CRT_FALSE=''
USING_DARWIN_CRT_TRUE='#'
USING_GCC_FALSE='#'
USING_GCC_TRUE=''
USING_NOGC_FALSE=''
USING_NOGC_TRUE='#'
USING_NO_THREADS_FALSE=''
USING_NO_THREADS_TRUE='#'
USING_POSIX_PLATFORM_FALSE='#'
USING_POSIX_PLATFORM_TRUE=''
USING_POSIX_THREADS_FALSE='#'
USING_POSIX_THREADS_TRUE=''
USING_WIN32_PLATFORM_FALSE=''
USING_WIN32_PLATFORM_TRUE='#'
USING_WIN32_THREADS_FALSE=''
USING_WIN32_THREADS_TRUE='#'
VERSION='version-unused'
XLIB_AWT_FALSE=''
XLIB_AWT_TRUE='#'
XMKMF=''
X_AWT_FALSE=''
X_AWT_TRUE='#'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZINCS='-I$(top_srcdir)/../zlib'
ZIP='no'
ZLIBS='../zlib/libzgcj_convenience.la'
ZLIBSPEC=''
ZLIBTESTSPEC=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_GCJ=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepGCJ_FALSE=''
am__fastdepGCJ_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
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_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dbexecdir='$(toolexeclibdir)/gcj-13.0.0-18'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_ldflags=''
extra_ldflags_libjava=''
gcc_suffix=''
gcjsubdir='gcj-13.0.0-18'
gxx_include_dir='${prefix}/include/$(libstdcxx_incdir)'
here='/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libjava'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_exeext=''
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/zopolis4/gcj/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libstdcxx_incdir='c++/$(gcc_version)'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_host_flags=''
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mkinstalldirs='/home/zopolis4/gcj/mkinstalldirs'
multi_basedir='../../../gcj/libjava/..'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,y,y,'
psdir='${docdir}'
python_mod_dir='${prefix}/share/gcc-13.0.0/python/libjava'
python_mod_dir_expanded='/usr/local/share/gcc-13.0.0/python/libjava'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' classpath libltdl'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias='x86_64-pc-linux-gnu'
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'
toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
toolexeclibdir='$(libdir)/../lib64'
toolexecmainlibdir='$(libdir)'

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

/* confdefs.h */
#define PACKAGE_NAME "libjava"
#define PACKAGE_TARNAME "libjava"
#define PACKAGE_VERSION "version-unused"
#define PACKAGE_STRING "libjava version-unused"
#define PACKAGE_BUGREPORT "libjava"
#define PACKAGE_URL ""
#define PACKAGE "libjava"
#define VERSION "version-unused"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define AWT_TOOLKIT ""
#define LIBGCJ_PREFIX "/usr/local"
#define USE_LTDL 1
#define LT_OBJDIR ".libs/"
#define INTERPRETER 1
#define USE_LIBFFI 1
#define ENABLE_JVMPI 1
#define X_DISPLAY_MISSING 1
#define HAVE_BOEHM_GC 1
#define LINUX_THREADS 1
#define HAVE_PTHREAD_MUTEXATTR_INIT 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define JV_HASH_SYNCHRONIZATION 1
#define HAVE__PROC_SELF_EXE 1
#define HAVE_PROC_SELF_EXE 1
#define HAVE__PROC_SELF_MAPS 1
#define HAVE_PROC_SELF_MAPS 1
#define TM_IN_SYS_TIME 1
#define HAVE_DECL_TZNAME 0
#define SIZEOF_VOID_P 0
#define WORDS_BIGENDIAN 1
#define GCJVERSION "13.0.0"
#define JV_VERSION "1.5.0"
#define JV_API_VERSION "1.5"
#define ssize_t int
#define HAVE_GETIPINFO 1

: exit 0

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-10 11:18               ` Zopolis0
@ 2022-05-11  3:53                 ` Zopolis0
  2022-05-11  5:59                   ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-11  3:53 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: Jonathan Wakely, gcc-help

On further analysis, the reason it cannot find gcc is almost certainly
because it is missing certain M4sh Shell Functions, specifically the lack
of "as_fn_executable_p FILE" is what is causing it to fail, although other
missing functions include "as_fn_exit STATUS" and "as_fn_set_status
STATUS". Curiously enough, these functions are present, although commented
out, in the config.status section of configure (the libjava one). Running
config.status does not replace the functions nor solve the issue. However,
these functions are present in the classpath configure script, and that one
works perfectly. (Note: I am working on the mster branch instead of the
msterstable one: https://github.com/Zopolis4/gcj/tree/mster)

On Tue, May 10, 2022 at 9:18 PM Zopolis0 <creatorsmithmdt@gmail.com> wrote:

> Thanks. So, the build system is invoking it correctly, as far as I can
> tell. (/home/zopolis4/gcj/libjava/configure --srcdir=../../../gcj/libjava
> --cache-file=./config.cache --enable-multilib --disable-bootstrap
> --disable-libstdcxx --enable-languages=c,c++,java,lto
> --program-transform-name=s,y,y, --disable-option-checking
> --with-target-subdir=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu
> --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --disable-static)
>
> On Tue, May 10, 2022 at 9:01 PM Xi Ruoyao <xry111@xry111.site> wrote:
>
>> On Tue, 2022-05-10 at 20:56 +1000, Zopolis0 wrote:
>> > By the build tree do you mean the directory I'm running configure
>> > from? If so, then no libjava directory is present despite the libjava
>> > configure script certainly running during the build process.
>>
>> It should be in x86_64-pc-linux-gnu (or whatever triplet for your
>> platform) directory, along with other target libraries (for eg
>> libstdc++-v3).  If not, something is wrong.
>>
>> --
>> Xi Ruoyao <xry111@xry111.site>
>> School of Aerospace Science and Technology, Xidian University
>>
>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-11  3:53                 ` Zopolis0
@ 2022-05-11  5:59                   ` Zopolis0
  2022-05-11  6:35                     ` Zopolis0
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-11  5:59 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: Jonathan Wakely, gcc-help

All of the relevant M4sh Shell Functions in other configure scripts in gcc
were either added along with the rest of the directory or date back
to 22e052725189a472e4e86ebb6595278a49f4bcdd, which did not make notable
modifications to the configure.ac scripts, which leads me to believe that
there might be something overriding or blocking the creation of these
functions in libjava/configure.ac and libjava/libltdl/configure.ac. I also
have a suspicion that the reason classpath works is that it was designed to
be a standalone library from gcc.

On Wed, May 11, 2022 at 1:53 PM Zopolis0 <creatorsmithmdt@gmail.com> wrote:

> On further analysis, the reason it cannot find gcc is almost certainly
> because it is missing certain M4sh Shell Functions, specifically the lack
> of "as_fn_executable_p FILE" is what is causing it to fail, although other
> missing functions include "as_fn_exit STATUS" and "as_fn_set_status
> STATUS". Curiously enough, these functions are present, although commented
> out, in the config.status section of configure (the libjava one). Running
> config.status does not replace the functions nor solve the issue. However,
> these functions are present in the classpath configure script, and that one
> works perfectly. (Note: I am working on the mster branch instead of the
> msterstable one: https://github.com/Zopolis4/gcj/tree/mster)
>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-11  5:59                   ` Zopolis0
@ 2022-05-11  6:35                     ` Zopolis0
  2022-05-11  8:10                       ` Jonathan Wakely
  0 siblings, 1 reply; 14+ messages in thread
From: Zopolis0 @ 2022-05-11  6:35 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: Jonathan Wakely, gcc-help

Never mind, the issue when away when I deleted libjava/libltdl, which
wasn't really necessary as far as I can tell because libltdl ships with
libtool which is already a dependency for compiling gcc.

On Wed, May 11, 2022 at 3:59 PM Zopolis0 <creatorsmithmdt@gmail.com> wrote:

> All of the relevant M4sh Shell Functions in other configure scripts in gcc
> were either added along with the rest of the directory or date back
> to 22e052725189a472e4e86ebb6595278a49f4bcdd, which did not make notable
> modifications to the configure.ac scripts, which leads me to believe that
> there might be something overriding or blocking the creation of these
> functions in libjava/configure.ac and libjava/libltdl/configure.ac. I
> also have a suspicion that the reason classpath works is that it was
> designed to be a standalone library from gcc.
>
>>

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

* Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present
  2022-05-11  6:35                     ` Zopolis0
@ 2022-05-11  8:10                       ` Jonathan Wakely
  0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Wakely @ 2022-05-11  8:10 UTC (permalink / raw)
  To: Zopolis0; +Cc: Xi Ruoyao, gcc-help

It's possible you'll need to regenerate the libjava/configure script
and the libjava/tools/Makefile.in template, because since libjava was
removed from GCC the rest of the source tree was updated to use a
newer automake and autoconf:

https://gcc.gnu.org/g:22e052725189a472e4e86ebb6595278a49f4bcdd

   Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).

Maybe it doesn't matter, if the libjava configure is self-contained.
But it's something to be aware of.

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

end of thread, other threads:[~2022-05-11  8:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  0:18 libjava configure fails on finding no C compiler in $PATH despite gcc being present Zopolis0
2022-05-10  5:51 ` Xi Ruoyao
2022-05-10  6:55   ` Zopolis0
2022-05-10  7:11     ` Xi Ruoyao
2022-05-10  7:23       ` Zopolis0
2022-05-10  8:10         ` Jonathan Wakely
2022-05-10  8:11         ` Jonathan Wakely
2022-05-10 10:56           ` Zopolis0
2022-05-10 11:01             ` Xi Ruoyao
2022-05-10 11:18               ` Zopolis0
2022-05-11  3:53                 ` Zopolis0
2022-05-11  5:59                   ` Zopolis0
2022-05-11  6:35                     ` Zopolis0
2022-05-11  8:10                       ` 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).