This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
/usr/bin/ld: cannot find -leXosip
- From: "jay" <uniojnqoifazy at gmail dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 24 Jul 2009 12:05:00 +0800
- Subject: /usr/bin/ld: cannot find -leXosip
Hello
When I using âgcc sip_reg.c -o sip_reg -leXosip -losip2 -losipparser2 -lpthread -L/usr/local/libâ to compile sip_reg.c , I get the error msg as follows :
/usr/bin/ld: cannot find -leXosip
collect2: ld returned 1 exit statusâ
how can I overcome of errors?
Cheers,
Jay