Unable to compile for simulator under iOS SDK 4.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 I was unable to complile PJSIP under the new iOS SDK 4.3, using the
procedure I usually follow, which is listed on the pjsip.org website. Here
is the error (Can anyone please help!):

joe-hages-macbook-pro:~ joehage$ cd /pjproject-1.8.10
joe-hages-macbook-pro:pjproject-1.8.10 joehage$ export
DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer
joe-hages-macbook-pro:pjproject-1.8.10 joehage$ export
CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
joe-hages-macbook-pro:pjproject-1.8.10 joehage$ ./configure-iphone
configure-iphone: IPHONESDK is not specified, choosing
iPhoneSimulator4.3.sdk
configure-iphone: CXX is not specified, using
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.0
configure-iphone: calling ./aconfigure with env vars:
 CC =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
 CXX =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.0
 SDKPATH =
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
 CFLAGS = -O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
 LDFLAGS = -O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
-framework AudioToolbox -framework Foundation
 AR =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool
-static -o
 RANLIB = echo ranlib
aconfigure: WARNING: If you wanted to set the --build type, don't use
--host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i386-apple-darwin10.6.0
checking host system type... arm-apple-darwin9
checking target system type... arm-apple-darwin9
checking for arm-apple-darwin9-gcc...
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
checking for C compiler default output file name...
aconfigure: error: C compiler cannot create executables
See `config.log' for more details.
joe-hages-macbook-pro:pjproject-1.8.10 joehage$


*and here is the config.log content:*

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

It was created by pjproject aconfigure 1.x, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./aconfigure --host=arm-apple-darwin9 --disable-floating-point

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

hostname = joe-hages-macbook-pro.local
uname -m = i386
uname -r = 10.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010;
root:xnu-1504.9.26~3/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.6.0: Wed Nov 10 18:13:17 PST 2010;
root:xnu-1504.9.26~3/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: 74 tasks, 301 threads, 2 processors
Load average: 0.74, Mach factor: 1.40
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


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

aconfigure:1837: checking build system type
aconfigure:1855: result: i386-apple-darwin10.6.0
aconfigure:1877: checking host system type
aconfigure:1892: result: arm-apple-darwin9
aconfigure:1914: checking target system type
aconfigure:1929: result: arm-apple-darwin9
aconfigure:1979: checking for arm-apple-darwin9-gcc
aconfigure:2006: result:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
aconfigure:2284: checking for C compiler version
aconfigure:2291:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
--version >&5
./aconfigure: line 2292:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0: No
such file or directory
aconfigure:2294: $? = 127
aconfigure:2301:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -v
>&5
./aconfigure: line 2302:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0: No
such file or directory
aconfigure:2304: $? = 127
aconfigure:2311:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -V
>&5
./aconfigure: line 2312:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0: No
such file or directory
aconfigure:2314: $? = 127
aconfigure:2337: checking for C compiler default output file name
aconfigure:2364:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -O2
-Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
 -O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
-framework AudioToolbox -framework Foundation conftest.c  >&5
./aconfigure: line 2365:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0: No
such file or directory
aconfigure:2367: $? = 127
aconfigure:2405: result:
aconfigure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "pjproject"
| #define PACKAGE_TARNAME "pjproject"
| #define PACKAGE_VERSION "1.x"
| #define PACKAGE_STRING "pjproject 1.x"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
aconfigure:2412: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i386-apple-darwin10.6.0
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
 -E -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk'
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.0
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
-framework AudioToolbox -framework Foundation'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-apple-darwin9
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=arm-apple-darwin9
ac_cv_prog_CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
ac_cv_target=arm-apple-darwin9

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

AR='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool
-static -o'
CC='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0'
CC_CFLAGS=''
CC_DEF=''
CC_INC=''
CC_OPTIMIZE=''
CC_OUT=''
CFLAGS='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk'
CPP='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
 -E -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk'
CPPFLAGS=''
CXX='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.0'
CXXFLAGS='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
'
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
LD=''
LDFLAGS='-O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
-framework AudioToolbox -framework Foundation'
LDOUT=''
LIBEXT2=''
LIBEXT=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pjproject'
PACKAGE_STRING='pjproject 1.x'
PACKAGE_TARNAME='pjproject'
PACKAGE_VERSION='1.x'
PATH_SEPARATOR=':'
RANLIB='echo ranlib'
SHELL='/bin/sh'
ac_build_mak_vars=''
ac_cross_compile=''
ac_ct_CC=''
ac_ct_CXX=''
ac_external_gsm=''
ac_external_pa=''
ac_external_speex=''
ac_host=''
ac_linux_poll=''
ac_main_obj=''
ac_no_g711_codec=''
ac_no_g7221_codec=''
ac_no_g722_codec=''
ac_no_gsm_codec=''
ac_no_ilbc_codec=''
ac_no_l16_codec=''
ac_no_large_filter=''
ac_no_small_filter=''
ac_no_speex_aec=''
ac_no_speex_codec=''
ac_no_ssl=''
ac_os_objs=''
ac_pa_cflags=''
ac_pa_use_alsa=''
ac_pa_use_oss=''
ac_pjdir=''
ac_pjmedia_snd=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.6.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='arm-apple-darwin9'
host_alias='arm-apple-darwin9'
host_cpu='arm'
host_os='darwin9'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libcrypto_present=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libssl_present=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
openssl_h_present=''
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-apple-darwin9'
target_alias=''
target_cpu='arm'
target_os='darwin9'
target_vendor='apple'

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

#define PACKAGE_NAME "pjproject"
#define PACKAGE_TARNAME "pjproject"
#define PACKAGE_VERSION "1.x"
#define PACKAGE_STRING "pjproject 1.x"
#define PACKAGE_BUGREPORT ""

aconfigure: exit 77

Note that I also tried using GCC 4.2, and I got this error:


joe-hages-macbook-pro:pjproject-1.8.10 joehage$ export
CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
joe-hages-macbook-pro:pjproject-1.8.10 joehage$
./configure-iphoneconfigure-iphone: IPHONESDK is not specified, choosing
iPhoneSimulator4.2.sdk
configure-iphone: CXX is not specified, using
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2
configure-iphone: calling ./aconfigure with env vars:
 CC =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
 CXX =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2
 SDKPATH =
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
 CFLAGS = -O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
 LDFLAGS = -O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
-framework AudioToolbox -framework Foundation
 AR =
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool
-static -o
 RANLIB = echo ranlib
aconfigure: WARNING: If you wanted to set the --build type, don't use
--host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i386-apple-darwin10.6.0
checking host system type... arm-apple-darwin9
checking target system type... arm-apple-darwin9
checking for arm-apple-darwin9-gcc...
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
checking for C compiler default output file name...
aconfigure: error: C compiler cannot create executables
See `config.log' for more details.
joe-hages-macbook-pro:pjproject-1.8.10 joehage$

