[JDEV] I can't link jabberoo

Menno Vossen menno at caramba.nl
Mon May 12 15:33:29 CDT 2003


Hello, 

I'm trying your jabberoo library but for the moment without success. 

Make install didn't do anything so i did it manually.. 
Linking gives me a hole lot of errors.. 

the only jabberoo lines in the program are: 

using namespace jabberoo; 
Session *se; 
se=new Session; 

g++ -v 
>gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) 

linking with 
g++ yapag.cc -o yapag `sigc-config --cflags --libs` -ljabberoo 

gives me allot of undefined reference errors to judo : 

/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/../../../libjabberoo.a(jabberoo-message.o)(.text+0xa67): In function `jabberoo::Message::Message[in-charge](judo::Element const&)': 
: undefined reference to `judo::Element::~Element [in-charge]()' 


Does libjabberoo not include the judo part? 
What's wrong? and where can i look for answers? 

Thanks in advance,

Menno Vossen






More information about the JDev mailing list