cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

make libsrtp.so does not work #100

Closed marius-cojocariu closed 9 years ago

marius-cojocariu commented 9 years ago

The libsrtp.so target has disappeared for versions > 1.5.0. How can I build an shared library for the latest version?

Sorry if I offend someone with my ignorance. After many hours of searching, the only answer I got is to pass the -fPIC flag which didn’t prove that helpful (in fact, I think it is passed by default; twice).

jfigus commented 9 years ago

It works for me. Try this:

./configure make shared_library

jfigus commented 9 years ago

Closing issue due to no response.

marius-cojocariu commented 8 years ago

It works nicely. Thanks!

Sorry for the late response, I somehow didn't see the answer.

traud commented 8 years ago

Same pitfall for me. The Makefile.in (in the branch 1.5.x, 2.0.x, and master) still mentions this old target at the top, in a comment. Is that intended?