--with-nptl and glibc-2.3.2

Piotr Pawłow pp at siedziba.pl
Sat Apr 5 19:49:22 CST 2003


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




More information about the wine-devel mailing list