Hello Chris,

thanks for the introduction to package build. On AlmaLinux the file rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build/gdb/config.log (attached) contains this error:

~~~~
configure:21340: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2 -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl -lexpat >&5
conftest.c:53:10: fatal error: expat.h: No such file or directory
 #include "expat.h"
          ^~~~~~~~~
compilation terminated.
~~~~

The include file and the library would be in

rtems-source-builder/rtems/build/tmp/sb-1000-staging/include/expat.h
rtems-source-builder/rtems/build/tmp/sb-1000-staging/lib/libexpat.a
rtems-source-builder/rtems/build/tmp/sb-1000-staging/lib/libexpat.la

The directories mentioned in the gcc-invokation contain only

84 -rw-r--r-- 1 minna users 84084 Apr 19 13:19 rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include/gmp.h

and

6952 -rw-r--r-- 1 minna users 7115648 Apr 19 13:19 rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib/libgmp.a 4 -rwxr-xr-x 1 minna users 968 Apr 19 13:19 rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib/libgmp.la 4 drwxr-xr-x 2 minna users 4096 Apr 19 13:19 rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib/pkgconfig 4 -rw-r--r-- 1 minna users 257 Apr 19 13:19 rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib/pkgconfig/gmp.pc

Just for the records:

PARAM_ARCH="mips"
PARAM_RTEMS_VERSION="6"
PARAM_RSB_GIT_COMMIT="origin/master"
GIT_HEAD="ae00c59541f21d8c459a33774efade80085c9b4a"
CONT_OS_VERSION_ID="8.7"
CONT_OS_ID="almalinux"

Let me know if you need more information. If you have a patch, I will be happy to feed our CI with it.

Greetings,
Frank


On 4/19/23 01:48, Chris Johns wrote:
Subject:
Re: [rtems-source-builder PATCH] rtems: Add back gsed that was remove by mistake
From:
Chris Johns <chr...@rtems.org>
Date:
4/19/23, 01:48

To:
Frank Kühndel <frank.kuehn...@embedded-brains.de>, devel@rtems.org


Hi Frank,

Thanks for reporting this and looking into it. MIPS seems to need extra help.

I will try and answer the question you raised earlier about what is happening
with the packages being built. It is a little involved...

Packages we build like gcc and gdb are adding GMP and MPFR into their builds for
reasons internal to their projects. We have handled this with a per package
approach. I added GMP as an internal package (more on this later) a while ago
and gcc symlink'ed in the packages it needed from sources local to that project.
The gcc approach recently broke due to GMP on MacOS aarch64 failing to pass its
self test unless you disabled the assembler support. As a result I moved the
MPFR build out of gcc to an internal package build where we can control what
happens.

Internal packages in the RSB was added when staging was added. Staging is a
function of building vertical stacks of packages. For example GDB sits above
expat and gmp and so those are built and staged before GDB is built. No part of
a build can be installed into the prefix until all the pieces build. If you did
install pieces as the build progressed you would end up with weird and broken
installs under a prefix if the build failed. You also end up with side effects
of anything in the prefix effecting the build. An internal package is staged to
a special path that is not copied to the prefix. An internal package is built,
staged and used but never installed.

I feel over time we will move all symlink'ed packages other than newlib out of
the gcc build tree because we can control the build and they are used in more
than one tool.

Back to this failure. Can you please look in the config.log to see if the reason
for the failure can be seen?

Chris

On 18/4/2023 10:51 pm, Frank Kühndel wrote:
Hello Chris,

I indeed looked into the wrong build. Analyzing the correct results
unfortunately reveals that the issue persists in the current build the way I
described it in my earlier mail. I checked

git head "ae00c59541f21d8c459a33774efade80085c9b4a" and MIPS for

* "openSUSE Leap 15.4" -- failed
* "Fedora Linux 37 (Container Image)" -- failed
* "AlmaLinux 8.7 (Stone Smilodon)" -- failed
* "Debian GNU/Linux 11 (bullseye)" -- OK
* "Ubuntu 22.04.2 LTS" -- OK
* "Ubuntu 20.04.5 LTS" -- OK

This is an excerpt from AlmaLinux build log:

../source-builder/sb-set-builder --rtems-version 6 --prefix /opt/
rtems/6 --with_cxx --with_objc --jobs=12 --trace --log
/home/minna/src/rtems6-devtools-mips-6+git.2312.ae00c59541.x86_64_sb-set-builder.log
 6/rtems-mips
  Python: 3.6.8 (default, Feb 21 2023, 16:34:36) [GCC 8.5.0 20210514 (Red Hat
8.5.0-16)]

[...]
checking whether to use expat... yes
checking for libexpat... no
configure: error: expat is missing or unusable
make[2]: *** [Makefile:11803: configure-gdb] Error 1
make[2]: Leaving directory
'/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build'
make[1]: *** [Makefile:1004: all] Error 2
make[1]: Leaving directory
'/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build'
shell cmd failed: /bin/sh -ex
/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/do-build
error: building mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1
   See error report: rsb-report-mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1.txt
   Note: In some cases the error appears only in
   the complete build log (see --log option)

