Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308580 Details for
Bug 450359
./configure fails on Mac OS X 10.5
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
configure output log
config.log (text/plain), 9.35 KB, created by
David Mueller
on 2008-06-07 00:13:07 UTC
(
hide
)
Description:
configure output log
Filename:
MIME Type:
Creator:
David Mueller
Created:
2008-06-07 00:13:07 UTC
Size:
9.35 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by coolkey configure "1.1.0", which was >generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --disable-dependency-tracking > >## --------- ## >## Platform. ## >## --------- ## > >hostname = Lafiel.local >uname -m = Power Macintosh >uname -r = 9.2.2 >uname -s = Darwin >uname -v = Darwin Kernel Version 9.2.2: Tue Mar 4 21:23:43 PST 2008; root:xnu-1228.4.31~1/RELEASE_PPC > >/usr/bin/uname -p = powerpc >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = Mach kernel version: > Darwin Kernel Version 9.2.2: Tue Mar 4 21:23:43 PST 2008; root:xnu-1228.4.31~1/RELEASE_PPC >Kernel configured for up to 2 processors. >2 processors are physically available. >2 processors are logically available. >Processor type: ppc970 (PowerPC 970) >Processors active: 0 1 >Primary memory available: 1.50 gigabytes >Default processor set: 70 tasks, 260 threads, 2 processors >Load average: 0.64, Mach factor: 1.34 >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/local/bin >PATH: /opt/local/bin >PATH: /opt/local/sbin >PATH: /usr/bin >PATH: /bin >PATH: /usr/sbin >PATH: /sbin >PATH: /usr/local/bin >PATH: /usr/X11/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2003: checking build system type >configure:2021: result: powerpc-apple-darwin9.2.2 >configure:2043: checking host system type >configure:2058: result: powerpc-apple-darwin9.2.2 >configure:2080: checking target system type >configure:2095: result: powerpc-apple-darwin9.2.2 >configure:2137: checking for a BSD-compatible install >configure:2193: result: /usr/bin/install -c >configure:2204: checking whether build environment is sane >configure:2247: result: yes >configure:2312: checking for gawk >configure:2342: result: no >configure:2312: checking for mawk >configure:2342: result: no >configure:2312: checking for nawk >configure:2342: result: no >configure:2312: checking for awk >configure:2328: found /usr/bin/awk >configure:2339: result: awk >configure:2350: checking whether make sets $(MAKE) >configure:2371: result: yes >configure:2558: checking whether to enable maintainer-specific portions of Makefiles >configure:2567: result: no >configure:2609: checking platform type: >configure:2635: result: MAC >configure:2705: checking for gcc >configure:2721: found /usr/bin/gcc >configure:2732: result: gcc >configure:2970: checking for C compiler version >configure:2977: gcc --version >&5 >powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) >Copyright (C) 2005 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:2980: $? = 0 >configure:2987: gcc -v >&5 >Using built-in specs. >Target: powerpc-apple-darwin9 >Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 >Thread model: posix >gcc version 4.0.1 (Apple Inc. build 5465) >configure:2990: $? = 0 >configure:2997: gcc -V >&5 >gcc-4.0: argument to `-V' is missing >configure:3000: $? = 1 >configure:3023: checking for C compiler default output file name >configure:3050: gcc -DMAC -I/System/Library/Frameworks/Security.framework/Versions/Current/Headers -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -L/System/Library/Frameworks/Security.framework/Versions/Current/Security -arch ppc -arch i386 conftest.c >&5 >ld: library not found for -lcrt1.10.5.o >ld: library not found for -lcrt1.10.5.o >collect2: ld returned 1 exit status >collect2: ld returned 1 exit status >lipo: can't open input file: /var/folders/kO/kOexQCFXEKS5ov1HlYg3lE+++TI/-Tmp-//ccPheDu0.out (No such file or directory) >configure:3053: $? = 1 >configure:3091: result: >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "coolkey" >| #define PACKAGE_TARNAME "coolkey" >| #define PACKAGE_VERSION ""1.1.0"" >| #define PACKAGE_STRING "coolkey "1.1.0"" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE "coolkey" >| #define VERSION "1.1.0" >| #define DEBUG 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3098: error: C compiler cannot create executables >See `config.log' for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=powerpc-apple-darwin9.2.2 >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_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set= >ac_cv_env_CXXFLAGS_value= >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set= >ac_cv_env_FFLAGS_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_NSS_CFLAGS_set= >ac_cv_env_NSS_CFLAGS_value= >ac_cv_env_NSS_LIBS_set= >ac_cv_env_NSS_LIBS_value= >ac_cv_env_PCSC_CFLAGS_set= >ac_cv_env_PCSC_CFLAGS_value= >ac_cv_env_PCSC_LIBS_set= >ac_cv_env_PCSC_LIBS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set= >ac_cv_env_build_alias_value= >ac_cv_env_host_alias_set= >ac_cv_env_host_alias_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_host=powerpc-apple-darwin9.2.2 >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AWK=awk >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_make_make_set=yes >ac_cv_target=powerpc-apple-darwin9.2.2 > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /Users/david/Desktop/coolkey/missing --run aclocal-1.9' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='' >AMTAR='${SHELL} /Users/david/Desktop/coolkey/missing --run tar' >AR='' >AUTOCONF='${SHELL} /Users/david/Desktop/coolkey/missing --run autoconf' >AUTOHEADER='${SHELL} /Users/david/Desktop/coolkey/missing --run autoheader' >AUTOMAKE='${SHELL} /Users/david/Desktop/coolkey/missing --run automake-1.9' >AWK='awk' >BUILD_PK11INSTALL_FALSE='' >BUILD_PK11INSTALL_TRUE='' >CC='gcc' >CCDEPMODE='' >CFLAGS='-DMAC -I/System/Library/Frameworks/Security.framework/Versions/Current/Headers -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386' >CPP='' >CPPFLAGS='' >CXX='' >CXXCPP='' >CXXDEPMODE='' >CXXFLAGS='-DMAC -I/System/Library/Frameworks/Security.framework/Versions/Current/Headers -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386' >CYGPATH_W='echo' >DEFS='' >DEPDIR='' >ECHO='/bin/echo' >ECHO_C='ECHO_N='' >ECHO_T='' >EGREP='' >EXEEXT='' >F77='' >FFLAGS='' >GREP='' >HAVE_PCSC_FALSE='' >HAVE_PCSC_TRUE='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' >IS_WINDOWS_FALSE='' >IS_WINDOWS_TRUE='' >LDFLAGS='-L/System/Library/Frameworks/Security.framework/Versions/Current/Security -arch ppc -arch i386' >LIBCKYAPPLET='' >LIBOBJS='' >LIBS='' >LIBTOOL='' >LN_S='' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /Users/david/Desktop/coolkey/missing --run makeinfo' >NSS_CFLAGS='' >NSS_LIBS='' >OBJEXT='' >PACKAGE='coolkey' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='coolkey' >PACKAGE_STRING='coolkey "1.1.0"' >PACKAGE_TARNAME='coolkey' >PACKAGE_VERSION='"1.1.0"' >PATH_SEPARATOR=':' >PCSC_CFLAGS='-I/System/Library/Frameworks/PCSC.framework/Versions/Current/Headers' >PCSC_LIBS='-Wl,-framework,PCSC' >PKG_CONFIG='' >RANLIB='' >SCARD_LIB_NAME='PCSC.Framework/PCSC' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='1.1.0' >ZLIB_CFLAGS='' >ZLIB_LIBS='' >ac_ct_CC='gcc' >ac_ct_CXX='' >ac_ct_F77='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='' >am__include='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='${exec_prefix}/bin' >build='powerpc-apple-darwin9.2.2' >build_alias='' >build_cpu='powerpc' >build_os='darwin9.2.2' >build_vendor='apple' >datadir='${datarootdir}' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='powerpc-apple-darwin9.2.2' >host_alias='' >host_cpu='powerpc' >host_os='darwin9.2.2' >host_vendor='apple' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='${datarootdir}/info' >install_sh='/Users/david/Desktop/coolkey/install-sh' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='${datarootdir}/man' >mkdir_p='$(install_sh) -d' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='NONE' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target='powerpc-apple-darwin9.2.2' >target_alias='' >target_cpu='powerpc' >target_os='darwin9.2.2' >target_vendor='apple' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "coolkey" >#define PACKAGE_TARNAME "coolkey" >#define PACKAGE_VERSION ""1.1.0"" >#define PACKAGE_STRING "coolkey "1.1.0"" >#define PACKAGE_BUGREPORT "" >#define PACKAGE "coolkey" >#define VERSION "1.1.0" >#define DEBUG 1 > >configure: exit 77
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 450359
: 308580 |
383128
|
383129