You are not logged in.
Pages: 1
I'm having trouble compiling/building the "gears" target from SDLgears:
http://www.libsdl.org/opengl/SDLgears-1.0.2.tar.gz
"make SDLgears" builds correctly, but "make gears" (or simply "make") fails. It seems I have a similar problem to:
http://bbs.archlinux.org/viewtopic.php?t=6938
However, unlike the above post, adding -lXi doesn't solve the problem entirely -- I have to also add -lXmu. I'd just like to know why these libs weren't included after I did ./configure, and a way to set things up so they will.
As with the post linked to above, on other distros apps like SDLgears compile/build without a hitch as long as you have some kind of "x-devel" package installed. I realise the libs are indeed on my system, but how do I avoid having to manually add things like -lXi -lXmu to a Makefile?
Offline
Pages: 1