hi all
i have some problems compiling Gem on fedora core 3:
the configure script fails:
checking for main in -lX11... yes checking for main in -lXext... yes checking for XF86VidModeGetAllModeLines in -lXxf86vm... yes checking for sin in -lm... no checking for main in -lz... no checking for glInitNames in -lGL... no checking for glInitNames in -lMesaGL... no OpenGL is mandatory
since "sin" can't be found in libm, there is something really bad going on ...
(btw, nm /usr/lib/libm.so shows sin)
tim