Hi all, So I am rebuilding GEM (from 0.90.0) but I am having the same problem I had before - Mesa and GL come standard with Fedora Core (I checked with rpm -q to be safe) by GEM's configure isint finding them. If I remember correctly it was something to do with the values in the variable $LIBS - like -Wl, -shared -Wl,-export-dynamic should be -shared -export-dynamic or something. A guy at redhat told me that it was the correct way to create shared libs, but I forget the syntax and I have lost the email over the years.
Can anyone tell me how to convert the line below LIBS="-Wl,-shared -Wl,-export-dynamic $LIBS" into a LIBS line that will allow configure to compile its test script and find Mesa and GL? In the mean time I will me a monkey with a typewriter and bang away randomly.
Thank you! -thewade