[vlc-devel] [PATCH] Fix live555media libraries link order
Rémi Denis-Courmont
remi at remlab.net
Sat Nov 21 11:06:00 CET 2009
Le samedi 21 novembre 2009 01:18:49 Brad, vous avez écrit :
> On Friday 20 November 2009 18:02:20 Rafaël Carré wrote:
> > Perhaps libtool just doesn't work on your mysterious OS
>
> Your build is using libMedia_pic which is not built with the default
> liveMedia.
You cannot link VLC with a non-PIC live555 anyway, since it is linked into a
plugin which is a shared object. Don't blame the VLC build system for failing
in a case that's essentially impossible to handle. Fix your live555 build
instead.
That said, libtool does not care. If you give it a real static library (.a),
it will just try to link it. Whether it works depends on the platform, and, if
the platforms requires position-independence, whether the library was actually
built position-independent.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list