As I wrote before, this is only to inform you in case your are interested. I do
not need a fix.

Sorry again for the confusion and greetings,
Frank

On 4/18/23 12:16, Frank Kühndel wrote:
Subject:
Re: [rtems-source-builder PATCH] rtems: Add back gsed that was remove by mistake
From:
Frank Kühndel<frank.kuehn...@embedded-brains.de>
Date:
4/18/23, 12:16

To:
chr...@rtems.org,devel@rtems.org


Hello Chris,

I mistakenly looked into to the wrong build. I am currently checking this
again. This is most likely an error of mine.

Sorry for the confusion
Frank

On 4/18/23 11:54, Frank Kühndel wrote:
Subject:
Re: [rtems-source-builder PATCH] rtems: Add back gsed that was remove by mistake
From:
Frank Kühndel<frank.kuehn...@embedded-brains.de>
Date:
4/18/23, 11:54

To:
chr...@rtems.org,devel@rtems.org


Hello Chris,

first of all, I do not use MIPS. So I have no troubles if it builds or not. I
only want to report an observation from our continuous integration (CI) server.

In the past the MIPS builds failed due to the fact that the packages
(lib)gmp-devel and (lib)expat-devel where not installed in the containers. A
minor nuisance because all other RTEMS tools do build without these. I never
understood why in case of MIPS the host must provide native packages given
the fact that "gmp" and "expat" are apparently configured in the MIPS "bset".

You recent patch thankfully improved the situation. Our CI builds MIPS on
Debian and Ubuntu, now. I do not fully understand why but I believe those
where the distros where the native gmp-devel packet was needed before your
patch.

For Alamalinux, Fedora and OpenSUSE the MIPS build still fails (apparently
for the same reason they failed before your patch):

[...]
checking whether to use expat... yes
checking for libexpat... no
configure: error: expat is missing or unusable
make[2]: *** [Makefile:11803: configure-gdb] Error 1
make[2]: Leaving directory
'/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build'
make[1]: *** [Makefile:1004: all] Error 2
make[1]: Leaving directory
'/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build'
shell cmd failed: /bin/sh -ex
/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/do-build
error: building mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1
    See error report: rsb-report-mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1.txt
    Note: In some cases the error appears only in
    the complete build log (see --log option)


This is the end of the build log from Alamlinux 8.7. The error logs from the
other distributions are identical.

As I indicated before, you do not need to look into this or fix this issue
for me as I do not use MIPS and I can easily add the required
(lib)expat-devel packet to those containers. I just write because I thought
you maybe interested in knowing this detail.

Greetings
Frank


On 4/15/23 00:56,chr...@rtems.org  wrote:
From: Chris Johns<chr...@rtems.org>

- Build GNU sed for hosts that it is not installed on for the MIPS
    tools.
---
   rtems/config/tools/rtems-default-tools.bset | 3 ++-
   1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rtems/config/tools/rtems-default-tools.bset
b/rtems/config/tools/rtems-default-tools.bset
index 0291786..35c9235 100644
--- a/rtems/config/tools/rtems-default-tools.bset
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -6,7 +6,7 @@
   # available
   #
   %define _internal_gsed_path %{_tmpinternal}
-%defineifnot with_rtems_gmp textproc/gsed-internal
+%defineifnot with_rtems_gsed textproc/gsed-internal
   # GNU tools need texinfo for makeinfo to build documentation
   %define _internal_texinfo_path %{_tmpinternal}
@@ -21,6 +21,7 @@
   %{with_rtems_dtc}
   %{with_rtems_expat}
   %{with_rtems_gmp}
+%{with_rtems_gsed}
   %{with_rtems_texinfo}
   %{with_rtems_gdb}
   %{with_rtems_binutils}
-- 2.37.1
--
embedded brains GmbH & Co. KG
Herr Frank KÜHNDEL
Dornierstr. 4
82178 Puchheim
Germany
email:frank.kuehn...@embedded-brains.de
phone:  +49-89-18 94 741 - 23
mobile: +49-176-15 22 06 - 11

Registergericht: Amtsgericht München
Registernummer: HRA 117265
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
--
embedded brains GmbH & Co. KG
Herr Frank KÜHNDEL
Dornierstr. 4
82178 Puchheim
Germany
email:frank.kuehn...@embedded-brains.de
phone:  +49-89-18 94 741 - 23
mobile: +49-176-15 22 06 - 11

Registergericht: Amtsgericht München
Registernummer: HRA 117265
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ /home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/gdb-13.1/gdb/configure --srcdir=../../gdb-13.1/gdb --cache-file=./config.cache --verbose --disable-nls --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --enable-sim-hardware --without-zlib --with-expat --with-guile=no --with-python=/usr/bin/python3 --prefix=/opt/rtems/6 --bindir=/opt/rtems/6/bin --exec-prefix=/opt/rtems/6 --includedir=/opt/rtems/6/include --libdir=/opt/rtems/6/lib --mandir=/opt/rtems/6/share/man --infodir=/opt/rtems/6/share/info --program-transform-name=s&^&mipstx39-rtems6-& --disable-option-checking --disable-year2038 --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=mipstx39-rtems6

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

