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

[reSIProcate] link error ../libresiprocate.la: file not recognized: File format not recognized


Hi,
I saw this message when I'm trying to build the reSIProcate (SVN At revision 5022) using autotool.

Is there anyone has met this problem?
Can anyone help me to resolve this?

output message :
-----------------------------begin------------------------------------
ar cru libtestsupport.a InviteClient.o InviteServer.o Register.o Registrar.o TestSupport.o test503Generator.o testResponses.o testRSP-2.o testUdp.o
ranlib libtestsupport.a
if g++ -DHAVE_CONFIG_H -I. -I. -I../../resiprocate -I../.. -I../.. -I/usr/include -I/home/jjk/work/sip/sip/contrib/ares -I/usr/kerberos/include -g -O2 -Wall -Wno-deprecated -MT limpc.o -MD -MP -MF ".deps/limpc.Tpo" -c -o limpc.o limpc.cxx; \ then mv -f ".deps/limpc.Tpo" ".deps/limpc.Po"; else rm -f ".deps/limpc.Tpo"; exit 1; fi g++ -g -O2 -Wall -Wno-deprecated -L/home/jjk/work/sip/sip/contrib/ares -o limpc limpc.o libtestsupport.a ../libresiprocate.la -L/usr/lib -lpopt -lssl -lcrypto -lares -lpthread
../libresiprocate.la: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[3]: *** [limpc] Error 1
make[3]: Leaving directory `/home/jjk/work/sip/sip/resiprocate/test'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jjk/work/sip/sip/resiprocate'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jjk/work/sip/sip/resiprocate'
make: *** [all-recursive] Error 1
-----------------------------end------------------------------------

compile environment:
Redhat EL AS 3
gcc --version
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-42)

libtool --version
ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.245 2005/05/16 08:55:27)

automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <tromey@xxxxxxxxxx>.

autoconf --version
autoconf (GNU Autoconf) 2.59


Regards
Sam