If the library ibrcommon isn't found by configure. Then it isn't installed right.
What does this command say? $ pkg-config --libs ibrcommon
To install the ibrcommon library call "make install" after compiling it.
Kind regards, Johannes
-------- Weitergeleitete Nachricht -------- Von: Francisco Cuesta ndarkness@gmail.com An: Johannes Morgenroth morgenroth@ibr.cs.tu-bs.de Betreff: Re: [ibr-dtn] Compiling ibrdtn on Eclipse Datum: Wed, 23 Jan 2013 17:03:24 +0100
Thanks for replying to soon, Johannes.
I've followed your steps and I've been able to compile ibrcommon, but I could not do the same with ibrdtn since when I reconfigure it( with the option reconfigure project) I was retreived this error ... checking pkg-config is at least version 0.9.0... yes checking for ibrcommon... no ibrcommon library not found!
Configuration failed with error
I have already installed from source following the script on the wiki, but even so I was given that error.
Do I need to include the path of ibrcommon into ibrdtn project in eclipse?
Thanks again
regards