Re: [sipxtapi-dev] Unusual dependency in libsipXmediaProcessing.la
Alexander Chemeris wrote:
Hello,
On 5/29/08, Jeremy A <jeremy@xxxxxxxxxxxxxxx> wrote:
I have compiled the latest svn version of the sipx libraries and notice
this odd entry in libsipXmediaProcessing.la
-L/usr/local/src/sipXtapi/sipXmediaLib/src/mp/codecs
(My source tree is located at /usr/local/src/sipXtapi)
This seems to be an error. Or at least a cause for confusion when
deploying the application.
Hum, yeah, there is a problem likely. We'll look into this as soon as we
get some time. If you have ideas/solutions for this - do not hesitate to
post them here :)
Well I've dredged through the build logs near
/usr/local/src/sipXtapi/sipXmediaLib/src/mp/codecs and see that the
codecs are copied/installed from that directory into
/usr/local/share/sipxmedialib/
Checking the /usr/local/lib .la files, none of them reference
/usr/local/share/sipxmedialib
My guess is that the correct .la link should be to
/usr/local/share/sipxmedialib
My problem is I don't know enough about libtool and the build process to
see where to fix this.