<div>Hi All,</div>
<div>&nbsp;</div>
<div>I am trying to resolve an undefined reference problem which I had after&nbsp;integrating some certain functions from area_router.cc with a newly created xorp process.</div>
<div>&nbsp;</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>&nbsp;</div>
<div>Even though it successfully compiles after the adaptation of functions from area_router.cc, it gives &quot;undefined reference&quot; errors while linking some certain functions such as SingleVarRW::initialize(int const&amp;, Element*), SingleVarRW::~SingleVarRW(), PolicyTags::PolicyTags(Element const&amp;), IfMgrIfTree::find_interface(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;) const, IfMgrXrlMirror::~IfMgrXrlMirror(), etc. along with some others.</div>

<div>&nbsp;</div>
<div>Why doesn&#39;t it work even though I&nbsp;exactly&nbsp;use the same libraries as ospf&nbsp;does ?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Selcuk</div>