hostname = lupus-podman
uname -m = x86_64
uname -r = 5.14.21-150400.24.55-default
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Mon Mar 27 15:25:48 UTC 2023 (cc75cf8)

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

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

PATH: /home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000-staging/bin
PATH: /home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000-internal/bin
PATH: /home/minna/src/rtems-source-builder/source-builder
PATH: /home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000-cxc/tools/rtems-mipstx39-gdb/opt/rtems/6/bin
PATH: /home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


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

configure:3008: creating cache ./config.cache
configure:3092: checking whether to enable maintainer-specific portions of Makefiles
configure:3101: result: no
configure:3123: checking for x86_64-linux-gnu-gcc
configure:3150: result: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include
configure:3419: checking for C compiler version
configure:3428: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include --version >&5
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-16)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3439: $? = 0
configure:3428: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugs.almalinux.org/ --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC) 
configure:3439: $? = 0
configure:3428: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3439: $? = 1
configure:3428: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3439: $? = 1
configure:3459: checking whether the C compiler works
configure:3481: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c  >&5
configure:3485: $? = 0
configure:3533: result: yes
configure:3536: checking for C compiler default output file name
configure:3538: result: a.out
configure:3544: checking for suffix of executables
configure:3551: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c  >&5
configure:3555: $? = 0
configure:3577: result: 
configure:3599: checking whether we are cross compiling
configure:3607: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c  >&5
configure:3611: $? = 0
configure:3618: ./conftest
configure:3622: $? = 0
configure:3637: result: no
configure:3642: checking for suffix of object files
configure:3664: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:3668: $? = 0
configure:3689: result: o
configure:3693: checking whether we are using the GNU C compiler
configure:3712: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:3712: $? = 0
configure:3721: result: yes
configure:3730: checking whether gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include accepts -g
configure:3750: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g  conftest.c >&5
configure:3750: $? = 0
configure:3791: result: yes
configure:3808: checking for gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include option to accept ISO C89
configure:3871: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include  -c -g -O2      conftest.c >&5
configure:3871: $? = 0
configure:3884: result: none needed
configure:4016: checking for C++ compiler version
configure:4025: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include --version >&5
g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-16)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4036: $? = 0
configure:4025: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugs.almalinux.org/ --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC) 
configure:4036: $? = 0
configure:4025: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4036: $? = 1
configure:4025: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4036: $? = 1
configure:4040: checking whether we are using the GNU C++ compiler
configure:4059: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.cpp >&5
configure:4059: $? = 0
configure:4068: result: yes
configure:4077: checking whether g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include accepts -g
configure:4097: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g  conftest.cpp >&5
configure:4097: $? = 0
configure:4138: result: yes
configure:4168: checking how to run the C preprocessor
configure:4199: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
configure:4199: $? = 0
configure:4213: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4238: result: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E
configure:4258: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
configure:4258: $? = 0
configure:4272: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4301: checking for grep that handles long lines and -e
configure:4359: result: /usr/bin/grep
configure:4364: checking for egrep
configure:4426: result: /usr/bin/grep -E
configure:4431: checking for ANSI C header files
configure:4451: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4451: $? = 0
configure:4524: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c  >&5
configure:4524: $? = 0
configure:4524: ./conftest
configure:4524: $? = 0
configure:4535: result: yes
configure:4548: checking for sys/types.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for sys/stat.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for stdlib.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for string.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for memory.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for strings.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for inttypes.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for stdint.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4548: checking for unistd.h
configure:4548: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4548: $? = 0
configure:4548: result: yes
configure:4561: checking minix/config.h usability
configure:4561: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 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 <minix/config.h>
configure:4561: result: no
configure:4561: checking minix/config.h presence
configure:4561: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4561: result: no
configure:4561: checking for minix/config.h
configure:4561: result: no
configure:4582: checking whether it is safe to define __EXTENSIONS__
configure:4600: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4600: $? = 0
configure:4607: result: yes
configure:4654: checking build system type
configure:4668: result: x86_64-pc-linux-gnu
configure:4688: checking host system type
configure:4701: result: x86_64-pc-linux-gnu
configure:4721: checking target system type
configure:4734: result: mipstx39-unknown-rtems6
configure:4773: checking for dlfcn.h
configure:4773: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:4773: $? = 0
configure:4773: result: yes
configure:4786: checking for windows.h
configure:4786: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
conftest.c:59:10: fatal error: windows.h: No such file or directory
 #include <windows.h>
          ^~~~~~~~~~~
