On Friday 04 of April 2003 16:26, James Pellow wrote: > this a try and am having the following error messages repeated many > times when trying to link d3d8: > shader.o(.text+0x19f8): In function > `IDirect3DVertexShaderImpl_ParseProgram': > /home/pellja/cvs/wine/dlls/d3d8/../../include/winbase.h:1932: > undefined reference to `HeapAlloc'
Try this: $ sed -e 's/-z,defs/-z=defs/g' <configure.ac >tmp && aclocal && autoconf tmp >configure and then as usual: $ ./configure && make depend && make