On Tuesday 06 March 2007 05:02, Markus wrote:
On Monday 05 March 2007 17:30, you wrote:
I already updated the Wiki to reflect the settings I had to use under 10.2.
-m32 is fully automatic detected in configure, it is not necessary to mention.
I cannot confirm this. When not setting -m32 manually, I am getting the previously posted assembler message errors. In fact, when specifying it under CFLAGS only, the linker would try to create a 64bit library out of the 32bit object files. Thus LDFLAGS needed -m32 as well.
Just a wild guess here, but have you got your CC environment variable set? wine's configure uses the CC, LD and AS variables to set -m32 (or equivalent options). It does not, however overwrite the variables if they exist.