On Mon, 10 Feb 2003 20:01:55 +0100 (CET)
"[Bug 1517]" <[EMAIL PROTECTED]> wrote:

> https://qa.mandrakesoft.com/show_bug.cgi?id=1517
> 
>            Product: wine
>          Component: wine
>            Summary: Incorrect link to libntdll.dll.so
>            Version: 20030115-2mdk

> Link found in /usr/lib to libntdll.dll.so does not point to correct
> location of/usr/lib/wine/ntdll.dll.so

that's odd. I made these links in the spec and they've worked pretty
good in my own builds:

 ln -sf wine/ntdll.dll.so %{buildroot}%{_libdir}/libntdll.dll.so

and looking at the RPMs I see /usr/lib/libntdll.dll.so (in wine)
pointing at wine/ntdll.dll.so (in libwine1). BTW, I moved the symlinks
to libwine1 in my spec because someone reported a circular dependency
with libwine1 requiring wine and vice versa.

What about the other three symlinks, are they correct?

/usr/lib/libgdi32.dll.so    -> wine/gdi32.dll.so
/usr/lib/libkernel32.dll.so -> wine/kernel32.dll.so
/usr/lib/libuser32.dll.so   -> wine/user32.dll.so

- Mark

Reply via email to