← Back to team overview

rohc team mailing list archive

Re: [Question #237608]: about rohc *.so or *.a library

 

Question #237608 on rohc changed:
https://answers.launchpad.net/rohc/+question/237608

    Status: Open => Needs information

Didier Barvaux requested more information:
Hello,

> 1. about *.so library

Please try:
  $ ls -l /root/downloads/socall/librohc*.so*
  $ ls -l /root/downloads/socall/include/rohc*.h
  $ gcc -Wall -I/root/downloads/socall/include -L/root/downloads/socall \
        -lrohc_decomp -lrohc_comp -lrohc_common -o test test.c

> 2. about the *.a library

Don't create the static archives .a yourself. Use the --enable-static
option of the configure script. It will generate the .a for you during
the library build.

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.