Integration
Mikael Magnusson
mikma264 at gmail.com
Wed Nov 21 11:59:23 CET 2007
Ishan Vaishanavi wrote:
> This is probably a very basic question. I am trying to compile the file
> minisipExample.cxx in the directory
>
> /home/Ishan/minisip/trunk/minisip/minisip
>
> using gcc.
>
> For obvious reasons it gives me linking errors,
> minisipExample.cxx:(.text+0xa9): undefined reference to
> `MinisipTextUI::MinisipTextUI()'
> .....
>
> and many more.
>
> What and how do I have to link it to ?
>
> Ishan
>
You need to link against MinisipTextUI.cxx and $(MINISIP_LIBS).
I have added automake rules for minisipExample in svn trunk.
Mikael
More information about the Minisip-devel
mailing list