compilation terminated.
configure:4786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 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 <windows.h>
configure:4786: result: no
configure:4813: checking for library containing dlsym
configure:4844: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c  >&5
/tmp/ccdMFqc5.o: In function `main':
/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build/gdb/conftest.c:36: undefined reference to `dlsym'
collect2: error: ld returned 1 exit status
configure:4844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 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 dlsym ();
| int
| main ()
| {
| return dlsym ();
|   ;
|   return 0;
| }
configure:4844: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl   >&5
configure:4844: $? = 0
configure:4861: result: -ldl
configure:4933: checking for special C compiler options needed for large files
configure:4978: result: no
configure:4984: checking for _FILE_OFFSET_BITS value needed for large files
configure:5009: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:5009: $? = 0
configure:5041: result: no
configure:5356: checking how to print strings
configure:5383: result: printf
configure:5404: checking for a sed that does not truncate output
configure:5468: result: /usr/bin/sed
configure:5486: checking for fgrep
configure:5548: result: /usr/bin/grep -F
configure:5583: checking for ld used by gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include
configure:5650: result: ld
configure:5657: checking if the linker (ld) is GNU ld
configure:5672: result: yes
configure:5684: checking for BSD- or MS-compatible name lister (nm)
configure:5740: result: /usr/bin/nm -B
configure:5870: checking the name lister (/usr/bin/nm -B) interface
configure:5877: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:5880: /usr/bin/nm -B "conftest.o"
configure:5883: output
0000000000000000 B some_variable
configure:5890: result: BSD nm
configure:5893: checking whether ln -s works
configure:5897: result: yes
configure:5905: checking the maximum length of command line arguments
configure:6030: result: 1572864
configure:6047: checking whether the shell understands some XSI constructs
configure:6057: result: yes
configure:6061: checking whether the shell understands "+="
configure:6067: result: yes
configure:6102: checking for ld option to reload object files
configure:6109: result: -r
configure:6138: checking for x86_64-linux-gnu-objdump
configure:6165: result: objdump
configure:6237: checking how to recognize dependent libraries
configure:6438: result: pass_all
configure:6471: checking for x86_64-linux-gnu-ar
configure:6498: result: ar 
configure:6566: WARNING: Failed: ar  --plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so rc
configure:6589: checking for x86_64-linux-gnu-strip
configure:6619: result: no
configure:6629: checking for strip
configure:6645: found /usr/bin/strip
configure:6656: result: strip
configure:6688: checking for x86_64-linux-gnu-ranlib
configure:6715: result: ranlib 
configure:6837: checking for gawk
configure:6864: result: gawk
configure:6904: checking command to parse /usr/bin/nm -B output from gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include object
configure:7022: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:7025: $? = 0
configure:7029: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7032: $? = 0
configure:7086: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c conftstm.o >&5
configure:7089: $? = 0
configure:7127: result: ok
configure:7222: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:7225: $? = 0
configure:7975: checking for dlfcn.h
configure:7975: result: yes
configure:8163: checking for objdir
configure:8178: result: .libs
configure:8449: checking if gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports -fno-rtti -fno-exceptions
configure:8467: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8471: $? = 0
configure:8484: result: no
configure:8504: checking for gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include option to produce PIC
configure:8790: result: -fPIC -DPIC
configure:8802: checking if gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include PIC flag -fPIC -DPIC works
configure:8820: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      -fPIC -DPIC -DPIC conftest.c >&5
configure:8824: $? = 0
configure:8837: result: yes
configure:8861: checking if gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include static flag -static works
configure:8889: result: no
configure:8904: checking if gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports -c -o file.o
configure:8925: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      -o out/conftest2.o conftest.c >&5
configure:8929: $? = 0
configure:8951: result: yes
configure:8959: checking if gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports -c -o file.o
configure:9006: result: yes
configure:9039: checking whether the gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include linker (ld) supports shared libraries
configure:10110: result: yes
configure:10147: checking whether -lc should be explicitly linked in
configure:10155: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:10158: $? = 0
configure:10173: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10176: $? = 0
configure:10190: result: no
configure:10355: checking dynamic linker characteristics
configure:10796: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib -Wl,-rpath -Wl,/foo conftest.c -ldl  >&5
configure:10796: $? = 0
configure:11018: result: GNU/Linux ld.so
configure:11125: checking how to hardcode library paths into programs
configure:11150: result: immediate
configure:11690: checking whether stripping libraries is possible
configure:11695: result: yes
configure:11730: checking if libtool supports shared libraries
configure:11732: result: yes
configure:11735: checking whether to build shared libraries
configure:11756: result: yes
configure:11759: checking whether to build static libraries
configure:11763: result: yes
configure:11786: checking how to run the C++ preprocessor
configure:11813: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.cpp
configure:11813: $? = 0
configure:11827: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.cpp
conftest.cpp:27:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11827: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11852: result: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E
configure:11872: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.cpp
configure:11872: $? = 0
configure:11886: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.cpp
conftest.cpp:27:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12054: checking for ld used by g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include
configure:12121: result: ld
configure:12128: checking if the linker (ld) is GNU ld
configure:12143: result: yes
configure:12198: checking whether the g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include linker (ld) supports shared libraries
configure:13130: result: yes
configure:13158: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.cpp >&5
configure:13161: $? = 0
configure:13343: checking for g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include option to produce PIC
configure:13666: result: -fPIC -DPIC
configure:13675: checking if g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include PIC flag -fPIC -DPIC works
configure:13693: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13697: $? = 0
configure:13710: result: yes
configure:13731: checking if g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include static flag -static works
configure:13759: result: no
configure:13771: checking if g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports -c -o file.o
configure:13792: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      -o out/conftest2.o conftest.cpp >&5
configure:13796: $? = 0
configure:13818: result: yes
configure:13823: checking if g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports -c -o file.o
configure:13870: result: yes
configure:13900: checking whether the g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include linker (ld) supports shared libraries
configure:13928: result: yes
configure:14071: checking dynamic linker characteristics
configure:14668: result: GNU/Linux ld.so
configure:14721: checking how to hardcode library paths into programs
configure:14746: result: immediate
configure:14807: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:672: creating libtool
configure:16448: checking whether g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include supports C++11 features by default
configure:16742: g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.cpp >&5
configure:16742: $? = 0
configure:16749: result: yes
configure:17447: checking dependency style of gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include
configure:17478: trying gcc3
| depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/sh ./depcomp gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -o sub/conftest.o sub/conftest.c
configure:17517: success
configure:17532: result: gcc3
configure:17565: checking whether NLS is requested
configure:17568: result: no
configure:17647: checking whether makeinfo --split-size=5000000 supports @click
conftest.texinfo: warning: document without nodes
configure:17659: result: yes
configure:17799: checking for default auto-load directory
configure:17821: result: $debugdir:$datadir/auto-load
configure:17824: checking for default auto-load safe-path
configure:17848: result: $debugdir:$datadir/auto-load
configure:17888: checking size of void *
configure:17893: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl  >&5
configure:17893: $? = 0
configure:17893: ./conftest
configure:17893: $? = 0
configure:17907: result: 8
configure:18113: checking for x86_64-linux-gnu-pkg-config
configure:18146: result: no
configure:18156: checking for pkg-config
configure:18174: found /home/minna/src/rtems-source-builder/source-builder/pkg-config
configure:18186: result: /home/minna/src/rtems-source-builder/source-builder/pkg-config
configure:18211: checking pkg-config is at least version 0.9.0
configure:18214: result: yes
configure:18232: checking whether to use debuginfod
configure:18234: result: auto
configure:18240: checking for libdebuginfod >= 0.179
configure:18247: $PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179"
configure:18250: $? = 1
configure:18264: $PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179"
configure:18267: $? = 1
configure:18305: result: no

