From: DAANEN V. <VD...@CH...> - 2000-04-13 15:55:56
|
Hi, I compiled mesa-3.2 with mingw32 compiler. When I try to buid some demos examples ( eg : isosurf.c ) this what I get ? D:\Mesa-3.2\demos>gcc -o isosurf.exe isosurf.c -lglut -lglut32 -lglu32 -lopengl32 isosurf.c:99: warning: `CLIP_MASK' redefined D:\IDE\MINGW32\BIN\..\lib\gcc-lib\i386-mingw32\2.95.2\..\..\..\..\include\wi ngdi.h:343: warning: this is the location of the previous definition C:\TEMP\ccP48Xfb.o(.text+0x18de):isosurf.c: undefined reference to `glDrawArraysEXT' C:\TEMP\ccP48Xfb.o(.text+0x253c):isosurf.c: undefined reference to `glVertexPointerEXT' C:\TEMP\ccP48Xfb.o(.text+0x2556):isosurf.c: undefined reference to `glNormalPointerEXT' C:\TEMP\ccP48Xfb.o(.text+0x2578):isosurf.c: undefined reference to `glVertexPointerEXT' C:\TEMP\ccP48Xfb.o(.text+0x2592):isosurf.c: undefined reference to `glNormalPointerEXT' Which library (libraries) should I link with to 'find' references to those 3 gl? functions ? |