Re: Getting Xv support into next Redhat release
Dag Bakke <[email protected]> Fri, 12 Apr 2002 08:19:16 +0200
| Newsgroups | gmane.comp.xfree86.neomagic |
|---|---|
| Message-ID | <20020412081916.A459@dagb> |
On Thu, Apr 11, 2002 at 04:47:55PM -0700, Michael St. Laurent wrote: > I'm trying to install Xine and the xine-lib-xv package depends on > lib-Xv.so.1 However, the library I have installed is /usr/X11R6/lib/libXv.a > > -- > Michael St. Laurent > Hartwell Corporation It really shouldn't rely on *.so. But in any case: ld --whole-archive -shared -o libXv.so libXv.a Dag B