configure:18324: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
configure:18377: checking libunwind-ia64.h usability
configure:18377: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
conftest.c:72:10: fatal error: libunwind-ia64.h: No such file or directory
 #include <libunwind-ia64.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:18377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| /* 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 <libunwind-ia64.h>
configure:18377: result: no
configure:18377: checking libunwind-ia64.h presence
configure:18377: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E  conftest.c
conftest.c:39:10: fatal error: libunwind-ia64.h: No such file or directory
 #include <libunwind-ia64.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:18377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| /* end confdefs.h.  */
| #include <libunwind-ia64.h>
configure:18377: result: no
configure:18377: checking for libunwind-ia64.h
configure:18377: result: no
configure:18448: checking for monstartup
configure:18448: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl  >&5
configure:18448: $? = 0
configure:18448: result: yes
configure:18448: checking for _mcleanup
configure:18448: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl  >&5
configure:18448: $? = 0
configure:18448: result: yes
configure:18457: checking for _etext
configure:18475: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl  >&5
conftest.c: In function 'main':
conftest.c:46:1: warning: attempt to free a non-heap object '_etext' [-Wfree-nonheap-object]
 free (&_etext);
 ^~~~~~~~~~~~~~
configure:18475: $? = 0
configure:18485: result: yes
configure:18492: checking for etext
configure:18510: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ldl  >&5
conftest.c: In function 'main':
conftest.c:47:1: warning: attempt to free a non-heap object 'etext' [-Wfree-nonheap-object]
 free (&etext);
 ^~~~~~~~~~~~~
configure:18510: $? = 0
configure:18520: result: yes
configure:18642: checking for gawk
configure:18669: result: gawk
configure:18694: checking for a BSD-compatible install
configure:18762: result: /usr/bin/install -c
configure:18773: checking whether ln -s works
configure:18777: result: yes
configure:18787: checking for x86_64-linux-gnu-ranlib
configure:18814: result: ranlib 
configure:18880: checking for bison
configure:18907: result: bison -y
configure:18923: checking for x86_64-linux-gnu-ar
configure:18950: result: ar 
configure:19015: checking for x86_64-linux-gnu-dlltool
configure:19042: result: dlltool
configure:19107: checking for x86_64-linux-gnu-windres
configure:19134: result: windres
configure:19303: checking for main in -lm
configure:19322: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm  -ldl  >&5
configure:19322: $? = 0
configure:19331: result: yes
configure:19344: checking for library containing gethostbyname
configure:19375: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:19375: $? = 0
configure:19392: result: none required
configure:19402: checking for library containing socketpair
configure:19433: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:19433: $? = 0
configure:19450: result: none required
configure:19491: checking for libzstd >= 1.4.0
configure:19498: $PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0"
configure:19501: $? = 1
configure:19515: $PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0"
configure:19518: $? = 1
configure:19556: result: no

