SDL segfault after successful make
I had this problem before and solved it...I swear I posted the fix somewhere but I can't find it for the life of me. There is one thing that the configure script doesn't check for, which is if the GLX headers are installed. Somehow it makes it all the way through the configure and compile without any errors despite this.So, if you're using an nVidia card, you will need to install the Ubuntu package nvidia-glx-dev, for ATI I think it's fglrx-dev, if you are using a card that uses open-source DRI drivers then just install the headers for your kernel. Hope this helps. If it helps, ony my development machine I have the packages linux-kernel-headers, nvidia-glx, nvidia-glx-dev, and nvidia-kernel-common.
|