make all-am
make[1]: Entering directory '/home/balram/Projects/gsoc/reConServer'
g++ -g -O2 -o reConServer reConServer.o reConServerConfig.o B2BCallManager.o MyConversationManager.o MyMessageDecorator.o -lrecon -lreflow -lsipXsdp -lsipXmediaProcessing -lsipXmedia -lsipXport -lsipXtack -ldum -lresip -lrutil -lssl -lcrypto -lpthread
reConServer.o: In function `recon::ReConServerProcess::main(int, char**)':
/home/balram/Projects/gsoc/reConServer/reConServer.cxx:888: undefined reference to `resip::Log::initialize(resip::Data const&, resip::Data const&, resip::Data const&, char const*, resip::ExternalLogger*, resip::Data const&)'
reConServer.o:(.rodata._ZTV11MyUserAgent[_ZTV11MyUserAgent]+0x70): undefined reference to `recon::UserAgent::post(resip::Message*)'
reConServer.o:(.rodata._ZTV11MyUserAgent[_ZTV11MyUserAgent]+0x160): undefined reference to `non-virtual thunk to recon::UserAgent::post(resip::Message*)'
collect2: error: ld returned 1 exit status
Makefile:405: recipe for target 'reConServer' failed
make[1]: *** [reConServer] Error 1