configure:19640: checking for ld used by GCC
configure:19703: result: ld
configure:19710: checking if the linker (ld) is GNU ld
GNU ld version 2.30-117.el8
configure:19722: result: yes
configure:19728: checking for shared library run path origin
configure:19741: result: done
configure:20161: checking for iconv
configure:20185: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2        -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:20185: $? = 0
configure:20259: result: yes
configure:20302: checking for iconv declaration
configure:20331: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -c -g -O2      conftest.c >&5
configure:20331: $? = 0
configure:20342: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:20418: checking for library containing waddstr
configure:20449: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
/tmp/cc1godDy.o: In function `main':
/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build/gdb/conftest.c:59: undefined reference to `waddstr'
collect2: error: ld returned 1 exit status
configure:20449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 waddstr ();
| int
| main ()
| {
| return waddstr ();
|   ;
|   return 0;
| }
configure:20449: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lncursesw  -lm -ldl  >&5
/usr/bin/ld: cannot find -lncursesw
collect2: error: ld returned 1 exit status
configure:20449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 waddstr ();
| int
| main ()
| {
| return waddstr ();
|   ;
|   return 0;
| }
configure:20449: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lncurses  -lm -ldl  >&5
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 waddstr ();
| int
| main ()
| {
| return waddstr ();
|   ;
|   return 0;
| }
configure:20449: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lcursesX  -lm -ldl  >&5
/usr/bin/ld: cannot find -lcursesX
collect2: error: ld returned 1 exit status
configure:20449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 waddstr ();
| int
| main ()
| {
| return waddstr ();
|   ;
|   return 0;
| }
configure:20449: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lcurses  -lm -ldl  >&5
/usr/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status
configure:20449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 waddstr ();
| int
| main ()
| {
| return waddstr ();
|   ;
|   return 0;
| }
configure:20466: result: no
configure:20493: WARNING: no enhanced curses library found; disabling TUI
configure:20516: checking for library containing tgetent
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
/tmp/ccYkYLax.o: In function `main':
/home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/build/gdb/conftest.c:59: undefined reference to `tgetent'
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ltermcap  -lm -ldl  >&5
/usr/bin/ld: cannot find -ltermcap
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ltinfow  -lm -ldl  >&5
/usr/bin/ld: cannot find -ltinfow
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -ltinfo  -lm -ldl  >&5
/usr/bin/ld: cannot find -ltinfo
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lcurses  -lm -ldl  >&5
/usr/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lncursesw  -lm -ldl  >&5
/usr/bin/ld: cannot find -lncursesw
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20547: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lncurses  -lm -ldl  >&5
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:20564: result: no
configure:20664: checking size of unsigned long long
configure:20669: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:20669: $? = 0
configure:20669: ./conftest
configure:20669: $? = 0
configure:20683: result: 8
configure:20697: checking size of unsigned long
configure:20702: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:20702: $? = 0
configure:20702: ./conftest
configure:20702: $? = 0
configure:20716: result: 8
configure:20730: checking size of unsigned __int128
configure:20735: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:20735: $? = 0
configure:20735: ./conftest
configure:20735: $? = 0
configure:20749: result: 16
configure:20774: checking for library containing dlopen
configure:20805: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  >&5
configure:20805: $? = 0
configure:20822: result: none required
configure:20886: checking whether to use expat
configure:20888: result: yes
configure:21321: checking for libexpat
configure:21340: gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -o conftest -g -O2       -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib conftest.c -lm -ldl  -lexpat >&5
conftest.c:53:10: fatal error: expat.h: No such file or directory
 #include "expat.h"
          ^~~~~~~~~
