Hello Hadhami,

did you give a look at this thread [1]? You can see that you are maybe
having the exact same problem, i.e. you are not linking against the ITPP
library (libs such as libitpp.so.* are not listed as linked).

Try running:

    $ sudo ldconfig

then try again. If the problem persists, then maybe it is what is discussed
in [1]: you are not linking against this library in your module (for which
[1] also has the explanation on how to fix). Don't forget to run 'ldconfig'
again after adding the library linking, if you do so.

Regards,
- Nicolas

[1]
https://lists.gnu.org/archive/html/discuss-gnuradio/2015-02/msg00158.html

On Mon, Jul 10, 2017 at 10:27 AM, hadhami garbouge <hadham...@gmail.com>
wrote:

> Hi,
>
>  i have the same problem for my code using ITPP library. I have executing
> the same commands but i have the same errors.
> Please, i will like know: how to do manually link all the libraries that
> the module has need ?
> It would be really thankful if somebody helps me sort this out .
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to