< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] Failing to exec anything in resip/dum/test or resip/stack/test under cygwin


I decided to pick on the test resip/stact/test/testTypdef

I was able to get it to compile and run by removing
'obj.debug.CYGWIN_NT-5.1.i686/TestSupport.o' from the g++ linker
command line, which is:

g++         -ldl          -o bin.debug.CYGWIN_NT-5.1.i686/testTypedef
obj.debug.CYGWIN_NT-5.1.i686/testTypedef.o
obj.debug.CYGWIN_NT-5.1.i686/TestSupport.o
-L../../../build/../resip/stack/obj.debug.CYGWIN_NT-5.1.i686
-L../../../build/../rutil/obj.debug.CYGWIN_NT-5.1.i686
-L../../../build/../contrib/ares-build.CYGWIN_NT-5.1.i686  -L/usr/lib
-lresip  -lrutil -lares  -lpthread  -lpopt
/home/stuartw/work/lib/libssl.a /home/stuartw/work/lib/libcrypto.a

Removing TestSupport.o object from the link lets the testTypedef run
and complete as normal.

I will dig into TestSupport and see what I can find.

Cheers,
Stuart.