← Back to team overview

rohc team mailing list archive

Re: Problem Regarding ROHC Implementation

 

Hello,

> Here my answers...
> 
> > $ ls -l1 /usr/include/rohc*
> [...]

You installed the ROHC library twice: once in /usr and once
in /usr/local. However, pkg-config should choose one of them, and
linking should work.

Please run the linker in verbose mode to help me to diagnose the
problem:
 $ gcc -o rohc_hello_world -Wall -Wl,--verbose \
     $(pkg-config rohc --cflags --libs) rohc_hello_world.c

Regards,
Didier




References