On 22 October 2010 20:07, Paul Vriens <paul.vriens.w...@gmail.com> wrote: > Hi, > > Current Git (Fedora 13) gives me: > > /usr/bin/install -c winegstreamer.so > /usr/local/lib64/wine/winegstreamer.so > /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory > > There is a winegstreamer.dll.so in this directory. > > Anyone?
The '.dll' part is missing in the `install` command. - Reece