This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

glibc cross compiling error for powerpc


Dear all,

I am making glibc for powerpc.
I tried to compile using glibc-2.13, glibc-ports-2.13.
But I can't compile successfully.
Below is the compiling message, I met.


---(below)---
[khs@khs-N53SN build]$
[khs@khs-N53SN build]$ ../configure --prefix=/opt/DGS/powerpc-linux --target=powerpc-linux --build=powerpc-linux --enable-add-ons=ports --with-headers=/home/khs/PROJECTS/ReLook/common/linux/include --with-binutils=/opt/DGS/powerpc-linux/powerpc-linux/bin
checking build system type... powerpc-unknown-linux-gnu
checking host system type... powerpc-unknown-linux-gnu
checking for gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking add-on ports for preconfigure fragments... alpha am33 arm hppa m68k mips
checking for assembler gnu_indirect_function symbol type support... yes
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for assembler .type directive prefix... @
checking sysdep dirs... sysdeps/powerpc/powerpc32/elf sysdeps/powerpc/elf sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu sysdeps/powerpc/powerpc32/fpu ports/sysdeps/unix/sysv/linux/powerpc/powerpc32 sysdeps/unix/sysv/linux/powerpc/powerpc32 ports/sysdeps/unix/sysv/linux/powerpc sysdeps/unix/sysv/linux/powerpc sysdeps/ieee754/ldbl-128ibm sysdeps/ieee754/ldbl-opt ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/powerpc ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/powerpc/powerpc32 sysdeps/powerpc/powerpc32 sysdeps/wordsize-32 sysdeps/powerpc/fpu ports/sysdeps/powerpc sysdeps/powerpc sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether /opt/DGS/powerpc-linux/powerpc-linux/bin/as is GNU as... yes
checking whether /opt/DGS/powerpc-linux/powerpc-linux/bin/ld is GNU ld... yes
checking for /opt/DGS/powerpc-linux/powerpc-linux/bin/as... /opt/DGS/powerpc-linux/powerpc-linux/bin/as
checking version of /opt/DGS/powerpc-linux/powerpc-linux/bin/as... 2.13, ok
checking for /opt/DGS/powerpc-linux/powerpc-linux/bin/ld... /opt/DGS/powerpc-linux/powerpc-linux/bin/ld
checking version of /opt/DGS/powerpc-linux/powerpc-linux/bin/ld... 2.13, ok
checking for pwd... /bin/pwd
checking for gcc... gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/
checking version of gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/... 4.5.2, ok
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.81, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.18.1, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for autoconf... autoconf
checking whether autoconf works... yes
checking whether ranlib is necessary... /opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
/opt/DGS/powerpc-linux/powerpc-linux/bin/ar: conftest.o: No such file or directory
cp: cannot stat `conftest.a': No such file or directory
/opt/DGS/powerpc-linux/powerpc-linux/bin/ranlib: conftest.a: No such file or directory
yes
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... no
checking for mawk... mawk
checking for perl... /usr/bin/perl
checking for install-info... /usr/sbin/install-infofile:///home/khs/PROJECTS/cross-compiler/glibc-2.13/build/config.log


checking for bison... /usr/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... no
checking whether we need to use -P to assemble .S files... yes
checking for .set assembler directive... no
checking for assembler gnu_unique_object symbol type... no
checking for .symver assembler directive... no
checking for ld --version-script... no
*** WARNING: You should not compile GNU libc without versioning. Not using
*** versioning will introduce incompatibilities so that old binaries
*** will not run anymore.
*** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer).
checking for .previous assembler directive... no
checking for .popsection assembler directive... no
checking for .protected and .hidden assembler directive... configure: error: assembler support for symbol visibility is required


Basically, I followed "http://www.pages.drexel.edu/~sg64/stuff/cross-compile.htm"; for the compiling process.
I also attach config.log file.


Could you help me to solve this problem?

Hans Kim

















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

It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.66.  Invocation command line was

  $ ../configure --prefix=/opt/DGS/powerpc-linux --target=powerpc-linux --build=powerpc-linux --enable-add-ons=ports --with-headers=/home/khs/PROJECTS/ReLook/common/linux/include --with-binutils=/opt/DGS/powerpc-linux/powerpc-linux/bin

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

hostname = khs-N53SN
uname -m = i686
uname -r = 2.6.38-11-generic
uname -s = Linux
uname -v = #47-Ubuntu SMP Fri Jul 15 19:29:37 UTC 2011

/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: /opt/DGS/ppc405/devkit/cdk/bin
PATH: /home/khs/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:2363: checking build system type
configure:2377: result: powerpc-unknown-linux-gnu
configure:2397: checking host system type
configure:2410: result: powerpc-unknown-linux-gnu
configure:2479: checking for gcc
configure:2495: found /usr/bin/gcc
configure:2506: result: gcc
configure:2735: checking for C compiler version
configure:2744: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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:2755: $? = 0
configure:2744: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:2755: $? = 0
configure:2744: gcc -V >&5
gcc: '-V' option must have argument
configure:2755: $? = 1
configure:2744: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2755: $? = 1
configure:2760: checking for suffix of object files
configure:2782: gcc -c   conftest.c >&5
configure:2786: $? = 0
configure:2807: result: o
configure:2811: checking whether we are using the GNU C compiler
configure:2830: gcc -c   conftest.c >&5
configure:2830: $? = 0
configure:2839: result: yes
configure:2848: checking whether gcc accepts -g
configure:2868: gcc -c -g  conftest.c >&5
configure:2868: $? = 0
configure:2909: result: yes
configure:2926: checking for gcc option to accept ISO C89
configure:2990: gcc  -c -g -O2  conftest.c >&5
configure:2990: $? = 0
configure:3003: result: none needed
configure:3073: checking how to run the C preprocessor
configure:3104: gcc -E  conftest.c
configure:3104: $? = 0
configure:3118: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define PACKAGE_URL "http://www.gnu.org/software/c-library/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3143: result: gcc -E
configure:3163: gcc -E  conftest.c
configure:3163: $? = 0
configure:3177: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define PACKAGE_URL "http://www.gnu.org/software/c-library/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3264: checking for g++
configure:3280: found /usr/bin/g++
configure:3291: result: g++
configure:3318: checking for C++ compiler version
configure:3327: g++ --version >&5
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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:3338: $? = 0
configure:3327: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:3338: $? = 0
configure:3327: g++ -V >&5
g++: '-V' option must have argument
configure:3338: $? = 1
configure:3327: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3338: $? = 1
configure:3342: checking whether we are using the GNU C++ compiler
configure:3361: g++ -c   conftest.cpp >&5
configure:3361: $? = 0
configure:3370: result: yes
configure:3379: checking whether g++ accepts -g
configure:3399: g++ -c -g  conftest.cpp >&5
configure:3399: $? = 0
configure:3440: result: yes
configure:4016: checking add-on ports for preconfigure fragments
configure:4023: result: 
configure:4110: checking for assembler gnu_indirect_function symbol type support
configure:4126: result: yes
configure:4129: checking whether .text pseudo-op must be used
configure:4139: gcc  -c conftest.s 1>&5
configure:4142: $? = 0
configure:4153: result: yes
configure:4157: checking for assembler global-symbol directive
configure:4170: gcc  -c conftest.s 1>&5
configure:4173: $? = 0
configure:4181: result: .globl
configure:4192: checking for assembler .type directive prefix
configure:4208: gcc  -c conftest.s 1>&5
configure:4211: $? = 0
configure:4219: result: @
configure:4242: checking sysdep dirs
configure:4487: result: sysdeps/generic/elf sysdeps/generic
configure:4564: checking for a BSD-compatible install
configure:4632: result: /usr/bin/install -c
configure:4647: checking whether ln -s works
configure:4651: result: yes
configure:4775: checking whether /opt/DGS/powerpc-linux/powerpc-linux/bin/as is GNU as
configure:4789: result: yes
configure:4794: checking whether /opt/DGS/powerpc-linux/powerpc-linux/bin/ld is GNU ld
configure:4808: result: yes
configure:4818: checking for /opt/DGS/powerpc-linux/powerpc-linux/bin/as
configure:4845: result: /opt/DGS/powerpc-linux/powerpc-linux/bin/as
configure:4860: checking version of /opt/DGS/powerpc-linux/powerpc-linux/bin/as
configure:4870: result: 2.13, ok
configure:4881: checking for /opt/DGS/powerpc-linux/powerpc-linux/bin/ld
configure:4908: result: /opt/DGS/powerpc-linux/powerpc-linux/bin/ld
configure:4923: checking version of /opt/DGS/powerpc-linux/powerpc-linux/bin/ld
configure:4933: result: 2.13, ok
configure:4948: checking for pwd
configure:4966: found /bin/pwd
configure:4979: result: /bin/pwd
configure:4997: checking for gcc
configure:5024: result: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/
configure:5039: checking version of gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/
configure:5049: result: 4.5.2, ok
configure:5060: checking for gnumake
configure:5090: result: no
configure:5060: checking for gmake
configure:5090: result: no
configure:5060: checking for make
configure:5076: found /usr/bin/make
configure:5087: result: make
configure:5102: checking version of make
configure:5112: result: 3.81, ok
configure:5124: checking for gnumsgfmt
configure:5154: result: no
configure:5124: checking for gmsgfmt
configure:5154: result: no
configure:5124: checking for msgfmt
configure:5140: found /usr/bin/msgfmt
configure:5151: result: msgfmt
configure:5166: checking version of msgfmt
configure:5176: result: 0.18.1, ok
configure:5187: checking for makeinfo
configure:5203: found /usr/bin/makeinfo
configure:5214: result: makeinfo
configure:5229: checking version of makeinfo
configure:5239: result: 4.13, ok
configure:5250: checking for sed
configure:5266: found /bin/sed
configure:5277: result: sed
configure:5292: checking version of sed
configure:5302: result: 4.2.1, ok
configure:5314: checking for autoconf
configure:5330: found /usr/bin/autoconf
configure:5341: result: autoconf
configure:5356: checking whether autoconf works
configure:5367: result: yes
configure:5413: checking whether ranlib is necessary
configure:5434: result: yes
configure:5447: checking LD_LIBRARY_PATH variable
configure:5457: result: ok
configure:5466: checking whether GCC supports -static-libgcc
configure:5477: result: -static-libgcc
configure:5483: checking for bash
configure:5501: found /bin/bash
configure:5514: result: /bin/bash
configure:5589: checking for gawk
configure:5619: result: no
configure:5589: checking for mawk
configure:5605: found /usr/bin/mawk
configure:5616: result: mawk
configure:5629: checking for perl
configure:5647: found /usr/bin/perl
configure:5660: result: /usr/bin/perl
configure:5674: checking for install-info
configure:5693: found /usr/sbin/install-info
configure:5706: result: /usr/sbin/install-info
configure:5716: checking for bison
configure:5735: found /usr/bin/bison
configure:5748: result: /usr/bin/bison
configure:5757: checking for signed size_t type
configure:5772: result: no
configure:5781: checking for libc-friendly stddef.h
configure:5805: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/ -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:38: warning: incompatible implicit declaration of built-in function 'abort'
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:5805: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define PACKAGE_URL "http://www.gnu.org/software/c-library/";
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| /* end confdefs.h.  */
| #define __need_size_t
| #define __need_wchar_t
| #include <stddef.h>
| #define __need_NULL
| #include <stddef.h>
| int
| main ()
| {
| size_t size; wchar_t wchar;
| #ifdef offsetof
| #error stddef.h ignored __need_*
| #endif
| if (&size == NULL || &wchar == NULL) abort ();
|   ;
|   return 0;
| }
configure:5812: result: no
configure:5819: checking whether we need to use -P to assemble .S files
configure:5829: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/   -c conftest.S 1>&5
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:5832: $? = 1
configure:5840: result: yes
configure:5847: checking for .set assembler directive
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:5873: result: no
configure:5880: checking for assembler gnu_unique_object symbol type
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:5897: result: no
configure:5904: checking for .symver assembler directive
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:5921: result: no
configure:5923: checking for ld --version-script
configure:5967: result: no
configure:5989: checking for .previous assembler directive
configure:5999: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/ -c  conftest.s 1>&5
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:6002: $? = 1
configure:6010: result: no
configure:6016: checking for .popsection assembler directive
configure:6026: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/ -c  conftest.s 1>&5
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:6029: $? = 1
configure:6037: result: no
configure:6044: checking for .protected and .hidden assembler directive
configure:6056: gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/ -c  conftest.s 1>&5
/opt/DGS/powerpc-linux/powerpc-linux/bin/as: unrecognized option '--32'
configure:6059: $? = 1
configure:6063: error: assembler support for symbol visibility is required

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

ac_cv_build=powerpc-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=powerpc-linux
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=powerpc-linux
ac_cv_host=powerpc-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_INSTALL_INFO=/usr/sbin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/bin/pwd
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/opt/DGS/powerpc-linux/powerpc-linux/bin/as
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=mawk
ac_cv_prog_CC='gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LD=/opt/DGS/powerpc-linux/powerpc-linux/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
libc_cv_asm_global_directive=.globl
libc_cv_asm_gnu_indirect_function=yes
libc_cv_asm_popsection_directive=no
libc_cv_asm_previous_directive=no
libc_cv_asm_set_directive=no
libc_cv_asm_symver_directive=no
libc_cv_asm_type_prefix=@
libc_cv_asm_unique_object=no
libc_cv_autoconf_works=yes
libc_cv_dot_text=.text
libc_cv_friendly_stddef=no
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_ld_version_script_option=no
libc_cv_need_minus_P=yes
libc_cv_nss_crypt=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ranlib_necessary=yes
libc_cv_signed_size_t=no

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

AR='/opt/DGS/powerpc-linux/powerpc-linux/bin/ar'
AS='/opt/DGS/powerpc-linux/powerpc-linux/bin/as'
ASFLAGS_config=''
AUTOCONF='autoconf'
AWK='mawk'
BASH_SHELL='/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC=''
CC='gcc -B/opt/DGS/powerpc-linux/powerpc-linux/bin/'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES='-isystem ../../../../include/c++/4.5.2 -isystem ../../../../include/c++/4.5.2/i686-linux-gnu -isystem ../../../../include/c++/4.5.2/backward'
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/bash'
LD='/opt/DGS/powerpc-linux/powerpc-linux/bin/ld'
LDFLAGS=''
LIBGD=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='/opt/DGS/powerpc-linux/powerpc-linux/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='glibc'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='c-library'
PACKAGE_URL='http://www.gnu.org/software/c-library/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PWD_P='/bin/pwd'
RANLIB='/opt/DGS/powerpc-linux/powerpc-linux/bin/ranlib'
RELEASE=''
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/include -isystem /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/include-fixed -isystem /home/khs/PROJECTS/ReLook/common/linux/include'
VERSION=''
VERSIONING='no'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
add_on_subdirs=''
add_ons='ports'
all_warnings=''
base_machine='powerpc'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='powerpc-unknown-linux-gnu'
build_alias='powerpc-linux'
build_cpu='powerpc'
build_os='linux-gnu'
build_vendor='unknown'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
elf='yes'
enable_check_abi='no'
exceptions=''
exec_prefix='NONE'
experimental_malloc=''
fno_unit_at_a_time=''
force_install='yes'
gnu89_inline=''
have_libaudit=''
have_libcap=''
have_selinux=''
host='powerpc-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script=''
libc_cv_Bgroup=''
libc_cv_as_i686=''
libc_cv_as_needed=''
libc_cv_cc_avx=''
libc_cv_cc_sse4=''
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind=''
libc_cv_cpp_asm_debuginfo=''
libc_cv_forced_unwind=''
libc_cv_fpie=''
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde=''
libc_cv_hashstyle=''
libc_cv_have_bash2='yes'
libc_cv_have_initfini=''
libc_cv_have_ksh='yes'
libc_cv_libgcc_s_suffix=''
libc_cv_localedir=''
libc_cv_nss_crypt='no'
libc_cv_pic_default=''
libc_cv_rootsbindir=''
libc_cv_slibdir=''
libc_cv_ssp=''
libc_cv_sysconfdir=''
libc_cv_z_combreloc=''
libc_cv_z_execstack=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
multi_arch='no'
no_whole_archive=''
nopic_initfini=''
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pdfdir='${docdir}'
prefix='/opt/DGS/powerpc-linux'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='default'
sharedstatedir='${prefix}/com'
sizeof_long_double=''
static='yes'
static_nss='no'
subdirs='  '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' ports'
sysnames=' sysdeps/powerpc/powerpc32/elf sysdeps/powerpc/elf sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu sysdeps/powerpc/powerpc32/fpu ports/sysdeps/unix/sysv/linux/powerpc/powerpc32 sysdeps/unix/sysv/linux/powerpc/powerpc32 ports/sysdeps/unix/sysv/linux/powerpc sysdeps/unix/sysv/linux/powerpc sysdeps/ieee754/ldbl-128ibm sysdeps/ieee754/ldbl-opt ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/powerpc ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/powerpc/powerpc32 sysdeps/powerpc/powerpc32 sysdeps/wordsize-32 sysdeps/powerpc/fpu ports/sysdeps/powerpc sysdeps/powerpc sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'
target_alias='powerpc-linux'
use_ldconfig=''
with_cvs='yes'
with_fp='yes'
xcoff='no'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "c-library"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "glibc"
#define PACKAGE_URL "http://www.gnu.org/software/c-library/";
#define ASM_GLOBAL_DIRECTIVE .globl
#define ASM_TYPE_DIRECTIVE_PREFIX @

configure: exit 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]