rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01331
Re: [Question #234832]: compilation error
Question #234832 on rohc changed:
https://answers.launchpad.net/rohc/+question/234832
Status: Needs information => Open
manish shivare gave more information on the question:
thanks for reply. this is log according your suggestion-
manish@manish-HP-630-Notebook-PC:~$ readelf --syms
/usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_alloc_compressor
121: 00004de0 656 FUNC GLOBAL DEFAULT 11 rohc_alloc_compressor
512: 00004de0 656 FUNC GLOBAL DEFAULT 11 rohc_alloc_compressor
manish@manish-HP-630-Notebook-PC:~$ readelf --syms
/usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_comp_set_random_cb
165: 00004100 43 FUNC GLOBAL DEFAULT 11 rohc_comp_set_random_cb
464: 00004100 43 FUNC GLOBAL DEFAULT 11 rohc_comp_set_random_cb
manish@manish-HP-630-Notebook-PC:~$ readelf --syms
/usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_activate_profile
112: 00004890 159 FUNC GLOBAL DEFAULT 11 rohc_activate_profile
397: 00004890 159 FUNC GLOBAL DEFAULT 11 rohc_activate_profile
manish@manish-HP-630-Notebook-PC:~$ readelf --syms
/usr/local/lib/librohc_comp.so.0.1.0 | grep rohc_free_compressor
183: 00003f40 255 FUNC GLOBAL DEFAULT 11 rohc_free_compressor
406: 00003f40 255 FUNC GLOBAL DEFAULT 11 rohc_free_compressor
On Thu, Sep 5, 2013 at 12:41 AM, Didier Barvaux <
question234832@xxxxxxxxxxxxxxxxxxxxx> wrote:
> 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.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~rohc
> Post to : rohc@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~rohc
> More help : https://help.launchpad.net/ListHelp
>
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.