When building wine using the wineinstall script I'm getting the
following errors
make[2]: Entering directory `/usr/local/src/wine-20031212/dlls/glu32'
gcc -shared -Wl,-Bsymbolic,-z,defs glu32.spec.o    glu.o  glu32.dll.dbg.
o -o glu32.dll.so -L../../libs/wine -lwine -L/usr/X11R6/lib  -lSM -lICE
-lXxf86dga -lXxf86vm -lXrandr -lXrender -lXv -lXext -lX11  -lGL -lGLU -
L../../libs/port -lwine_port  -lm  -lc
glu.o: In function `wine_gluNewTess':
/usr/local/src/wine-20031212/dlls/glu32/../../include/winbase.h:1949:
undefined reference to `HeapAlloc'
glu.o: In function `wine_gluDeleteTess':
/usr/local/src/wine-20031212/dlls/glu32/../../include/winbase.h:1949:
undefined reference to `HeapFree'
collect2: ld returned 1 exit status

If I disable the opengl stuff, then it gets to the ddraw directory and
gives similar errors (but about 1000 more of them).

This is with both CVS head from today and with the 2003-12-12 snapshot
tarball.

Anyone got any ideas?

iain


Reply via email to