[reSIProcate] Building reSIProcate on a Linux Platform
Has anyone successfully built reSIProcate on RedHat Linux Enterprise WS
Version 3.0? What about Fedora 5? I'm getting the following error with
RedHat Linux platform:
g++ -march=i686 -D_REENTRANT -g -Wall -I../../../build/.. -I..
/../../build/.. -I../../../build/../contrib/ares -DUSE_ARES -DHAVE_POPT_H -c
-o obj.debug.Linux.i686/testDtlsTransport.o testDtlsTransport.cxx
g++ -o bin.debug.Linux.i686/testDtlsTransport
obj.debug.Linux.i686/testDtlsTransport.o
.debug.Linux.i686/TestSupport.o -L../../../build/../resip/stack/obj.debug
.Linux.i686 -L../../../build/../rutil/obj.debug.Linux.i686 -L../../../buil
d/../contrib/ares -lresip -lrutil -lares -lpthread -lpopt
obj.debug.Linux.i686/testDtlsTransport.o(.text+0x14f): In function `main':
/home/jerry/work/Sipfoundry/reSIProcate/resiprocate-1.0/resip/stack/test/tes
tDtlsTransport.cxx:28: undefined reference to
`resip::BaseSecurity::ExportableSuite'
obj.debug.Linux.i686/testDtlsTransport.o(.text+0x15d):/home/jerry/work/Sipfo
undry/reSIProcate/resiprocate-1.0/resip/stack/test/testDtlsTransport.cxx:28:
undefined reference to
`resip::Security::Security[in-charge](resip::BaseSecurity::CipherList
const&)'
collect2: ld returned 1 exit status
make[1]: *** [bin.debug.Linux.i686/testDtlsTransport] Error 1
make[1]: Leaving directory
`/home/jerry/work/Sipfoundry/reSIProcate/resiprocate-1.0/resip/stack/test'
make: *** [tests] Error 2
[root@RedHat-Lab1 resiprocate-1.0]#