On Fri, Feb 12, 2016 at 3:21 AM, Jason Wong <jason.hcw...@gmail.com> wrote: > I am using a docker image running Ubuntu 15.10, I have no problem installing > both "python2.7-dev" and "libpython2.7-dev". > According to apt-cache, "python2.7-dev" depends on "python2.7". > If you install "python2.7-dev", then "python2.7" should be automatically > installed. > Perhaps you should show us the message you got when you try to install > "python2.7-dev", and you should also report the problem to ubuntu community > as well. > > root@c0e8f7d4cae3:/# apt-cache depends python2.7-dev > python2.7-dev > Depends: python2.7 > Depends: libpython2.7-dev > Depends: libpython2.7 > Depends: libexpat1-dev > |Recommends: libc6-dev > Recommends: <libc-dev> > libc6-dev > Replaces: python2.7 > > > On 11 February 2016 at 19:44, punit vara <punitv...@gmail.com> wrote: >> >> On Wed, Feb 10, 2016 at 11:45 PM, Joel Sherrill <j...@rtems.org> wrote: >> > We need the config.log from the subdirectory where the failure occurred. >> > This looks like one from the top directory, >> > >> > Look at the build log to see what directory the build failed in and grab >> > that one. >> > >> > FWIW a quick google for this issue on Ubuntu showed someone suggested: >> > >> > sudo apt-get install python-dev >> > >> > Have you done that? >> > >> > --joel >> > >> > On Wed, Feb 10, 2016 at 11:50 AM, punit vara <punitv...@gmail.com> >> > wrote: >> >> >> >> On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill <j...@rtems.org> wrote: >> >> > >> >> > >> >> > On Tue, Feb 9, 2016 at 8:15 AM, punit vara <punitv...@gmail.com> >> >> > wrote: >> >> >> >> >> >> On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi <ad...@kodeit.net> >> >> >> wrote: >> >> >> > Hi, >> >> >> > >> >> >> > I was having the same problem yesterday and managed to find a fix >> >> >> > by >> >> >> > installing libpython2.7-dev: >> >> >> > >> >> >> > sudo apt-get install libpython2.7-dev >> >> >> > >> >> >> > Aun-Ali Zaidi >> >> >> > >> >> >> >> >> >> Thanks Aun-Ali. I have tried but again I am getting same error. >> >> >> Because this package would get installed when you install >> >> >> python2.7-dev >> >> > >> >> > >> >> > Can you look in the config.log for gdb where the failure occurred? Or >> >> > even >> >> > at the configure.in/ac script in its source. It is looking for a very >> >> > specific >> >> > file to link against and failing. >> >> > >> >> > yum have a "provides" subcommand to search for which package provides >> >> > a specific file. Apt must have a similar capability. >> >> > >> >> > So you can figure out the file gdb needs to link and the >> >> > corresponding >> >> > package which includes it. >> >> > >> >> > --joel >> >> > >> >> >> >> >> >> _______________________________________________ >> >> >> devel mailing list >> >> >> devel@rtems.org >> >> >> http://lists.rtems.org/mailman/listinfo/devel >> >> > >> >> > >> >> >> >> Yes I agree with you Joel. From line 129 I found errors if you can >> >> help me out. Perhaps somebody can help me I am attaching config.log >> >> file from >> >> >> >> >> >> >> >> /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build >> > >> > >> Yes I tried that before but same error. I am attaching log file I >> have sent config.log from failure subdirectory. I have provided >> location in previous mail which is the same as shown in this log file. >> If I am wrong let me. >> >> Thanks for support. >> >> _______________________________________________ >> devel mailing list >> devel@rtems.org >> http://lists.rtems.org/mailman/listinfo/devel > > > > > -- > Regards, > Jason Wong root@punit-Compaq-420:~# apt-cache depends python2.7-dev python2.7-dev Depends: python2.7 Depends: libpython2.7-dev Depends: libpython2.7 Depends: libexpat1-dev |Recommends: libc6-dev Recommends: <libc-dev> libc6-dev Replaces: python2.7 Replaces: python2.7:i386 Conflicts: python2.7-dev:i386
Thanks Jason this is really helpful. I am attaching log file as well . How did you solve python missing error. I have found some linking error and some header file error. Please look into it. I have already asked to ubuntu community but not yet got any answer.
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.64. Invocation command line was $ /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/gdb-7.9/gdb/configure --cache-file=./config.cache --with-system-zlib --verbose --disable-nls --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --without-zlib --with-expat --with-python --prefix=/home/punit/development/rtems/4.12 --bindir=/home/punit/development/rtems/4.12/bin --exec-prefix=/home/punit/development/rtems/4.12 --includedir=/home/punit/development/rtems/4.12/include --libdir=/home/punit/development/rtems/4.12/lib --mandir=/home/punit/development/rtems/4.12/share/man --infodir=/home/punit/development/rtems/4.12/share/info --program-transform-name=s&^&arm-rtems4.12-& --disable-option-checking --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-rtems4.12 --srcdir=../../gdb-7.9/gdb ## --------- ## ## Platform. ## ## --------- ## hostname = punit-Compaq-420 uname -m = x86_64 uname -r = 4.2.0-27-generic uname -s = Linux uname -v = #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/punit/development/rtems/src/rtems-source-builder/source-builder PATH: /home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root-cxc/4.12/rtems-arm/home/punit/development/rtems/4.12/bin PATH: /home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2612: loading cache ./config.cache configure:2699: checking whether to enable maintainer-specific portions of Makefiles configure:2708: result: no configure:2733: checking for x86_64-linux-gnu-gcc configure:2760: result: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include configure:3029: checking for C compiler version configure:3038: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include --version >&5 gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 Copyright (C) 2015 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:3049: $? = 0 configure:3038: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) configure:3049: $? = 0 configure:3038: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3049: $? = 1 configure:3038: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3049: $? = 1 configure:3069: checking for C compiler default output file name configure:3091: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c >&5 configure:3095: $? = 0 configure:3132: result: a.out configure:3148: checking whether the C compiler works configure:3157: ./a.out configure:3161: $? = 0 configure:3176: result: yes configure:3183: checking whether we are cross compiling configure:3185: result: no configure:3188: checking for suffix of executables configure:3195: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c >&5 configure:3199: $? = 0 configure:3221: result: configure:3227: checking for suffix of object files configure:3249: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3253: $? = 0 configure:3274: result: o configure:3278: checking whether we are using the GNU C compiler configure:3297: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3297: $? = 0 configure:3306: result: yes configure:3315: checking whether /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include accepts -g configure:3335: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g conftest.c >&5 configure:3335: $? = 0 configure:3376: result: yes configure:3393: checking for /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include option to accept ISO C89 configure:3457: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3457: $? = 0 configure:3470: result: none needed configure:3496: checking how to run the C preprocessor configure:3527: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c configure:3527: $? = 0 configure:3541: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3541: $? = 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:3566: result: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E configure:3586: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c configure:3586: $? = 0 configure:3600: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3600: $? = 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:3629: checking for grep that handles long lines and -e configure:3687: result: /bin/grep configure:3692: checking for egrep configure:3754: result: /bin/grep -E configure:3759: checking for ANSI C header files configure:3779: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3779: $? = 0 configure:3852: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c >&5 configure:3852: $? = 0 configure:3852: ./conftest configure:3852: $? = 0 configure:3863: result: yes configure:3876: checking for sys/types.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for sys/stat.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for stdlib.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for string.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for memory.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for strings.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for inttypes.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for stdint.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3876: checking for unistd.h configure:3876: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3876: result: yes configure:3890: checking minix/config.h usability configure:3890: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:3890: $? = 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:3890: result: no configure:3890: checking minix/config.h presence configure:3890: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:3890: $? = 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:3890: result: no configure:3890: checking for minix/config.h configure:3890: result: no configure:3911: checking whether it is safe to define __EXTENSIONS__ configure:3929: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:3929: $? = 0 configure:3936: result: yes configure:3977: checking build system type configure:3991: result: x86_64-pc-linux-gnu configure:4011: checking host system type configure:4024: result: x86_64-pc-linux-gnu configure:4044: checking target system type configure:4057: result: arm-unknown-rtems4.12 configure:4096: checking for dlfcn.h configure:4096: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:4096: $? = 0 configure:4096: result: yes configure:4109: checking for windows.h configure:4109: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 conftest.c:59:21: fatal error: windows.h: No such file or directory compilation terminated. configure:4109: $? = 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:4109: result: no configure:4136: checking for library containing dlopen configure:4167: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c >&5 /tmp/cc2wuluy.o: In function `main': /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/conftest.c:36: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:4167: $? = 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 dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:4167: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl >&5 configure:4167: $? = 0 configure:4184: result: -ldl configure:4215: checking for special C compiler options needed for large files configure:4260: result: no configure:4266: checking for _FILE_OFFSET_BITS value needed for large files configure:4291: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:4291: $? = 0 configure:4323: result: no configure:4410: checking for /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include option to accept ANSI C configure:4468: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4478: result: none needed configure:4655: checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include configure:4686: trying gcc3 | depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/bash ./depcomp /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -o sub/conftest.o sub/conftest.c configure:4725: success configure:4740: result: gcc3 configure:4754: checking for make configure:4781: result: make configure:4806: checking whether make sets $(MAKE) configure:4828: result: yes configure:4914: === configuring in build-gnulib (/home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/build-gnulib) configure:4941: running /bin/bash ../../../gdb-7.9/gdb/gnulib/configure --disable-option-checking '--prefix=/home/punit/development/rtems/4.12' '--with-system-zlib' '--verbose' '--disable-nls' '--without-included-gettext' '--disable-win32-registry' '--disable-werror' '--enable-sim' '--without-zlib' '--with-expat' '--with-python' '--bindir=/home/punit/development/rtems/4.12/bin' '--exec-prefix=/home/punit/development/rtems/4.12' '--includedir=/home/punit/development/rtems/4.12/include' '--libdir=/home/punit/development/rtems/4.12/lib' '--mandir=/home/punit/development/rtems/4.12/share/man' '--infodir=/home/punit/development/rtems/4.12/share/info' '--program-transform-name=s&^&arm-rtems4.12-&' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--target=arm-rtems4.12' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=arm-rtems4.12' 'CC=/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=./config.cache --srcdir=../../../gdb-7.9/gdb/gnulib configure:4975: checking whether NLS is requested configure:4978: result: no configure:5066: checking whether makeinfo --split-size=5000000 supports @click conftest.texinfo: warning: document without nodes configure:5078: result: yes configure:5218: checking for default auto-load directory configure:5240: result: $debugdir:$datadir/auto-load configure:5243: checking for default auto-load safe-path configure:5267: result: $debugdir:$datadir/auto-load configure:5561: checking libunwind-ia64.h usability configure:5561: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 conftest.c:68:28: fatal error: libunwind-ia64.h: No such file or directory compilation terminated. configure:5561: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_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:5561: result: no configure:5561: checking libunwind-ia64.h presence configure:5561: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E conftest.c conftest.c:35:28: fatal error: libunwind-ia64.h: No such file or directory compilation terminated. configure:5561: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | /* end confdefs.h. */ | #include <libunwind-ia64.h> configure:5561: result: no configure:5561: checking for libunwind-ia64.h configure:5561: result: no configure:5629: checking for monstartup configure:5629: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl >&5 configure:5629: $? = 0 configure:5629: result: yes configure:5629: checking for _mcleanup configure:5629: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl >&5 configure:5629: $? = 0 configure:5629: result: yes configure:5639: checking for _etext configure:5657: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:43:1: warning: attempt to free a non-heap object '_etext' [-Wfree-nonheap-object] free (&_etext); ^ configure:5657: $? = 0 configure:5665: result: yes configure:5672: checking for etext configure:5690: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:44:1: warning: attempt to free a non-heap object 'etext' [-Wfree-nonheap-object] free (&etext); ^ configure:5690: $? = 0 configure:5698: result: yes configure:5810: checking for gawk configure:5837: result: gawk configure:5862: checking for a BSD-compatible install configure:5930: result: /usr/bin/install -c configure:5941: checking whether ln -s works configure:5945: result: yes configure:5955: checking for x86_64-linux-gnu-ranlib configure:5982: result: x86_64-linux-gnu-ranlib configure:6048: checking for bison configure:6075: result: bison -y configure:6091: checking for x86_64-linux-gnu-ar configure:6118: result: x86_64-linux-gnu-ar configure:6183: checking for x86_64-linux-gnu-dlltool configure:6210: result: dlltool configure:6275: checking for x86_64-linux-gnu-windres configure:6302: result: windres configure:6471: checking for main in -lm configure:6490: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 configure:6490: $? = 0 configure:6499: result: yes configure:6515: checking for wctype configure:6515: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 configure:6515: $? = 0 configure:6515: result: yes configure:6568: checking for library containing gethostbyname configure:6599: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 configure:6599: $? = 0 configure:6616: result: none required configure:6626: checking for library containing socketpair configure:6657: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 configure:6657: $? = 0 configure:6674: result: none required configure:6770: checking for library containing dlgetmodinfo configure:6801: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 /tmp/ccah189N.o: In function `main': /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/conftest.c:53: undefined reference to `dlgetmodinfo' collect2: error: ld returned 1 exit status configure:6801: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 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 dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:6801: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl -lm -ldl >&5 /tmp/ccVhYZwW.o: In function `main': /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/conftest.c:53: undefined reference to `dlgetmodinfo' collect2: error: ld returned 1 exit status configure:6801: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 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 dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:6801: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lxpdl -lm -ldl >&5 /usr/bin/ld: cannot find -lxpdl collect2: error: ld returned 1 exit status configure:6801: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 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 dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:6818: result: no configure:6844: checking for iconv configure:6909: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 configure:6909: $? = 0 configure:6951: result: yes configure:6975: checking for iconv declaration configure:7004: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -c -g -O2 conftest.c >&5 configure:7004: $? = 0 configure:7015: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:7091: checking for library containing waddstr configure:7122: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lm -ldl >&5 /tmp/cctoy9ei.o: In function `main': /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/conftest.c:55: undefined reference to `waddstr' collect2: error: ld returned 1 exit status configure:7122: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://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:7122: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lncurses -lm -ldl >&5 configure:7122: $? = 0 configure:7139: result: -lncurses configure:7194: checking for library containing tgetent configure:7225: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lncurses -lm -ldl >&5 configure:7225: $? = 0 configure:7242: result: none required configure:7287: checking size of unsigned long long configure:7292: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lncurses -lm -ldl >&5 configure:7292: $? = 0 configure:7292: ./conftest configure:7292: $? = 0 configure:7307: result: 8 configure:7321: checking size of unsigned long configure:7326: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lncurses -lm -ldl >&5 configure:7326: $? = 0 configure:7326: ./conftest configure:7326: $? = 0 configure:7341: result: 8 configure:7355: checking size of unsigned __int128 configure:7360: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -lncurses -lm -ldl >&5 configure:7360: $? = 0 configure:7360: ./conftest configure:7360: $? = 0 configure:7375: result: 16 configure:7400: checking for library containing dlopen configure:7448: result: -ldl configure:7512: checking whether to use expat configure:7514: result: yes configure:7562: checking for ld used by GCC configure:7625: result: x86_64-linux-gnu-ld configure:7632: checking if the linker (x86_64-linux-gnu-ld) is GNU ld GNU ld (GNU Binutils for Ubuntu) 2.25.1 configure:7644: result: yes configure:7650: checking for shared library run path origin configure:7663: result: done configure:8090: checking for libexpat configure:8109: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl -lncurses -lm -ldl /home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib/libexpat.so -Wl,-rpath -Wl,/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib >&5 configure:8109: $? = 0 configure:8119: result: yes configure:8126: checking how to link with libexpat configure:8128: result: /home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib/libexpat.so -Wl,-rpath -Wl,/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib configure:8154: checking for XML_StopParser configure:8154: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl -lncurses -lm -ldl /home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib/libexpat.so -Wl,-rpath -Wl,/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib >&5 configure:8154: $? = 0 configure:8154: result: yes configure:8183: checking whether to use python configure:8185: result: yes configure:8234: checking for python configure:8252: found /usr/local/bin/python configure:8265: result: /usr/local/bin/python configure:8403: checking for python2.7 configure:8421: /usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -o conftest -g -O2 -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -I/usr/local/include/python2.7 -I/usr/local/include/python2.7 -static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib conftest.c -ldl -lncurses -lm -ldl -L/usr/local/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic >&5 /usr/local/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_tmpnam': /home/punit/Downloads/Python-2.7.10/./Modules/posixmodule.c:7631: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/local/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_tempnam': /home/punit/Downloads/Python-2.7.10/./Modules/posixmodule.c:7578: warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/local/lib/python2.7/config/libpython2.7.a(signalmodule.o): In function `timeval_from_double': /home/punit/Downloads/Python-2.7.10/./Modules/signalmodule.c:112: undefined reference to `floor' /home/punit/Downloads/Python-2.7.10/./Modules/signalmodule.c:113: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/./Modules/signalmodule.c:112: undefined reference to `floor' /home/punit/Downloads/Python-2.7.10/./Modules/signalmodule.c:113: undefined reference to `fmod' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `float_is_integer': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:987: undefined reference to `floor' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `float_divmod': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:751: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:777: undefined reference to `floor' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:751: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:777: undefined reference to `floor' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `float_rem': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:719: undefined reference to `fmod' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `float_as_integer_ratio': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:1739: undefined reference to `floor' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `float_pow': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:879: undefined reference to `floor' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:889: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:854: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:864: undefined reference to `fmod' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:913: undefined reference to `pow' /usr/local/lib/python2.7/config/libpython2.7.a(floatobject.o): In function `_Py_double_round': /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:1094: undefined reference to `round' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:1133: undefined reference to `floor' /home/punit/Downloads/Python-2.7.10/Objects/floatobject.c:1147: undefined reference to `fmod' /usr/local/lib/python2.7/config/libpython2.7.a(longobject.o): In function `PyLong_FromString': /home/punit/Downloads/Python-2.7.10/Objects/longobject.c:1869: undefined reference to `log' /usr/local/lib/python2.7/config/libpython2.7.a(dynload_shlib.o): In function `_PyImport_GetDynLoadFunc': /home/punit/Downloads/Python-2.7.10/Python/dynload_shlib.c:94: undefined reference to `dlsym' /home/punit/Downloads/Python-2.7.10/Python/dynload_shlib.c:130: undefined reference to `dlopen' /home/punit/Downloads/Python-2.7.10/Python/dynload_shlib.c:141: undefined reference to `dlsym' /home/punit/Downloads/Python-2.7.10/Python/dynload_shlib.c:133: undefined reference to `dlerror' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_acquire_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:324: undefined reference to `sem_wait' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_release_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:350: undefined reference to `sem_post' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_start_new_thread': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:194: undefined reference to `pthread_create' /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:210: undefined reference to `pthread_detach' /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:184: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_allocate_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:269: undefined reference to `sem_init' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_free_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:294: undefined reference to `sem_destroy' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_acquire_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:326: undefined reference to `sem_trywait' /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:324: undefined reference to `sem_wait' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_release_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:350: undefined reference to `sem_post' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `_pythread_pthread_set_stacksize': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:497: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_allocate_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:269: undefined reference to `sem_init' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_acquire_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:324: undefined reference to `sem_wait' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_release_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:350: undefined reference to `sem_post' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_acquire_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:324: undefined reference to `sem_wait' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_release_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:350: undefined reference to `sem_post' /usr/local/lib/python2.7/config/libpython2.7.a(thread.o): In function `PyThread_allocate_lock': /home/punit/Downloads/Python-2.7.10/Python/thread_pthread.h:269: undefined reference to `sem_init' /usr/local/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_forkpty': /home/punit/Downloads/Python-2.7.10/./Modules/posixmodule.c:4012: undefined reference to `forkpty' /usr/local/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_openpty': /home/punit/Downloads/Python-2.7.10/./Modules/posixmodule.c:3952: undefined reference to `openpty' /usr/local/lib/python2.7/config/libpython2.7.a(complexobject.o): In function `_Py_c_abs': /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:214: undefined reference to `hypot' /usr/local/lib/python2.7/config/libpython2.7.a(complexobject.o): In function `complex_remainder': /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:616: undefined reference to `floor' /usr/local/lib/python2.7/config/libpython2.7.a(complexobject.o): In function `complex_divmod': /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:642: undefined reference to `floor' /usr/local/lib/python2.7/config/libpython2.7.a(complexobject.o): In function `_Py_c_pow': /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:143: undefined reference to `hypot' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:144: undefined reference to `pow' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:145: undefined reference to `atan2' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:147: undefined reference to `sincos' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:148: undefined reference to `exp' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:149: undefined reference to `log' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:143: undefined reference to `hypot' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:144: undefined reference to `pow' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:145: undefined reference to `atan2' /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:146: undefined reference to `sincos' /usr/local/lib/python2.7/config/libpython2.7.a(complexobject.o): In function `_Py_c_abs': /home/punit/Downloads/Python-2.7.10/Objects/complexobject.c:214: undefined reference to `hypot' collect2: error: ld returned 1 exit status configure:8421: $? = 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 PACKAGE "gdb" | #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define BINDIR "/home/punit/development/rtems/4.12/bin" | #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch | #define DEFAULT_BFD_VEC arm_elf32_le_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://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 "/home/punit/development/rtems/4.12/lib/gdb" | #define JIT_READER_DIR_RELOCATABLE 1 | #define HAVE_LIBEXPAT 1 | #define HAVE_XML_STOPPARSER 1 | /* end confdefs.h. */ | #include "Python.h" | int | main () | { | Py_Initialize (); | ; | return 0; | } configure:8431: result: no configure:8614: error: python is missing or unusable ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value='/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/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_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib' ac_cv_env_LIBS_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_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_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=arm-rtems4.12 ac_cv_func_XML_StopParser=yes ac_cv_func__mcleanup=yes ac_cv_func_monstartup=yes ac_cv_func_wctype=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=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_python_prog_path=/usr/local/bin/python ac_cv_prog_AR=x86_64-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include' ac_cv_prog_CPP='/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_MAKE=make ac_cv_prog_RANLIB=x86_64-linux-gnu-ranlib ac_cv_prog_WINDRES=windres ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_dlgetmodinfo=no ac_cv_search_dlopen=-ldl ac_cv_search_gethostbyname='none required' ac_cv_search_socketpair='none required' ac_cv_search_tgetent='none required' ac_cv_search_waddstr=-lncurses ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned_long=8 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=arm-unknown-rtems4.12 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=x86_64-linux-gnu-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_build_libiconv_path= am_cv_func_iconv=yes am_cv_lib_iconv=no am_cv_prog_cc_stdc= 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= am_cv_use_build_libiconv=no gdb_cv_have_makeinfo_click=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='x86_64-linux-gnu-ar' AWK='gawk' CATALOGS='' CATOBJEXT='' CC='/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CONFIG_ALL='' CONFIG_CLEAN='' CONFIG_DEPS=' $(SUBDIR_CLI_DEPS) $(SUBDIR_MI_DEPS) $(SUBDIR_TUI_DEPS)' CONFIG_INSTALL='' CONFIG_LDFLAGS='' CONFIG_OBS=' $(SUBDIR_CLI_OBS) $(SUBDIR_MI_OBS) $(SUBDIR_TUI_OBS)' CONFIG_SRCS=' $(SUBDIR_CLI_SRCS) $(SUBDIR_MI_SRCS) $(SUBDIR_TUI_SRCS)' CONFIG_UNINSTALL='' CPP='/usr/bin/gcc -O2 -pipe -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include -E' CPPFLAGS=' -I/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/include' DATADIRNAME='' DEBUGDIR='/home/punit/development/rtems/4.12/lib/debug' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_CFLAGS=' $(SUBDIR_CLI_CFLAGS) $(SUBDIR_MI_CFLAGS) $(SUBDIR_TUI_CFLAGS)' EXEEXT='' GCORE_TRANSFORM_NAME='' GDBTKLIBS='' GDBTK_CFLAGS='' GDBTK_SRC_DIR='' GDB_DATADIR='${datarootdir}/gdb' GDB_NM_FILE='' GDB_TRANSFORM_NAME='' GENCAT='' GMAKE_FALSE='#' GMAKE_TRUE='' GMSGFMT='/usr/bin/msgfmt' GNULIB_STDINT_H='' GREP='/bin/grep' GUILD='' GUILD_TARGET_FLAG='' GUILE_CPPFLAGS='' GUILE_LIBS='' GUI_CFLAGS_X='' HAVE_GUILE_FALSE='' HAVE_GUILE_TRUE='' HAVE_LIBBABELTRACE='' HAVE_LIBEXPAT='yes' HAVE_LIBLZMA='' 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='/home/punit/development/rtems/4.12/lib/gdb' LDFLAGS='-static-libstdc++ -static-libgcc -L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib' LIBBABELTRACE='' LIBEXPAT='/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib/libexpat.so -Wl,-rpath -Wl,/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib' LIBGUI='' LIBINTL='' LIBINTL_DEP='' LIBLZMA='' LIBOBJS='' LIBS='-ldl -lncurses -lm -ldl ' LN_S='ln -s' LTLIBBABELTRACE='' LTLIBEXPAT='-L/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib -lexpat -R/home/punit/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-root/4.12/rtems-arm/home/punit/development/rtems/4.12/lib' LTLIBLZMA='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKE='make' MAKEINFO='makeinfo --split-size=5000000' MAKEINFOFLAGS='' MAKEINFO_EXTRA_FLAGS=' -DHAVE_MAKEINFO_CLICK' MIG='' OBJEXT='o' PACKAGE='gdb' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKGVERSION='(GDB) ' POSUB='' PROFILE_CFLAGS='' PYTHON_CFLAGS='' PYTHON_CPPFLAGS='' PYTHON_LIBS='' RANLIB='x86_64-linux-gnu-ranlib' RDYNAMIC='' READLINE='$(READLINE_DIR)/libreadline.a' READLINE_CFLAGS='-I$(READLINE_SRC)/..' READLINE_DEPS='$(READLINE)' READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)' REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/gdb/bugs/}' REPORT_BUGS_TO='<http://www.gnu.org/software/gdb/bugs/>' SER_HARDWIRE='' SET_MAKE='' SHELL='/bin/bash' SIM='' SIM_OBS='' STRIP='' SYSTEM_GDBINIT='' TARGET_OBS=' arm-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='/usr/bin/xgettext' XMKMF='' X_CFLAGS='' X_LDFLAGS='' X_LIBS='' YACC='bison -y' YFLAGS='' ac_ct_CC='' am__leading_dot='.' bindir='/home/punit/development/rtems/4.12/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='/home/punit/development/rtems/4.12' frags='' 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='/home/punit/development/rtems/4.12/include' infodir='/home/punit/development/rtems/4.12/share/info' install_sh='${SHELL} /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/gdb-7.9/install-sh' libdir='/home/punit/development/rtems/4.12/lib' libexecdir='${exec_prefix}/libexec' localedir='${datadir}/locale' localstatedir='${prefix}/var' mandir='/home/punit/development/rtems/4.12/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' pkg_config_prog_path='' prefix='/home/punit/development/rtems/4.12' program_transform_name='s&^&arm-rtems4.12-&' psdir='${docdir}' python_prog_path='/usr/local/bin/python' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' testsuite' sysconfdir='${prefix}/etc' target='arm-unknown-rtems4.12' target_alias='arm-rtems4.12' target_cpu='arm' target_os='rtems4.12' target_subdir='' target_vendor='unknown' ## ------------------- ## ## File substitutions. ## ## ------------------- ## host_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 PACKAGE "gdb" #define DEBUGDIR "/home/punit/development/rtems/4.12/lib/debug" #define DEBUGDIR_RELOCATABLE 1 #define BINDIR "/home/punit/development/rtems/4.12/bin" #define GDB_DATADIR "/home/punit/development/rtems/4.12/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 DEFAULT_BFD_ARCH bfd_arm_arch #define DEFAULT_BFD_VEC arm_elf32_le_vec #define HAVE_MONSTARTUP 1 #define HAVE__MCLEANUP 1 #define HAVE__ETEXT 1 #define HAVE_ETEXT 1 #define PKGVERSION "(GDB) " #define REPORT_BUGS_TO "<http://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 "/home/punit/development/rtems/4.12/lib/gdb" #define JIT_READER_DIR_RELOCATABLE 1 #define HAVE_LIBEXPAT 1 #define HAVE_XML_STOPPARSER 1 configure: exit 1
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel