Hallo!
C:/msys/1.0/home/pd/auto-build/pd-extended/externals/iem16/src/iem16_array.o: In function `tab16write_float':C:/msys/1.0/home/pd/auto-build/pd-extended/externals/iem16/src/iem16_ar ray.c:135: undefined reference to `_imp__table16_getarray16'
As far as I can see the function table16_getarray16 is declared in iem16_table.h as:
EXTERN int table16_getarray16(t_table16*x, int*size,t_iem16_16bit**vec);
Maybe the EXTERN is not right defined for windows in the extended builds ? (what should be there ?)
LG Georg