*with the following contents in the 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 pjproject aconfigure 1.x, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./aconfigure --host=arm-apple-darwin9 --disable-floating-point

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

hostname = joe-hages-macbook-pro.local
uname -m = i386
uname -r = 10.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010;
root:xnu-1504.9.26~3/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.6.0: Wed Nov 10 18:13:17 PST 2010;
root:xnu-1504.9.26~3/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: 79 tasks, 321 threads, 2 processors
Load average: 1.14, Mach factor: 1.11
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


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

aconfigure:1837: checking build system type
aconfigure:1855: result: i386-apple-darwin10.6.0
aconfigure:1877: checking host system type
aconfigure:1892: result: arm-apple-darwin9
aconfigure:1914: checking target system type
aconfigure:1929: result: arm-apple-darwin9
aconfigure:1979: checking for arm-apple-darwin9-gcc
aconfigure:2006: result:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
aconfigure:2284: checking for C compiler version
aconfigure:2291:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
--version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
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.

aconfigure:2294: $? = 0
aconfigure:2301:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -v
>&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5664~89/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 5664)
aconfigure:2304: $? = 0
aconfigure:2311:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -V
>&5
gcc-4.2: argument to `-V' is missing
aconfigure:2314: $? = 1
aconfigure:2337: checking for C compiler default output file name
aconfigure:2364:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -O2
-Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
 -O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
-framework AudioToolbox -framework Foundation conftest.c  >&5
ld: warning: in
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks//AudioToolbox.framework/AudioToolbox,
file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks//Foundation.framework/Foundation,
file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/usr/lib/libSystem.dylib,
file was built for i386 which is not the architecture being linked (x86_64)
Undefined symbols:
  "_exit", referenced from:
      start in crt1.10.6.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
aconfigure:2367: $? = 1
aconfigure:2405: result:
aconfigure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "pjproject"
| #define PACKAGE_TARNAME "pjproject"
| #define PACKAGE_VERSION "1.x"
| #define PACKAGE_STRING "pjproject 1.x"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
aconfigure:2412: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i386-apple-darwin10.6.0
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
 -E -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk'
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
-framework AudioToolbox -framework Foundation'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-apple-darwin9
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=arm-apple-darwin9
ac_cv_prog_CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
ac_cv_target=arm-apple-darwin9

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

AR='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool
-static -o'
CC='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2'
CC_CFLAGS=''
CC_DEF=''
CC_INC=''
CC_OPTIMIZE=''
CC_OUT=''
CFLAGS='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk'
CPP='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
 -E -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk'
CPPFLAGS=''
CXX='/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2'
CXXFLAGS='-O2 -Wno-unused-label  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
'
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
LD=''
LDFLAGS='-O2  -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
-framework AudioToolbox -framework Foundation'
LDOUT=''
LIBEXT2=''
LIBEXT=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pjproject'
PACKAGE_STRING='pjproject 1.x'
PACKAGE_TARNAME='pjproject'
PACKAGE_VERSION='1.x'
PATH_SEPARATOR=':'
RANLIB='echo ranlib'
SHELL='/bin/sh'
ac_build_mak_vars=''
ac_cross_compile=''
ac_ct_CC=''
ac_ct_CXX=''
ac_external_gsm=''
ac_external_pa=''
ac_external_speex=''
ac_host=''
ac_linux_poll=''
ac_main_obj=''
ac_no_g711_codec=''
ac_no_g7221_codec=''
ac_no_g722_codec=''
ac_no_gsm_codec=''
ac_no_ilbc_codec=''
ac_no_l16_codec=''
ac_no_large_filter=''
ac_no_small_filter=''
ac_no_speex_aec=''
ac_no_speex_codec=''
ac_no_ssl=''
ac_os_objs=''
ac_pa_cflags=''
ac_pa_use_alsa=''
ac_pa_use_oss=''
ac_pjdir=''
ac_pjmedia_snd=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.6.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='arm-apple-darwin9'
host_alias='arm-apple-darwin9'
host_cpu='arm'
host_os='darwin9'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libcrypto_present=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libssl_present=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
openssl_h_present=''
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-apple-darwin9'
target_alias=''
target_cpu='arm'
target_os='darwin9'
target_vendor='apple'

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

#define PACKAGE_NAME "pjproject"
#define PACKAGE_TARNAME "pjproject"
#define PACKAGE_VERSION "1.x"
#define PACKAGE_STRING "pjproject 1.x"
#define PACKAGE_BUGREPORT ""

aconfigure: exit 77
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20110330/ec18a8f2/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux