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

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).