Re: [reSIProcate-users] Linker errors when building library
- From: Andrew Wood <ajwood@xxxxxxx>
- Date: Sun, 30 Nov 2008 18:35:11 +0000
Im on Linux 2.6 - 2.6.24-21-generic
GCC version 3.3.6
Resiprocate 1.3.4 not been modified in any way
Im not using SSL. But I notice it still asks for its location - maybe
the problem?
The conf file is as follows:
VOCAL_TOOLCHAIN_TYPE := gnu
# What compile profile will you use?
# Allowed values: debug, nodebug, opt, gopt, prof, small
VOCAL_COMPILE_TYPE := debug
# Where is your cross compiler installed?
VOCAL_CROSS_ROOT := /skiff/local/bin
# What is the name your toolchain uses for the cross platform?
CROSS_PLATFORM := arm-linux
# Should the resip libraries be built shared?
# Allowed values: yes, no
BUILD_SHARED_LIBS := no
# Will you be using distcc?
# Allowed values: yes, no
USE_DISTCC := no
# Will you be using ccache?
# Allowed values: yes, no
USE_CCACHE := no
# Do you want to include DTLS support?
# Allowed values: yes, no
USE_DTLS := no
# Do you want to include SSL support?
# Allowed values: yes, no
USE_SSL := no
# Where is OpenSSL? (leave blank to use installed copy)
SSL_LOCATION :=
# Use popt to read commandline options?
# Allowed values: yes, no
USE_POPT := no
# Should DUM use curl to retreive identity information?
# Allowed values: yes, no
USE_CURL := no
# Use the Google malloc() implementation?
# Allowed values: yes, no
USE_GOOGLE_MALLOC := no
# Use Google cpuperf?
# Allowed values: yes, no
USE_GOOGLE_CPUPERF := no
# Compile in IPv6 support?
# Allowed values: yes, no
USE_IPV6 := no
# Where is db_cxx.h?
DB_HEADERS := /usr/include
# Where is popt.h?
POPT_INCDIR_CONFIG := /usr/include
# Where is libpopt?
POPT_LIBDIR_CONFIG := /usr/lib
# Compile with no floating point functions?
# Allowed values: yes, no
RESIP_FIXED_POINT := no
# Force stack to fully parse every message it receives?
# Allowed values: yes, no
PEDANTIC_STACK := no
# Where should the libraries be installed?
INSTALL_PREFIX := /'/home/andrew/Desktop/sip_build'
# Where should ares be installed?
ARES_PREFIX := '/home/andrew/Desktop/sip_build'