Re: Help Compiling this Code
From: Jakob Schroeter <js@xxxxxxxxxx>
Date: Mon, 20 Feb 2006 21:37:19 +0100
On Monday February 20 2006 21:32, soumen banerjee wrote:
> ===========================================================================
> its giving this compilation error i used this commad to compile
> "g++ -Wno-deprecated gloox.cpp -o gloox"
> ===========================================================================
> HERE THE COMPILATION RESULT
> [soumen@localhost coded]$ g++ -Wno-deprecated gloox.cpp -o gloox
> /tmp/ccH13kG0.o(.gnu.linkonce.t._ZN4G_IDC1Ev+0xd): In function
>
> `G_ID::G_ID[in-charge]()':
> : undefined reference to `gloox::JID::JID[not-in-charge]()'

You have to add at least -lgloox to your compiler call, so it gets a chance to 
link to gloox.

cheers,
Jakob

Attachment: pgp3Bp8XeiPY1.pgp
Description: PGP signature

-- 
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to minimalist@xxxxxxxxxx