Displaying 5 results from an estimated 5 matches for "glunewtess".
2007 Jul 03
2
what package is opengl
What package has opengl in it ?
I am trying to compile wine-0.9.40 and I get errors
about not find "undefined reference to gluNewTess".
The link line is including "-lXext -lX11 -lGL "
so its trying to do it but cant find it.
Thanks,
Jerry
2007 Oct 20
0
Need help compiling on OpenSuse 10.2 -- 64 bit smp machine
...finding any GLU libraries but I show that the
freeglut library is installed correctly.
Has anyone else run into this, and how did you fix it??
Mike
Error message returned by gcc:
wgl.o: In function `wglUseFontOutlines_common':
**/wine-0.9.47/dlls/opengl32/wgl.c:384: undefined reference to `gluNewTess'
**/wine-0.9.47/dlls/opengl32/wgl.c:387: undefined reference to
`gluTessCallback'
**/wine-0.9.47/dlls/opengl32/wgl.c:388: undefined reference to
`gluTessCallback'
**/wine-0.9.47/dlls/opengl32/wgl.c:389: undefined reference to
`gluTessCallback'
**/wine-0.9.47/dlls/opengl32/wgl.c:493:...
2007 Jun 02
0
compile 0.9.38 for 32 bit on amd 64
I am compiling 0.9.38 for 32 bits on and AMD 64 machine.
I am using centos 5.
I do the following:
export CC="gcc34 -m32"
./configure --libdir=/usr/lib --x-libraries=/usr/lib
make
and I get errors at link time of:
opengl32/wgl.c undefined reference to 'gluNewTess' and a bunch of others.
What am I missing that is needed? I will also try with "--without-opengl"
thanks,
Jerry
2007 Sep 14
1
Compiling git on FC7 64 bit
...L/usr/lib64 -lSM -lICE -lXxf86vm -lXext -lX11 -lGL
../../libs/port/libwine_port.a
/usr/bin/ld: skipping incompatible /usr/lib64/libSM.so when searching
for -lSM
...(about a dozen more)
wgl.o: In function `wglUseFontOutlines_common':
/home/wine/dlls/opengl32/wgl.c:387: undefined reference to `gluNewTess'
...(about a dozen more)
collect2: ld returned 1 exit status
winegcc: gcc failed.
So the first thing I notice is that the command gets the -L/usr/lib64
flag for some reason, even though all the rest of the files are compiled
with gcc -m32. I can manually edit the Makefile and change it to
/us...
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
...wgl.o
version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32
-lkernel32 -lntdll -L/usr/lib -lSM -lICE -lXxf86vm -lXext -lX11
-lGL ../../libs/port/libwine_port.a
wgl.o: In function `wglUseFontOutlines_common':
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:388: undefined reference
to `gluNewTess'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:391: undefined reference
to `gluTessCallback'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:392: undefined reference
to `gluTessCallback'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:393: undefined reference
to `gluTessCallback'
/home/...