compilation terminated.
configure:21340: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define PACKAGE "gdb"
| #define DEBUGDIR "/opt/rtems/6/lib/debug"
| #define DEBUGDIR_RELOCATABLE 1
| #define BINDIR "/opt/rtems/6/bin"
| #define GDB_DATADIR "/opt/rtems/6/share/gdb"
| #define GDB_DATADIR_RELOCATABLE 1
| #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
| #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
| #define SIZEOF_VOID_P 8
| #define DEFAULT_BFD_ARCH bfd_mips_arch
| #define DEFAULT_BFD_VEC mips_elf32_be_vec
| #define HAVE_MONSTARTUP 1
| #define HAVE__MCLEANUP 1
| #define HAVE__ETEXT 1
| #define HAVE_ETEXT 1
| #define PKGVERSION "(GDB) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
| #define HAVE_LIBM 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED___INT128 16
| #define JIT_READER_DIR "/opt/rtems/6/lib/gdb"
| #define JIT_READER_DIR_RELOCATABLE 1
| /* end confdefs.h.  */
| #include "expat.h"
| int
| main ()
| {
| XML_Parser p = XML_ParserCreate (0);
|   ;
|   return 0;
| }
configure:21350: result: no
configure:21375: error: expat is missing or unusable

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2    '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2    '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include'
ac_cv_env_DEBUGINFOD_CFLAGS_set=
ac_cv_env_DEBUGINFOD_CFLAGS_value=
ac_cv_env_DEBUGINFOD_LIBS_set=
ac_cv_env_DEBUGINFOD_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=
ac_cv_env_MAKEINFOFLAGS_set=
ac_cv_env_MAKEINFOFLAGS_value=
ac_cv_env_MAKEINFO_set=set
ac_cv_env_MAKEINFO_value='makeinfo --split-size=5000000'
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_YACC_set=set
ac_cv_env_YACC_value='bison -y'
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_ZSTD_CFLAGS_set=
ac_cv_env_ZSTD_CFLAGS_value=
ac_cv_env_ZSTD_LIBS_set=
ac_cv_env_ZSTD_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=mipstx39-rtems6
ac_cv_func__mcleanup=yes
ac_cv_func_monstartup=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libunwind_ia64_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_m_main=yes
ac_cv_libexpat=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/home/minna/src/rtems-source-builder/source-builder/pkg-config
ac_cv_prog_AR='ar '
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include'
ac_cv_prog_CPP='gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E'
ac_cv_prog_CXXCPP='g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB='ranlib '
ac_cv_prog_WINDRES=windres
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlopen='none required'
ac_cv_search_dlsym=-ldl
ac_cv_search_gethostbyname='none required'
ac_cv_search_socketpair='none required'
ac_cv_search_tgetent=no
ac_cv_search_waddstr=no
ac_cv_sizeof_unsigned___int128=16
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=mipstx39-unknown-rtems6
ac_cv_var__etext=yes
ac_cv_var_etext=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
ax_cv_cxx_compile_cxx11=yes
gdb_cv_have_makeinfo_click=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=ld
lt_cv_path_LDCXX=ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864

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

