OS X 10.6.8
While trying to compile ccid-1.3.12_alcormicro which is a linux driver for the IOGEAR GSR202 Smart Card Reader, I get the following compile error:
found libusb-config, using it
/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind
+ ./configure 'CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc' PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX 'PCSC_LIBS=-framework PCSC' LIBUSB_CFLAGS=-I/usr/local/include 'LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind' 'LDFLAGS=-arch i386 -arch ppc' --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure: error: C compiler cannot create executables
See `config.log' for more details
+ rm -f src/Info.plist
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ vi ./config.log
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ rm ./config.log
override rw-r--r-- root/staff for ./config.log? y
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ sudo ./MacOSX/configure
found libusb-config, using it
/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind
+ ./configure 'CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc' PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX 'PCSC_LIBS=-framework PCSC' LIBUSB_CFLAGS=-I/usr/local/include 'LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind' 'LDFLAGS=-arch i386 -arch ppc' --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure: error: C compiler cannot create executables
See `config.log' for more details
+ rm -f src/Info.plist
Below is the contents of config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ccid configure 1.3.11, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX PCSC_LIBS=-framework PCSC LIBUSB_CFLAGS=-I/usr/local/include LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind LDFLAGS=-arch i386 -arch ppc --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
## --------- ##
## Platform. ##
## --------- ##
hostname = Wayne-Erdmans-MacBook-Pro.local
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/usr/bin/uname -p = i386
/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 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 80 tasks, 379 threads, 2 processors
Load average: 0.49, Mach factor: 1.50
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
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:2533: checking for a BSD-compatible install
configure:2601: result: /usr/bin/install -c
configure:2612: checking whether build environment is sane
configure:2662: result: yes
configure:2803: checking for a thread-safe mkdir -p
configure:2842: result: ./install-sh -c -d
configure:2855: checking for gawk
configure:2885: result: no
configure:2855: checking for mawk
configure:2885: result: no
configure:2855: checking for nawk
configure:2885: result: no
configure:2855: checking for awk
configure:2871: found /usr/bin/awk
configure:2882: result: awk
configure:2893: checking whether make sets $(MAKE)
configure:2915: result: yes
configure:3004: checking build system type
configure:3018: result: i386-apple-darwin10.8.0
configure:3038: checking host system type
configure:3051: result: i386-apple-darwin10.8.0
configure:3078: checking whether to enable maintainer-specific portions of Makefiles
configure:3087: result: no
configure:3150: checking for gcc
configure:3166: found /usr/bin/gcc
configure:3177: result: gcc
configure:3406: checking for C compiler version
configure:3415: gcc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:3426: $? = 0
configure:3415: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3426: $? = 0
configure:3415: gcc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3426: $? = 1
configure:3415: gcc -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:3426: $? = 1
configure:3446: checking whether the C compiler works
configure:3468: gcc -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -arch i386 -arch ppc conftest.c >&5
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccscd6jN.out (No such file or directory)
configure:3472: $? = 1
configure:3510: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ccid"
| #define PACKAGE_TARNAME "ccid"
| #define PACKAGE_VERSION "1.3.11"
| #define PACKAGE_STRING "ccid 1.3.11"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ccid"
| #define VERSION "1.3.11"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3515: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure:3517: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin10.8.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc'
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='-arch i386 -arch ppc'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=set
ac_cv_env_LIBUSB_CFLAGS_value=-I/usr/local/include
ac_cv_env_LIBUSB_LIBS_set=set
ac_cv_env_LIBUSB_LIBS_value='/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind'
ac_cv_env_PCSC_CFLAGS_set=set
ac_cv_env_PCSC_CFLAGS_value=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX
ac_cv_env_PCSC_LIBS_set=set
ac_cv_env_PCSC_LIBS_value='-framework PCSC'
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_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=i386-apple-darwin10.8.0
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run tar'
AR=''
AUTOCONF='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run automake-1.11'
AWK='awk'
BUNDLE_HOST=''
CC='gcc'
CCDEPMODE=''
CFLAGS=' -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DSYMUTIL=''
DUMPBIN=''
DYN_LIB_EXT=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS='-arch i386 -arch ppc'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIBUSBCONFIG=''
LIBUSB_CFLAGS='-I/usr/local/include'
LIBUSB_LIBS='/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind'
LIPO=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
NOCLASS=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='ccid'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='ccid'
PACKAGE_STRING='ccid 1.3.11'
PACKAGE_TARNAME='ccid'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.11'
PATH_SEPARATOR=':'
PCSC_CFLAGS='-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX'
PCSC_LIBS='-framework PCSC'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SYMBOL_VISIBILITY=''
UDEV_FALSE=''
UDEV_TRUE=''
VERSION='1.3.11'
WITHOUT_PCSC_FALSE=''
WITHOUT_PCSC_TRUE=''
WITH_LIBUSB_FALSE=''
WITH_LIBUSB_TRUE=''
WITH_TWIN_SERIAL_FALSE=''
WITH_TWIN_SERIAL_TRUE=''
ac_aux_dir='.'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.8.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.8.0'
build_vendor='apple'
bundle=''
ccidtwindir=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin10.8.0'
host_alias=''
host_cpu='i386'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -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_alias=''
usbdropdir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ccid"
#define PACKAGE_TARNAME "ccid"
#define PACKAGE_VERSION "1.3.11"
#define PACKAGE_STRING "ccid 1.3.11"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "ccid"
#define VERSION "1.3.11"
configure: exit 77
OS X 10.6.8
While trying to compile ccid-1.3.12_alcormicro which is a linux driver for the IOGEAR GSR202 Smart Card Reader, I get the following compile error:
found libusb-config, using it
/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind
+ ./configure 'CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc' PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX 'PCSC_LIBS=-framework PCSC' LIBUSB_CFLAGS=-I/usr/local/include 'LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind' 'LDFLAGS=-arch i386 -arch ppc' --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure: error: C compiler cannot create executables
See `config.log' for more details
+ rm -f src/Info.plist
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ vi ./config.log
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ rm ./config.log
override rw-r--r-- root/staff for ./config.log? y
Wayne-Erdmans-MacBook-Pro:ccid-1.3.12_alcormicro wayneerdman$ sudo ./MacOSX/configure
found libusb-config, using it
/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind
+ ./configure 'CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc' PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX 'PCSC_LIBS=-framework PCSC' LIBUSB_CFLAGS=-I/usr/local/include 'LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind' 'LDFLAGS=-arch i386 -arch ppc' --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure: error: C compiler cannot create executables
See `config.log' for more details
+ rm -f src/Info.plist
Below is the contents of config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ccid configure 1.3.11, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure CFLAGS= -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc PCSC_CFLAGS=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX PCSC_LIBS=-framework PCSC LIBUSB_CFLAGS=-I/usr/local/include LIBUSB_LIBS=/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind LDFLAGS=-arch i386 -arch ppc --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers --disable-dependency-tracking --disable-static --disable-pcsclite --enable-composite-as-multislot
## --------- ##
## Platform. ##
## --------- ##
hostname = Wayne-Erdmans-MacBook-Pro.local
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/usr/bin/uname -p = i386
/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 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 80 tasks, 379 threads, 2 processors
Load average: 0.49, Mach factor: 1.50
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
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:2533: checking for a BSD-compatible install
configure:2601: result: /usr/bin/install -c
configure:2612: checking whether build environment is sane
configure:2662: result: yes
configure:2803: checking for a thread-safe mkdir -p
configure:2842: result: ./install-sh -c -d
configure:2855: checking for gawk
configure:2885: result: no
configure:2855: checking for mawk
configure:2885: result: no
configure:2855: checking for nawk
configure:2885: result: no
configure:2855: checking for awk
configure:2871: found /usr/bin/awk
configure:2882: result: awk
configure:2893: checking whether make sets $(MAKE)
configure:2915: result: yes
configure:3004: checking build system type
configure:3018: result: i386-apple-darwin10.8.0
configure:3038: checking host system type
configure:3051: result: i386-apple-darwin10.8.0
configure:3078: checking whether to enable maintainer-specific portions of Makefiles
configure:3087: result: no
configure:3150: checking for gcc
configure:3166: found /usr/bin/gcc
configure:3177: result: gcc
configure:3406: checking for C compiler version
configure:3415: gcc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:3426: $? = 0
configure:3415: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3426: $? = 0
configure:3415: gcc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3426: $? = 1
configure:3415: gcc -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:3426: $? = 1
configure:3446: checking whether the C compiler works
configure:3468: gcc -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -arch i386 -arch ppc conftest.c >&5
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccscd6jN.out (No such file or directory)
configure:3472: $? = 1
configure:3510: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ccid"
| #define PACKAGE_TARNAME "ccid"
| #define PACKAGE_VERSION "1.3.11"
| #define PACKAGE_STRING "ccid 1.3.11"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ccid"
| #define VERSION "1.3.11"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3515: error: in `/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro':
configure:3517: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin10.8.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc'
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='-arch i386 -arch ppc'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=set
ac_cv_env_LIBUSB_CFLAGS_value=-I/usr/local/include
ac_cv_env_LIBUSB_LIBS_set=set
ac_cv_env_LIBUSB_LIBS_value='/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind'
ac_cv_env_PCSC_CFLAGS_set=set
ac_cv_env_PCSC_CFLAGS_value=-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX
ac_cv_env_PCSC_LIBS_set=set
ac_cv_env_PCSC_LIBS_value='-framework PCSC'
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_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=i386-apple-darwin10.8.0
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run tar'
AR=''
AUTOCONF='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run automake-1.11'
AWK='awk'
BUNDLE_HOST=''
CC='gcc'
CCDEPMODE=''
CFLAGS=' -DRESPONSECODE_DEFINED_IN_WINTYPES_H -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DSYMUTIL=''
DUMPBIN=''
DYN_LIB_EXT=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS='-arch i386 -arch ppc'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIBUSBCONFIG=''
LIBUSB_CFLAGS='-I/usr/local/include'
LIBUSB_LIBS='/usr/local/lib/libusb.a -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind'
LIPO=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
NOCLASS=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='ccid'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='ccid'
PACKAGE_STRING='ccid 1.3.11'
PACKAGE_TARNAME='ccid'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.11'
PATH_SEPARATOR=':'
PCSC_CFLAGS='-I/Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/MacOSX'
PCSC_LIBS='-framework PCSC'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SYMBOL_VISIBILITY=''
UDEV_FALSE=''
UDEV_TRUE=''
VERSION='1.3.11'
WITHOUT_PCSC_FALSE=''
WITHOUT_PCSC_TRUE=''
WITH_LIBUSB_FALSE=''
WITH_LIBUSB_TRUE=''
WITH_TWIN_SERIAL_FALSE=''
WITH_TWIN_SERIAL_TRUE=''
ac_aux_dir='.'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.8.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.8.0'
build_vendor='apple'
bundle=''
ccidtwindir=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin10.8.0'
host_alias=''
host_cpu='i386'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/wayneerdman/Downloads/GSR202_Linux_Driver/ccid-1.3.12_alcormicro/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -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_alias=''
usbdropdir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ccid"
#define PACKAGE_TARNAME "ccid"
#define PACKAGE_VERSION "1.3.11"
#define PACKAGE_STRING "ccid 1.3.11"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "ccid"
#define VERSION "1.3.11"
configure: exit 77
0 commentaires:
Enregistrer un commentaire