http://bugs.winehq.org/show_bug.cgi?id=5088
------- Additional Comments From rbachl@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?