ALLOCA=''
AR='ar '
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2    '
CODESIGN_CERT=''
CONFIG_ALL=''
CONFIG_CLEAN=''
CONFIG_DEPS=' $(SUBDIR_MI_DEPS)'
CONFIG_INSTALL=''
CONFIG_LDFLAGS=''
CONFIG_OBS=' $(SUBDIR_MI_OBS) stub-termcap.o'
CONFIG_SRCS=' $(SUBDIR_MI_SRCS)'
CONFIG_UNINSTALL=''
CPP='gcc -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E'
CPPFLAGS=''
CTF_DEPS=''
CXX='g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include'
CXXCPP='g++ -O2 -g -pipe -I/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include -E'
CXXFLAGS='-g -O2    '
CXX_DIALECT=''
DATADIRNAME=''
DEBUGDIR='/opt/rtems/6/lib/debug'
DEBUGINFOD_CFLAGS=''
DEBUGINFOD_LIBS=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BFD_64_BIT_FALSE='#'
ENABLE_BFD_64_BIT_TRUE=''
ENABLE_CFLAGS=' $(SUBDIR_MI_CFLAGS)'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCORE_TRANSFORM_NAME=''
GDBTKLIBS=''
GDBTK_CFLAGS=''
GDBTK_SRC_DIR=''
GDB_DATADIR='${datarootdir}/gdb'
GDB_NM_FILE=''
GDB_TRANSFORM_NAME=''
GENCAT=''
GMSGFMT=':'
GREP='/usr/bin/grep'
GUILD=''
GUILD_TARGET_FLAG=''
GUILE_CPPFLAGS=''
GUILE_LIBS=''
GUI_CFLAGS_X=''
HAVE_CXX11='1'
HAVE_GUILE_FALSE=''
HAVE_GUILE_TRUE=''
HAVE_LIBBABELTRACE=''
HAVE_LIBEXPAT='no'
HAVE_LIBGMP=''
HAVE_LIBIPT=''
HAVE_LIBLZMA=''
HAVE_LIBMPFR=''
HAVE_LIBXXHASH=''
HAVE_NATIVE_GCORE_HOST=''
HAVE_NATIVE_GCORE_TARGET=''
HAVE_PYTHON_FALSE=''
HAVE_PYTHON_TRUE=''
INCINTL=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
JIT_READER_DIR='/opt/rtems/6/lib/gdb'
LARGEFILE_CPPFLAGS=''
LD='ld'
LDFLAGS=' -L/home/minna/src/rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/lib'
LIBBABELTRACE=''
LIBBACKTRACE_INC=''
LIBBACKTRACE_LIB=''
LIBCTF=''
LIBEXPAT=''
LIBGMP=''
LIBGUI=''
LIBICONV=''
LIBINTL=''
LIBINTL_DEP=''
LIBIPT=''
LIBLZMA=''
LIBMPFR=''
LIBOBJS=''
LIBS='-lm -ldl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXXHASH=''
LIPO=''
LN_S='ln -s'
LOADLIBES=''
LTLIBBABELTRACE=''
LTLIBEXPAT=''
LTLIBGMP=''
LTLIBICONV=''
LTLIBIPT=''
LTLIBLZMA=''
LTLIBMPFR=''
LTLIBOBJS=''
LTLIBXXHASH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo --split-size=5000000'
MAKEINFOFLAGS=''
MAKEINFO_EXTRA_FLAGS=' -DHAVE_MAKEINFO_CLICK'
MH_CFLAGS=''
MIG=''
NATDEPFILES=''
NAT_CDEPS=''
NAT_FILE=''
NAT_GENERATED_FILES=''
NM='/usr/bin/nm -B'
NMEDIT=''
NM_H=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL='otool'
PACKAGE='gdb'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKGVERSION='(GDB) '
PKG_CONFIG='/home/minna/src/rtems-source-builder/source-builder/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB=''
PROFILE_CFLAGS=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON_CFLAGS=''
PYTHON_CPPFLAGS=''
PYTHON_LIBS=''
RANLIB='ranlib '
RDYNAMIC=''
READLINE='$(READLINE_DIR)/libreadline.a'
READLINE_CFLAGS='-I$(READLINE_SRC)/..'
READLINE_DEPS='$(READLINE)'
READLINE_DOC_SOURCE_INCLUDES='$(READLINE_INTREE_DOC_INCLUDES)'
READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
REPORT_BUGS_TEXI='@uref{https://www.gnu.org/software/gdb/bugs/}'
REPORT_BUGS_TO='<https://www.gnu.org/software/gdb/bugs/>'
SED='/usr/bin/sed'
SER_HARDWIRE=''
SHELL='/bin/sh'
SIM=''
SIM_OBS=''
SRCHIGH_CFLAGS=''
SRCHIGH_LIBS=''
STRIP='strip'
SYSTEM_GDBINIT=''
SYSTEM_GDBINIT_DIR=''
TARGET_OBS=' mips-tdep.o'
TARGET_PTR='unsigned long'
TARGET_SYSTEM_ROOT=''
TCL_BIN_DIR=''
TCL_DEPS=''
TCL_INCLUDE=''
TCL_LIBRARY=''
TCL_LIB_FILE=''
TCL_LIB_FLAG=''
TCL_LIB_SPEC=''
TCL_PATCH_LEVEL=''
TCL_SRC_DIR=''
TCL_STUB_LIB_FILE=''
TCL_STUB_LIB_FLAG=''
TCL_STUB_LIB_SPEC=''
TCL_VERSION=''
TK_BIN_DIR=''
TK_DEPS=''
TK_INCLUDE=''
TK_LIBRARY=''
TK_LIB_FILE=''
TK_LIB_FLAG=''
TK_LIB_SPEC=''
TK_SRC_DIR=''
TK_STUB_LIB_FILE=''
TK_STUB_LIB_FLAG=''
TK_STUB_LIB_SPEC=''
TK_VERSION=''
TK_XINCLUDES=''
USE_NLS='no'
WARN_CFLAGS=''
WERROR_CFLAGS=''
WIN32LDAPP=''
WIN32LIBS=''
WINDRES='windres'
XGETTEXT=':'
XMKMF=''
XM_CLIBS=''
XSLTPROC=''
X_CFLAGS=''
X_LDFLAGS=''
X_LIBS=''
YACC='bison -y'
YFLAGS=''
ZSTD_CFLAGS=''
ZSTD_LIBS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__leading_dot='.'
ax_pthread_config=''
bindir='/opt/rtems/6/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='/opt/rtems/6'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/opt/rtems/6/include'
infodir='/opt/rtems/6/share/info'
install_sh='${SHELL} /home/minna/src/rtems-source-builder/rtems/build/mipstx39-rtems6-gdb-13.1-x86_64-linux-gnu-1/gdb-13.1/install-sh'
libdir='/opt/rtems/6/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datadir}/locale'
localstatedir='${prefix}/var'
mandir='/opt/rtems/6/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkg_config_prog_path=''
prefix='/opt/rtems/6'
program_transform_name='s&^&mipstx39-rtems6-&'
psdir='${docdir}'
python_prog_path=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' testsuite'
sysconfdir='${prefix}/etc'
target='mipstx39-unknown-rtems6'
target_alias='mipstx39-rtems6'
target_cpu='mipstx39'
target_noncanonical='mipstx39-rtems6'
target_os='rtems6'
target_subdir=''
target_vendor='unknown'
zlibdir='-L$(top_builddir)/../zlib'
zlibinc='-I$(top_srcdir)/../zlib'

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

nat_makefile_frag=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_CXX11 1
#define PACKAGE "gdb"
#define DEBUGDIR "/opt/rtems/6/lib/debug"
#define DEBUGDIR_RELOCATABLE 1
#define BINDIR "/opt/rtems/6/bin"
#define GDB_DATADIR "/opt/rtems/6/share/gdb"
#define GDB_DATADIR_RELOCATABLE 1
#define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
#define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
#define SIZEOF_VOID_P 8
#define DEFAULT_BFD_ARCH bfd_mips_arch
#define DEFAULT_BFD_VEC mips_elf32_be_vec
#define HAVE_MONSTARTUP 1
#define HAVE__MCLEANUP 1
#define HAVE__ETEXT 1
#define HAVE_ETEXT 1
#define PKGVERSION "(GDB) "
#define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
#define HAVE_LIBM 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED___INT128 16
#define JIT_READER_DIR "/opt/rtems/6/lib/gdb"
#define JIT_READER_DIR_RELOCATABLE 1

configure: exit 1
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to