6 Oct 2008 braden   » (Journeyer)

“N”ane

Nvidia has stuck libraries that their libGL needs into a subdirectory; a subdirectory that the linker doesn’t know about. So the customary -lGL is insufficient; one needs to add

-L/usr/lib/nvidia

as well.

So I’ve made a lame hack to AX_CHECK_GL that should accommodate this. (Well, it’s no more—or less—lame than what I had to do for Mac OS X a little while ago.) And there’s a new release.

Syndicated 2008-10-06 05:46:14 (Updated 2008-10-06 15:28:08) from endoframe :: log

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!