[Bug 5088] Wine compilation does not recognize that libxml2 is installed

Wine Bugs wine-bugs at winehq.org
Wed Apr 19 13:49:07 CDT 2006


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





------- Additional Comments From rbachl at web.de  2006-19-04 13:49 -------
Thank you very much for all the support and the suggestions, although this is
not a Wine issue, but a Gentoo issue.

I am trying to figure out how to modify my 64 bit source code for libxml2 such
that a 32 bit library is generated. From the Wine source files, I have seen that
the following is required and maybe different from a 64 bit build:

<<<configure.ac>>>
CC="gcc -m32"
LD="ld -m elf_i386"
AS="as --32"
host_cpu="i386"

<<<lib/Makelib.rules>>> and <<<lib/Makefile>>>
libdir = /usr/lib32

Maybe applying these changes is sufficient? Am I missing something? 




-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list