Hans-Christoph Steiner wrote:
So it is only zexy dlls that are having the problem? If so, I am
guessing that zexy is missing the -mms-bitfields compile flag on MinGW.
zexy's configure script adds "-mms-bitfield" to the compiler options (if the compiler supports it) since january 2006 (if i read the logs correctly)
furthermore, quoting http://autobuild.puredata.info/auto-build/2008-03-11/logs/2008-03-11_05.54.0...:
gcc -I. -DHAVE_CONFIG_H -DPD
-I/home/pd/auto-build/pd-extended/pd/src -g -O2 -mms-bitfields -fPIC -mfpmath=sse -msse -c -o 0x260x260x7e.o 0x260x260x7e.c
0x260x260x7e.c:1: warning: -fPIC ignored for target (all code is position independent)
gcc -export_dynamic -shared -L/home/pd/auto-build/pd-extended/pd/bin -o 0x260x260x7e.dll 0x260x260x7e.o -lregex -lpd -lm -lgdi32 -luser32 -lkernel32 -lcoldname -lcrtdll
therefore i have no idea what the actual problem might be.
fmgasdr IOhannes