From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7778 invoked by alias); 6 Sep 2005 19:36:21 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7707 invoked by uid 22791); 6 Sep 2005 19:36:10 -0000 Received: from cerberus.intellinet-tech.com (HELO intellinet-tech.com) (66.208.167.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 06 Sep 2005 19:36:10 +0000 Received: from speedy (speedy.internal.net [192.168.1.45]) by intellinet-tech.com (8.12.11/8.12.11) with SMTP id j86JfqbX032491; Tue, 6 Sep 2005 15:41:53 -0400 From: "Laxman Bana" To: , Subject: Failed to build GDB-5.0 Date: Tue, 06 Sep 2005 19:36:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01B7_01C5B2F9.00869CF0" In-Reply-To: <3A3545D6.6137C189@OARcorp.com> X-Virus-Status: Clean X-SW-Source: 2005-09/txt/msg00041.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_01B7_01C5B2F9.00869CF0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Content-length: 1192 Hi Everyone, I am having a problem in building gdb for the target powerpc. If you have had seen this problem earlier please let me know how you get it fixed. Please see my environment settings: Target: MPC8560 ADS Gnu Tools Distributor: MetroWerks (MPC8560ADS_20041105-3.0-bsp.tgz) $uname -a Linux localhost.localdomain 2.4.20-6 #1 Thu Feb 27 10:06:59 EST 2003 i686 i686 i386 GNU/Linux $export CC=powerpc-linux-gnuspe-gcc $export CXX=powerpc-linux-gnuspe-g++ $export BUILD_CC=gcc $export CC_FOR_BUILD=gcc $export PREFIX=/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3.e500-glibc-2.3.2- linuxspe $export TARGET=powerpc-linux-gnuspe $mkdir build_gdb $cd build_gdb $/opt/metrowerks/MPC8560ADS_20041105-3.0/Packages/gdb-5.0-devel/configure -- prefix=$PREFIX --target=$TARGET --host=i686 <...for outout please see the attached file tmp.configuration ....> GDB configuration fails at checking for tgetent in -lncurses... (cached) no checking for tgetent in -lHcurses... no checking for tgetent in -ltermlib... no checking for tgetent in -ltermcap... (cached) no checking for tgetent in -lcurses... (cached) no checking for tgetent in -lterminfo... no Thanks in advance, Laxman Bana ------=_NextPart_000_01B7_01C5B2F9.00869CF0 Content-Type: application/octet-stream; name="tmp.configuration" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="tmp.configuration" Content-length: 42815 Created "Makefile" in /home/lbana/downloads/build-gdb using "mt-frag"=0A= Configuring intl...=0A= /home/lbana/downloads/build-gdb/intl=0A= creating cache ../config.cache=0A= checking for a BSD compatible install... /usr/bin/install -c=0A= checking how to run the C preprocessor... powerpc-linux-gnuspe-gcc -E=0A= checking whether make sets ${MAKE}... yes=0A= checking for gcc... powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... yes=0A= checking for ranlib... ranlib=0A= checking for POSIXized ISC... no=0A= checking for ANSI C header files... yes=0A= checking for working const... yes=0A= checking for inline... inline=0A= checking for off_t... yes=0A= checking for size_t... yes=0A= checking for working alloca.h... yes=0A= checking for alloca... yes=0A= checking for unistd.h... yes=0A= checking for getpagesize... yes=0A= checking for working mmap... no=0A= checking for argz.h... yes=0A= checking for limits.h... yes=0A= checking for locale.h... yes=0A= checking for nl_types.h... yes=0A= checking for malloc.h... yes=0A= checking for string.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... yes=0A= checking for sys/param.h... yes=0A= checking for getcwd... yes=0A= checking for munmap... yes=0A= checking for putenv... yes=0A= checking for setenv... yes=0A= checking for setlocale... yes=0A= checking for strchr... yes=0A= checking for strcasecmp... yes=0A= checking for __argz_count... yes=0A= checking for __argz_stringify... yes=0A= checking for __argz_next... yes=0A= checking for stpcpy... yes=0A= checking for LC_MESSAGES... yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... yes=0A= checking for gettext in libc... yes=0A= checking for msgfmt... /usr/bin/msgfmt=0A= checking for dcgettext... yes=0A= checking for gmsgfmt... /usr/bin/msgfmt=0A= checking for xgettext... /usr/bin/xgettext=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating config.h=0A= config.h is unchanged=0A= Configuring mmalloc...=0A= /home/lbana/downloads/build-gdb/mmalloc=0A= loading cache ../config.cache=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking host system type... i686-pc-none=0A= checking build system type... i686-pc-none=0A= checking for ar... ar=0A= checking for ranlib... (cached) ranlib=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for limits.h... (cached) yes=0A= checking for stddef.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking whether sbrk must be declared... no=0A= checking whether getpagesize must be declared... no=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= Configuring libiberty...=0A= /home/lbana/downloads/build-gdb/libiberty=0A= loading cache ../config.cache=0A= checking host system type... i686-pc-none=0A= checking build system type... i686-pc-none=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for POSIXized ISC... no=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for sys/file.h... yes=0A= checking for sys/param.h... (cached) yes=0A= checking for stdlib.h... yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for strings.h... yes=0A= checking for sys/time.h... yes=0A= checking for sys/resource.h... yes=0A= checking for sys/stat.h... yes=0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking for asprintf... yes=0A= checking for atexit... yes=0A= checking for basename... yes=0A= checking for bcmp... yes=0A= checking for bcopy... yes=0A= checking for bzero... yes=0A= checking for calloc... yes=0A= checking for clock... yes=0A= checking for getcwd... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for index... yes=0A= checking for insque... yes=0A= checking for memchr... yes=0A= checking for memcmp... yes=0A= checking for memcpy... yes=0A= checking for memmove... yes=0A= checking for memset... yes=0A= checking for mkstemps... no=0A= checking for putenv... (cached) yes=0A= checking for random... yes=0A= checking for rename... yes=0A= checking for rindex... yes=0A= checking for setenv... (cached) yes=0A= checking for sigsetmask... yes=0A= checking for strcasecmp... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strdup... yes=0A= checking for strncasecmp... yes=0A= checking for strrchr... yes=0A= checking for strstr... yes=0A= checking for strtod... yes=0A= checking for strtol... yes=0A= checking for strtoul... yes=0A= checking for tmpnam... yes=0A= checking for vasprintf... yes=0A= checking for vfprintf... yes=0A= checking for vprintf... yes=0A= checking for vsprintf... yes=0A= checking for waitpid... yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for ANSI C header files... (cached) yes=0A= checking for pid_t... yes=0A= checking for vfork.h... no=0A= checking for working vfork... checking for vfork... yes=0A= yes=0A= checking for sys_errlist... yes=0A= checking for sys_nerr... yes=0A= checking for sys_siglist... yes=0A= checking for getrusage... yes=0A= checking for on_exit... yes=0A= checking for psignal... yes=0A= checking for strerror... yes=0A= checking for strsignal... yes=0A= checking for sysconf... yes=0A= checking for times... yes=0A= checking for sbrk... yes=0A= checking for gettimeofday... yes=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating testsuite/Makefile=0A= creating config.h=0A= Configuring opcodes...=0A= /home/lbana/downloads/build-gdb/opcodes=0A= loading cache ../config.cache=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for POSIXized ISC... no=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking whether build environment is sane... yes=0A= checking whether make sets ${MAKE}... (cached) yes=0A= checking for working aclocal... found=0A= checking for working autoconf... found=0A= checking for working automake... found=0A= checking for working autoheader... found=0A= checking for working makeinfo... found=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking for ranlib... (cached) ranlib=0A= checking for ld used by GCC... /opt/Embedix/usr/local/powerpc-linux-gnuspe/= gcc-3.3.e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld=0A= checking if the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3= .e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) is GNU ld... yes=0A= checking for BSD-compatible nm... /usr/bin/nm -B=0A= checking whether ln -s works... yes=0A= updating cache ../config.cache=0A= loading cache ../config.cache within ltconfig=0A= checking for object suffix... o=0A= checking for executable suffix... no=0A= checking for powerpc-linux-gnuspe-gcc option to produce PIC... -fPIC=0A= checking if powerpc-linux-gnuspe-gcc PIC flag -fPIC works... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -c -o file.o... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -c -o file.lo... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -fno-rtti -fno-exceptions ...= no=0A= checking if powerpc-linux-gnuspe-gcc static flag -static works... -static= =0A= checking if the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3= .e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) is GNU ld... yes=0A= checking whether the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gc= c-3.3.e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) supports share= d libraries... yes=0A= checking command to parse /usr/bin/nm -B output... ok=0A= checking how to hardcode library paths into programs... immediate=0A= checking for /opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3.e500-glibc= -2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld option to reload object files..= . -r=0A= checking dynamic linker characteristics... no=0A= checking if libtool supports shared libraries... no=0A= checking whether to build shared libraries... no=0A= checking whether to build static libraries... yes=0A= checking for objdir... .libs=0A= creating libtool=0A= updating cache ../config.cache=0A= loading cache ../config.cache=0A= checking whether to enable maintainer-specific portions of Makefiles... no= =0A= checking for Cygwin environment... no=0A= checking for mingw32 environment... no=0A= checking for executable suffix... (cached) no=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for ANSI C header files... (cached) yes=0A= checking for working const... (cached) yes=0A= checking for inline... (cached) inline=0A= checking for off_t... (cached) yes=0A= checking for size_t... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for argz.h... (cached) yes=0A= checking for limits.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for nl_types.h... (cached) yes=0A= checking for malloc.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... (cached) yes=0A= checking for sys/param.h... (cached) yes=0A= checking for getcwd... (cached) yes=0A= checking for munmap... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for setenv... (cached) yes=0A= checking for setlocale... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strcasecmp... (cached) yes=0A= checking for __argz_count... (cached) yes=0A= checking for __argz_stringify... (cached) yes=0A= checking for __argz_next... (cached) yes=0A= checking for LC_MESSAGES... (cached) yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... (cached) yes=0A= checking for gettext in libc... (cached) yes=0A= checking for msgfmt... (cached) /usr/bin/msgfmt=0A= checking for dcgettext... (cached) yes=0A= checking for gmsgfmt... (cached) /usr/bin/msgfmt=0A= checking for xgettext... (cached) /usr/bin/xgettext=0A= checking for a BSD compatible install... /usr/bin/install -c=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking for stdlib.h... (cached) yes=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating po/Makefile.in=0A= creating config.h=0A= Configuring bfd...=0A= /home/lbana/downloads/build-gdb/bfd=0A= loading cache ../config.cache=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for POSIXized ISC... no=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking whether build environment is sane... yes=0A= checking whether make sets ${MAKE}... (cached) yes=0A= checking for working aclocal... found=0A= checking for working autoconf... found=0A= checking for working automake... found=0A= checking for working autoheader... found=0A= checking for working makeinfo... found=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking for ranlib... (cached) ranlib=0A= checking for ld used by GCC... (cached) /opt/Embedix/usr/local/powerpc-linu= x-gnuspe/gcc-3.3.e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld=0A= checking if the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3= .e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) is GNU ld... (cache= d) yes=0A= checking for BSD-compatible nm... (cached) /usr/bin/nm -B=0A= checking whether ln -s works... (cached) yes=0A= loading cache ../config.cache within ltconfig=0A= checking for object suffix... o=0A= checking for executable suffix... (cached) no=0A= checking for powerpc-linux-gnuspe-gcc option to produce PIC... -fPIC=0A= checking if powerpc-linux-gnuspe-gcc PIC flag -fPIC works... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -c -o file.o... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -c -o file.lo... yes=0A= checking if powerpc-linux-gnuspe-gcc supports -fno-rtti -fno-exceptions ...= no=0A= checking if powerpc-linux-gnuspe-gcc static flag -static works... -static= =0A= checking if the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3= .e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) is GNU ld... yes=0A= checking whether the linker (/opt/Embedix/usr/local/powerpc-linux-gnuspe/gc= c-3.3.e500-glibc-2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld) supports share= d libraries... yes=0A= checking command to parse /usr/bin/nm -B output... ok=0A= checking how to hardcode library paths into programs... immediate=0A= checking for /opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3.e500-glibc= -2.3.2-linuxspe/powerpc-linux-gnuspe/bin/ld option to reload object files..= . -r=0A= checking dynamic linker characteristics... no=0A= checking if libtool supports shared libraries... no=0A= checking whether to build shared libraries... no=0A= checking whether to build static libraries... yes=0A= checking for objdir... .libs=0A= creating libtool=0A= loading cache ../config.cache=0A= checking whether to enable maintainer-specific portions of Makefiles... no= =0A= checking for Cygwin environment... (cached) no=0A= checking for mingw32 environment... (cached) no=0A= checking for executable suffix... (cached) no=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for ANSI C header files... (cached) yes=0A= checking for working const... (cached) yes=0A= checking for inline... (cached) inline=0A= checking for off_t... (cached) yes=0A= checking for size_t... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for argz.h... (cached) yes=0A= checking for limits.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for nl_types.h... (cached) yes=0A= checking for malloc.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... (cached) yes=0A= checking for sys/param.h... (cached) yes=0A= checking for getcwd... (cached) yes=0A= checking for munmap... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for setenv... (cached) yes=0A= checking for setlocale... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strcasecmp... (cached) yes=0A= checking for __argz_count... (cached) yes=0A= checking for __argz_stringify... (cached) yes=0A= checking for __argz_next... (cached) yes=0A= checking for LC_MESSAGES... (cached) yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... (cached) yes=0A= checking for gettext in libc... (cached) yes=0A= checking for msgfmt... (cached) /usr/bin/msgfmt=0A= checking for dcgettext... (cached) yes=0A= checking for gmsgfmt... (cached) /usr/bin/msgfmt=0A= checking for xgettext... (cached) /usr/bin/xgettext=0A= checking for a BSD compatible install... /usr/bin/install -c=0A= checking for build system executable suffix... no=0A= checking for stddef.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking for stdlib.h... (cached) yes=0A= checking for time.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking for fcntl.h... yes=0A= checking for sys/file.h... (cached) yes=0A= checking for sys/time.h... (cached) yes=0A= checking whether time.h and sys/time.h may both be included... yes=0A= checking for dirent.h that defines DIR... yes=0A= checking for opendir in -ldir... no=0A= checking for fcntl... yes=0A= checking for getpagesize... (cached) yes=0A= checking for setitimer... yes=0A= checking for sysconf... (cached) yes=0A= checking for fdopen... yes=0A= checking for getuid... yes=0A= checking for getgid... yes=0A= checking whether strstr must be declared... no=0A= checking whether malloc must be declared... no=0A= checking whether realloc must be declared... no=0A= checking whether free must be declared... no=0A= checking whether getenv must be declared... no=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for madvise... yes=0A= checking for mprotect... yes=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating doc/Makefile=0A= creating bfd-in3.h=0A= creating po/Makefile.in=0A= creating config.h=0A= Configuring readline...=0A= /home/lbana/downloads/build-gdb/readline=0A= loading cache ../config.cache=0A= checking host system type... i686-pc-none=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for minix/config.h... no=0A= checking whether powerpc-linux-gnuspe-gcc needs -traditional... no=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking return type of signal handlers... void=0A= checking whether stat file-mode macros are broken... no=0A= checking for dirent.h that defines DIR... (cached) yes=0A= checking for opendir in -ldir... (cached) no=0A= checking for strcasecmp... (cached) yes=0A= checking for select... yes=0A= checking for setenv... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for tcgetattr... yes=0A= checking for setlocale... (cached) yes=0A= checking for lstat... yes=0A= checking for working strcoll... no=0A= checking for unistd.h... (cached) yes=0A= checking for stdlib.h... (cached) yes=0A= checking for varargs.h... no=0A= checking for stdarg.h... yes=0A= checking for string.h... (cached) yes=0A= checking for sys/ptem.h... no=0A= checking for sys/pte.h... no=0A= checking for sys/stream.h... no=0A= checking for sys/select.h... yes=0A= checking for termcap.h... yes=0A= checking for termios.h... yes=0A= checking for termio.h... yes=0A= checking for sys/file.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for type of signal functions... posix=0A= checking if signal handlers must be reinstalled when invoked... no=0A= checking for presence of POSIX-style sigsetjmp/siglongjmp... missing=0A= checking for lstat... yes=0A= checking whether programs are able to redeclare getpw functions... yes=0A= checking whether or not strcoll and strcmp differ... no=0A= checking whether signal handlers are of type void... yes=0A= checking for TIOCGWINSZ in sys/ioctl.h... yes=0A= checking for TIOCSTAT in sys/ioctl.h... no=0A= checking for FIONREAD in sys/ioctl.h... yes=0A= checking for speed_t in sys/types.h... no=0A= checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h=0A= checking if struct dirent has a d_ino member... yes=0A= checking if struct dirent has a d_fileno member... yes=0A= checking for tgetent in -ltermcap... no=0A= checking for tgetent in -lcurses... no=0A= checking for tgetent in -lncurses... no=0A= checking which library has the termcap functions... using gnutermcap=0A= checking configuration for building shared libraries... supported=0A= updating cache ../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating doc/Makefile=0A= creating examples/Makefile=0A= creating shlib/Makefile=0A= creating config.h=0A= Configuring texinfo...=0A= /home/lbana/downloads/build-gdb/texinfo=0A= No configuration information in texinfo=0A= Configuring sim...=0A= /home/lbana/downloads/build-gdb/sim=0A= loading cache ../config.cache=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking host system type... i686-pc-none=0A= checking build system type... i686-pc-none=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for ranlib... (cached) ranlib=0A= creating ./config.status=0A= creating Makefile=0A= configuring in common=0A= /home/lbana/downloads/build-gdb/sim/common=0A= running /bin/sh /opt/metrowerks/MPC8560ADS_20041105-3.0/Packages/gdb-5.0-de= vel/sim/common/configure --host=3Di686 --target=3Dpowerpc-linux-gnuspe --p= refix=3D/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3.e500-glibc-2.3.= 2-linuxspe/ --cache-file=3D../../config.cache --srcdir=3D/opt/metrowerks/MP= C8560ADS_20041105-3.0/Packages/gdb-5.0-devel/sim/common=0A= loading cache ../../config.cache=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking whether make sets ${MAKE}... (cached) yes=0A= checking for POSIXized ISC... no=0A= checking for ANSI C header files... (cached) yes=0A= checking for working const... (cached) yes=0A= checking for inline... (cached) inline=0A= checking for off_t... (cached) yes=0A= checking for size_t... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for Cygwin environment... (cached) no=0A= checking for mingw32 environment... (cached) no=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking for ranlib... (cached) ranlib=0A= checking for argz.h... (cached) yes=0A= checking for limits.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for nl_types.h... (cached) yes=0A= checking for malloc.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... (cached) yes=0A= checking for sys/param.h... (cached) yes=0A= checking for getcwd... (cached) yes=0A= checking for munmap... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for setenv... (cached) yes=0A= checking for setlocale... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strcasecmp... (cached) yes=0A= checking for __argz_count... (cached) yes=0A= checking for __argz_stringify... (cached) yes=0A= checking for __argz_next... (cached) yes=0A= checking for LC_MESSAGES... (cached) yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... (cached) yes=0A= checking for gettext in libc... (cached) yes=0A= checking for msgfmt... (cached) /usr/bin/msgfmt=0A= checking for dcgettext... (cached) yes=0A= checking for gmsgfmt... (cached) /usr/bin/msgfmt=0A= checking for xgettext... (cached) /usr/bin/xgettext=0A= checking for stdlib.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for time.h... (cached) yes=0A= checking for sys/time.h... (cached) yes=0A= checking for sys/resource.h... (cached) yes=0A= checking for fcntl.h... (cached) yes=0A= checking for fpu_control.h... yes=0A= checking for dlfcn.h... yes=0A= checking for errno.h... yes=0A= checking for sys/stat.h... (cached) yes=0A= checking for getrusage... (cached) yes=0A= checking for time... yes=0A= checking for sigaction... yes=0A= checking for __setfpucw... no=0A= checking for bind in -lsocket... no=0A= checking for gethostbyname in -lnsl... yes=0A= checking return type of signal handlers... (cached) void=0A= checking for executable suffix... (cached) no=0A= checking for stdlib.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking for time.h... (cached) yes=0A= checking for sys/times.h... yes=0A= updating cache ../../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating cconfig.h=0A= cconfig.h is unchanged=0A= configuring in ppc=0A= /home/lbana/downloads/build-gdb/sim/ppc=0A= running /bin/sh /opt/metrowerks/MPC8560ADS_20041105-3.0/Packages/gdb-5.0-de= vel/sim/ppc/configure --host=3Di686 --target=3Dpowerpc-linux-gnuspe --pref= ix=3D/opt/Embedix/usr/local/powerpc-linux-gnuspe/gcc-3.3.e500-glibc-2.3.2-l= inuxspe/ --cache-file=3D../../config.cache --srcdir=3D/opt/metrowerks/MPC85= 60ADS_20041105-3.0/Packages/gdb-5.0-devel/sim/ppc=0A= loading cache ../../config.cache=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking whether make sets ${MAKE}... (cached) yes=0A= checking for ranlib... (cached) ranlib=0A= checking for POSIXized ISC... no=0A= checking for ANSI C header files... (cached) yes=0A= checking for working const... (cached) yes=0A= checking for inline... (cached) inline=0A= checking for off_t... (cached) yes=0A= checking for size_t... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for argz.h... (cached) yes=0A= checking for limits.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for nl_types.h... (cached) yes=0A= checking for malloc.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... (cached) yes=0A= checking for sys/param.h... (cached) yes=0A= checking for getcwd... (cached) yes=0A= checking for munmap... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for setenv... (cached) yes=0A= checking for setlocale... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strcasecmp... (cached) yes=0A= checking for __argz_count... (cached) yes=0A= checking for __argz_stringify... (cached) yes=0A= checking for __argz_next... (cached) yes=0A= checking for LC_MESSAGES... (cached) yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... (cached) yes=0A= checking for gettext in libc... (cached) yes=0A= checking for msgfmt... (cached) /usr/bin/msgfmt=0A= checking for dcgettext... (cached) yes=0A= checking for gmsgfmt... (cached) /usr/bin/msgfmt=0A= checking for xgettext... (cached) /usr/bin/xgettext=0A= Setting config flags =3D std-config.h=0A= Setting decode mechanism flags =3D=20=0A= Setting duplicate flags =3D -E=0A= Setting filter flags =3D -F 32,f,o=0A= Setting hardware to hw_cpu.c hw_memory.c hw_nvram.c hw_iobus.c hw_htab.c hw= _disk.c hw_trace.c hw_register.c hw_vm.c hw_init.c hw_core.c hw_pal.c hw_co= m.c hw_eeprom.c hw_opic.c hw_glue.c hw_phb.c hw_ide.c, hw_cpu.o hw_memory.o= hw_nvram.o hw_iobus.o hw_htab.o hw_disk.o hw_trace.o hw_register.o hw_vm.o= hw_init.o hw_core.o hw_pal.o hw_com.o hw_eeprom.o hw_opic.o hw_glue.o hw_p= hb.o hw_ide.o=0A= Setting instruction cache size to 1024 (-CSRI 1024)=0A= Setting inline flags =3D -DDEFAULT_INLINE=3DINLINE_LOCALS=0A= Setting jump flag =3D=20=0A= Setting opcode flags =3D dc-complex=0A= Setting packages to pk_disklabel.c, pk_disklabel.o=0A= Setting smp flags =3D -DWITH_SMP=3D5=0A= Setting switch flags =3D=20=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking for st_blksize in struct stat... yes=0A= checking for st_blocks in struct stat... yes=0A= checking for st_rdev in struct stat... yes=0A= checking whether struct tm is in sys/time.h or time.h... time.h=0A= checking for tm_zone in struct tm... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking type of array argument to getgroups... gid_t=0A= checking for mode_t... yes=0A= checking for off_t... (cached) yes=0A= checking for pid_t... (cached) yes=0A= checking return type of signal handlers... (cached) void=0A= checking for size_t... (cached) yes=0A= checking for uid_t in sys/types.h... (cached) yes=0A= checking for access... yes=0A= checking for cfgetispeed... yes=0A= checking for cfgetospeed... yes=0A= checking for cfsetispeed... yes=0A= checking for cfsetospeed... yes=0A= checking for chdir... yes=0A= checking for chmod... yes=0A= checking for chown... yes=0A= checking for dup... yes=0A= checking for dup2... yes=0A= checking for fchmod... yes=0A= checking for fchown... yes=0A= checking for fcntl... (cached) yes=0A= checking for fstat... yes=0A= checking for fstatfs... yes=0A= checking for getdirentries... yes=0A= checking for getegid... yes=0A= checking for geteuid... yes=0A= checking for getgid... (cached) yes=0A= checking for getpid... yes=0A= checking for getppid... yes=0A= checking for getrusage... (cached) yes=0A= checking for gettimeofday... (cached) yes=0A= checking for getuid... (cached) yes=0A= checking for ioctl... yes=0A= checking for kill... yes=0A= checking for link... yes=0A= checking for lseek... yes=0A= checking for lstat... (cached) yes=0A= checking for mkdir... yes=0A= checking for pipe... yes=0A= checking for readlink... yes=0A= checking for rmdir... yes=0A= checking for setreuid... yes=0A= checking for setregid... yes=0A= checking for stat... yes=0A= checking for sigprocmask... yes=0A= checking for stat... (cached) yes=0A= checking for symlink... yes=0A= checking for tcgetattr... (cached) yes=0A= checking for tcsetattr... yes=0A= checking for tcsendbreak... yes=0A= checking for tcdrain... yes=0A= checking for tcflush... yes=0A= checking for tcflow... yes=0A= checking for tcgetpgrp... yes=0A= checking for tcsetpgrp... yes=0A= checking for time... (cached) yes=0A= checking for umask... yes=0A= checking for unlink... yes=0A= checking for fcntl.h... (cached) yes=0A= checking for stdlib.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking for sys/ioctl.h... yes=0A= checking for sys/param.h... (cached) yes=0A= checking for sys/resource.h... (cached) yes=0A= checking for sys/stat.h... (cached) yes=0A= checking for sys/termio.h... no=0A= checking for sys/termios.h... yes=0A= checking for sys/time.h... (cached) yes=0A= checking for sys/times.h... (cached) yes=0A= checking for sys/types.h... yes=0A= checking for time.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for dirent.h that defines DIR... (cached) yes=0A= checking for opendir in -ldir... (cached) no=0A= checking for struct termios... yes=0A= checking for c_line field in struct termios... yes=0A= checking for /dev/zero... no=0A= checking for common simulator directory... yes=0A= checking for Cygwin environment... (cached) no=0A= checking for mingw32 environment... (cached) no=0A= checking for executable suffix... (cached) no=0A= checking for ranlib... (cached) ranlib=0A= updating cache ../../config.cache=0A= creating ./config.status=0A= creating Makefile=0A= creating config.h=0A= Configuring gdb...=0A= /home/lbana/downloads/build-gdb/gdb=0A= loading cache ../config.cache=0A= checking whether to enable maintainer-specific portions of Makefiles... no= =0A= checking for gcc... (cached) powerpc-linux-gnuspe-gcc=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) works...= yes=0A= checking whether the C compiler (powerpc-linux-gnuspe-gcc -g -O2 ) is a cro= ss-compiler... yes=0A= checking whether we are using GNU C... (cached) yes=0A= checking whether powerpc-linux-gnuspe-gcc accepts -g... (cached) yes=0A= checking how to run the C preprocessor... (cached) powerpc-linux-gnuspe-gcc= -E=0A= checking for AIX... no=0A= checking for POSIXized ISC... no=0A= checking for powerpc-linux-gnuspe-gcc option to accept ANSI C... none neede= d=0A= checking host system type... i686-pc-none=0A= checking target system type... powerpc-unknown-linux-gnuspe=0A= checking build system type... i686-pc-none=0A= checking whether make sets ${MAKE}... (cached) yes=0A= checking for ranlib... (cached) ranlib=0A= checking for ANSI C header files... (cached) yes=0A= checking for working const... (cached) yes=0A= checking for inline... (cached) inline=0A= checking for off_t... (cached) yes=0A= checking for size_t... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking for argz.h... (cached) yes=0A= checking for limits.h... (cached) yes=0A= checking for locale.h... (cached) yes=0A= checking for nl_types.h... (cached) yes=0A= checking for malloc.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for values.h... (cached) yes=0A= checking for sys/param.h... (cached) yes=0A= checking for getcwd... (cached) yes=0A= checking for munmap... (cached) yes=0A= checking for putenv... (cached) yes=0A= checking for setenv... (cached) yes=0A= checking for setlocale... (cached) yes=0A= checking for strchr... (cached) yes=0A= checking for strcasecmp... (cached) yes=0A= checking for __argz_count... (cached) yes=0A= checking for __argz_stringify... (cached) yes=0A= checking for __argz_next... (cached) yes=0A= checking for LC_MESSAGES... (cached) yes=0A= checking whether NLS is requested... yes=0A= checking whether included gettext is requested... no=0A= checking for libintl.h... (cached) yes=0A= checking for gettext in libc... (cached) yes=0A= checking for msgfmt... (cached) /usr/bin/msgfmt=0A= checking for dcgettext... (cached) yes=0A= checking for gmsgfmt... (cached) /usr/bin/msgfmt=0A= checking for xgettext... (cached) /usr/bin/xgettext=0A= checking for mawk... no=0A= checking for gawk... gawk=0A= checking for a BSD compatible install... (cached) /usr/bin/install -c=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking for bison... bison -y=0A= checking for mig... mig=0A= checking return type of signal handlers... (cached) void=0A= checking for ANSI C header files... (cached) yes=0A= checking for ctype.h... yes=0A= checking for curses.h... yes=0A= checking for endian.h... yes=0A= checking for link.h... yes=0A= checking for thread_db.h... yes=0A= checking for proc_service.h... no=0A= checking for memory.h... yes=0A= checking for objlist.h... no=0A= checking for ptrace.h... no=0A= checking for sgtty.h... yes=0A= checking for stddef.h... (cached) yes=0A= checking for stdlib.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for sys/procfs.h... yes=0A= checking for sys/ptrace.h... yes=0A= checking for sys/reg.h... no=0A= checking for stdint.h... yes=0A= checking for term.h... yes=0A= checking for termio.h... (cached) yes=0A= checking for termios.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for wait.h... yes=0A= checking for sys/wait.h... (cached) yes=0A= checking for wchar.h... yes=0A= checking for wctype.h... yes=0A= checking for asm/debugreg.h... no=0A= checking for sys/debugreg.h... no=0A= checking for sys/select.h... (cached) yes=0A= checking for time.h... (cached) yes=0A= checking for sys/ioctl.h... (cached) yes=0A= checking whether stat file-mode macros are broken... (cached) no=0A= checking for working const... (cached) yes=0A= checking for setpgid... yes=0A= checking for sbrk... (cached) yes=0A= checking for sigaction... (cached) yes=0A= checking for isascii... yes=0A= checking for bzero... (cached) yes=0A= checking for bcopy... (cached) yes=0A= checking for btowc... yes=0A= checking for poll... yes=0A= checking for sigprocmask... (cached) yes=0A= checking for working alloca.h... (cached) yes=0A= checking for alloca... (cached) yes=0A= checking for PTRACE_GETREGS... no=0A= checking for PTRACE_GETXFPREGS... no=0A= checking for socketpair in -lsocket... no=0A= checking for socketpair... yes=0A= checking whether malloc must be declared... (cached) no=0A= checking whether realloc must be declared... (cached) no=0A= checking whether free must be declared... (cached) no=0A= checking whether strerror must be declared... no=0A= checking whether strdup must be declared... no=0A= checking whether strstr must be declared... (cached) no=0A= checking for HPUX save_state structure... no=0A= checking for pstatus_t in sys/procfs.h... no=0A= checking for prrun_t in sys/procfs.h... no=0A= checking for gregset_t in sys/procfs.h... no=0A= checking for fpregset_t in sys/procfs.h... no=0A= checking for prgregset_t in sys/procfs.h... yes=0A= checking for prfpregset_t in sys/procfs.h... yes=0A= checking for lwpid_t in sys/procfs.h... yes=0A= checking for psaddr_t in sys/procfs.h... yes=0A= checking whether prfpregset_t type is broken... yes=0A= checking for PIOCSET ioctl entry in sys/procfs.h... no=0A= checking for main in -lm... yes=0A= checking for wctype in -lc... yes=0A= checking for long long support in compiler... yes=0A= checking for long long support in printf... no=0A= checking for long double support in compiler... yes=0A= checking for long double support in printf... no=0A= checking for long double support in scanf... no=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... (cached) yes=0A= checking for working mmap... (cached) no=0A= checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtr= igraphs -Wformat -Wparentheses -Wpointer-arith=0A= checking for cygwin... no=0A= checking for tgetent in -lncurses... (cached) no=0A= checking for tgetent in -lHcurses... no=0A= checking for tgetent in -ltermlib... no=0A= checking for tgetent in -ltermcap... (cached) no=0A= checking for tgetent in -lcurses... (cached) no=0A= checking for tgetent in -lterminfo... no=0A= ------=_NextPart_000_01B7_01C5B2F9.00869CF0--