rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01325
Re: [Question #234832]: compilation error
Question #234832 on rohc changed:
https://answers.launchpad.net/rohc/+question/234832
Status: Open => Needs information
Didier Barvaux requested more information:
The linker finds the libraries and use them, but it does not find the
rohc_* symbols. Maybe they are not in the so file. Please send the
output of the following commands to check:
$ readelf --syms /usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_alloc_compressor
$ readelf --syms /usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_comp_set_random_cb
$ readelf --syms /usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_activate_profile
$ readelf --syms /usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_free_compressor
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.