[Bug 25052] Overriding EXTRALIBS in Makefile prevents compile

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 6 19:44:26 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=25052

--- Comment #2 from winehq at fullware.net 2010-11-06 19:44:25 CDT ---
It is *prepending* /usr/local/lib to the library path, which is the problem. It
override my environment settings which are required to compile. As a result, my
64-bit version of libxml2 from /usr/local is getting linked in, and not the
alternate 32-bit version I am trying to link in. As such I'm getting
incompatible architecture compile errors.

It doesn't seem benign to me, to be adding /usr/local or any other library to a
path that is not specified in the top-level configuration.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list