<div>Hi All,</div>
<div> </div>
<div>I am trying to resolve an undefined reference problem which I had after integrating some certain functions from area_router.cc with a newly created xorp process.</div>
<div> </div>
<div>To make it work, I also included all the libraries contained in Makefile.am file of ospf process in my own Makefile.am file.</div>
<div> </div>
<div>Even though it successfully compiles after the adaptation of functions from area_router.cc, it gives "undefined reference" errors while linking some certain functions such as SingleVarRW::initialize(int const&, Element*), SingleVarRW::~SingleVarRW(), PolicyTags::PolicyTags(Element const&), IfMgrIfTree::find_interface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const, IfMgrXrlMirror::~IfMgrXrlMirror(), etc. along with some others.</div>
<div> </div>
<div>Why doesn't it work even though I exactly use the same libraries as ospf does ?</div>
<div> </div>
<div>Thanks,</div>
<div>Selcuk</div>