How do I compile the latest SVN in in a 64-bit environment? The configure goes ok until it gets to this point:
Code: Select all
checking for main in -lGL... no
checking for main in -lopengl32... no
configure: error: OpenGL library not found.
I'm using the ATI fglrx drivers as provided in the repos, and have the relevant dev packages installed. The instructions in the Linux Compile Guide do not help in this case. Am I still missing some packages or environment variables?
EDIT: never mind, re-installing the mesa-dev and fglrx-dev files seemed to do the trick. I guess the libs got hosed at some point.