Hi, I am trying to compile CGAL. I get the error: No rule to make target `/usr/lib/arm-linux-gnueabi/libGL.so', needed by `lib/libCGAL_Qt4.so.10.0.3' This is Ubuntu 12.04 LTS running on a quatro Any idea on how to fix this? Thanks, Peter
I had the same issue trying to compile OpenCPN. I followed directions from a Norwegian site (thanks to Google translate) to load libraries, but half way through compile had sames error. It turns out a library file /usr/lib/arm-linux-gnueabi/libGL.so.1 which was linked from ....libGL.so was missing. Took me a while to figure out which package had it. It turned out to be lib1GL-mesa-glx (not sure I have the name right, but in synaptics search on "mesa" and it's the one on the list that ends in "-glx"). I had it re-install that package and now the correct files are there. It's building now, i'll know in a while if it works and probably what the next error is.