http://bugs.winehq.org/show_bug.cgi?id=33605
Bug #: 33605 Summary: "make install" does not install libwine.so* Product: Wine Version: 1.5.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: liuycsd@gmail.com Classification: Unclassified
Created attachment 44484 --> http://bugs.winehq.org/attachment.cgi?id=44484 log for make install in the top directory
I've compiled wine 1.5.30 using: [ ./configure make make uninstall make install ] but libs/wine/libwine.so* was not installed, with the old ones left in /usr/local/lib/, until I [ cd libs/wine/ ] and ran [ make install ]. (I had compiled and install wine 1.5.24 before.)
Will it be fixed?