Hello

I tried compiling rbogl and I got unresolved symbols from glut that fink
installed using apt. Rebuilding the glut package solved the problem.

This suggests x11-shlibs and xorg-shlibs are becoming very different
things and are no longer even forward compatible.

Thanks

Michal Suchanek

http://hramrach.czweb.org/mac/rbogl.log

make
Now Making glut extend module
gcc -fno-common -g -O2  -fno-common -pipe -fno-common  -I.
-I/sw/lib/ruby/1.8/powerpc-darwin -I/sw/lib/ruby/1.8/powerpc-darwin -I.
-I/usr/X11R6/include -I/sw/include -I. -c glut.c
glut.c: In function `glut_KeyboardFunc':
glut.c:150: warning: passing arg 1 of `glutKeyboardFunc' from
incompatible pointer type
cc -dynamic -bundle -flat_namespace -L"/usr/X11R6/lib" -L"/sw/lib"
-L/sw/lib   -o glut.bundle glut.o  -lruby -lglut -lGLU -lGL -lX11 -lXmu
-lXext -lXi  -ldl -lobjc  
ld: warning -prebind has no effect with -bundle
ld: Undefined symbols:
_gluErrorString referenced from libglut expected to be defined in libGL
_gluCylinder referenced from libglut expected to be defined in libGL
_gluNewQuadric referenced from libglut expected to be defined in libGL
_gluQuadricDrawStyle referenced from libglut expected to be defined in
libGL
_gluQuadricNormals referenced from libglut expected to be defined in
libGL
_gluSphere referenced from libglut expected to be defined in libGL
make[1]: *** [glut.bundle] Error 1
make: *** [glut.bundle] Error 2
### execution of make failed, exit code 2


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to