http://bugs.winehq.org/show_bug.cgi?id=25052
Summary: Overriding EXTRALIBS in Makefile prevents compile Product: Wine Version: 1.3.6 Platform: x86-64 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: winehq@fullware.net
The line:
EXTRALIBS = -L/usr/local/lib -lxml2 -lz -lpthread -liconv -lm
in dlls/msxml3/Makefile overrides environment variables when locating libraries. On some systems it may be necessary to point to a different location, i.e. for 32 bit versions when 64 bit versions are installed in /usr/local.