http://bugs.winehq.org/show_bug.cgi?id=13851
Summary: Compile fails if wine isn't previously installed Product: Wine Version: 1.0-rc4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: johan.andersson@transmode.se
If wine is not previously installed, it seems to be impossible to compile wine. I have tried with both wine 0.9.57 and 1.0_rc4, both giving the following error: ../tools/sfnt2fnt: error while loading shared libraries: libwine.so.1
It seems like the LD_LIBRARY_PATH isn't updated to search the local libs/wine/ directory, so the libwine.so.1 needs to exist in the systems lib directory for the compilation to succeed.