<P>Hi, NDN friends,</P>
<P>I am trying to install and configure the NFD and NDN CCL following the guides: <A href="https://redmine.named-data.net/projects/application-development-documentation-guides/wiki/Step-By-Step_-_Common_Client_Libraries" target="_blank">https://redmine.named-data.net/projects/application-development-documentation-guides/wiki/Step-By-Step_-_Common_Client_Libraries</A></P>
<P>everything seems like ok.</P>
<P><A href="mailto:ubuntu@lg-nfd-experiment:~/ndn-cpp-master$" target="_blank">ubuntu@lg-nfd-experiment:~/ndn-cpp-master$</A> sudo make install<BR>Libraries have been installed in:<BR>  /usr/local/lib</P>
<P>See any operating system documentation about shared libraries for<BR>more information, such as the ld(1) and ld.so(8) manual pages.<BR>----------------------------------------------------------------------<BR>/bin/mkdir -p '/usr/local/lib/pkgconfig'<BR>/usr/bin/install -c -m 644 libndn-cpp.pc '/usr/local/lib/pkgconfig'<BR>make[2]: Leaving directory '/home/ubuntu/ndn-cpp-master'<BR>make[1]: Leaving directory '/home/ubuntu/ndn-cpp-master</P>
<P><A href="mailto:ubuntu@lg-nfd-experiment:~/ndn-cpp-master$" target="_blank">ubuntu@lg-nfd-experiment:~/ndn-cpp-master$</A> make check<BR>============================================================================<BR>Testsuite summary for ndn-cpp 0.14<BR>============================================================================<BR># TOTAL: 43<BR># PASS:  43<BR># SKIP:  0<BR># XFAIL: 0<BR># FAIL:  0<BR># XPASS: 0<BR># ERROR: 0<BR>============================================================================<BR>make[3]: Leaving directory '/home/ubuntu/ndn-cpp-master'<BR>make[2]: Leaving directory '/home/ubuntu/ndn-cpp-master'<BR>make[1]: Leaving directory '/home/ubuntu/ndn-cpp-master'</P>
<P> </P>
<P><STRONG>BUT when I compiled the test demo, I got the following errors:</STRONG></P>
<P><A href="mailto:ubuntu@lg-nfd-experiment:~/ndn-demo/example$" target="_blank">ubuntu@lg-nfd-experiment:~/ndn-demo/example$</A> g++ -std=c++11 test-get-async.cpp -o test-get-async<BR>/tmp/ccp6lPoG.o: In function `main':<BR>test-get-async.cpp:(.text+0xe2): undefined reference to `ndn::Face::Face(char const*, unsigned short)'<BR>test-get-async.cpp:(.text+0x123): undefined reference to `ndn::Name::toUri[abi:cxx11](bool) const'<BR>test-get-async.cpp:(.text+0x168): undefined reference to `ndn::WireFormat::getDefaultWireFormat()'<BR>test-get-async.cpp:(.text+0x2b9): undefined reference to `ndn::Name::toUri[abi:cxx11](bool) const'<BR>test-get-async.cpp:(.text+0x2fe): undefined reference to `ndn::WireFormat::getDefaultWireFormat()'<BR>test-get-async.cpp:(.text+0x45a): undefined reference to `ndn::Name::toUri[abi:cxx11](bool) const'<BR>test-get-async.cpp:(.text+0x49f): undefined reference to `ndn::WireFormat::getDefaultWireFormat()'<BR>test-get-async.cpp:(.text+0x5c6): undefined reference t
 o `ndn::Face::processEvents()'<BR>test-get-async.cpp:(.text+0x60e): undefined reference to `ndn::Face::~Face()'<BR>test-get-async.cpp:(.text+0x7b7): undefined reference to `ndn::Face::~Face()'<BR>/tmp/ccp6lPoG.o: In function `ndn::Name::Name(char const*)':<BR>test-get-async.cpp:(.text._ZN3ndn4NameC2EPKc[_ZN3ndn4NameC5EPKc]+0x38): undefined reference to `ndn::Name::set(char const*)'<BR>/tmp/ccp6lPoG.o: In function `Counter::onData(std::shared_ptr<ndn::Interest const> const&, std::shared_ptr<ndn::Data> const&)':<BR>test-get-async.cpp:(.text._ZN7Counter6onDataERKSt10shared_ptrIKN3ndn8InterestEERKS0_INS1_4DataEE[_ZN7Counter6onDataERKSt10shared_ptrIKN3ndn8InterestEERKS0_INS1_4DataEE]+0x5a): undefined reference to `ndn::Name::toUri[abi:cxx11](bool) const'<BR>/tmp/ccp6lPoG.o: In function `Counter::onTimeout(std::shared_ptr<ndn::Interest const> const&)':<BR>test-get-async.cpp:(.text._ZN7Counter9onTimeoutERKSt10shared_ptrIKN3ndn8InterestEE[_ZN7Counter9onTimeoutE
 RKSt10shared_ptrIKN3ndn8InterestEE]+0x56): undefined reference to `ndn::Name::toUri[abi:cxx11](bool) const'<BR>collect2: error: ld returned 1 exit status</P>
<P>Anyone has ideals? </P>
<P>Thanks.</P>