[plt-scheme] drscheme & olpc
On Dec 25, 2007 9:28 PM, Geoff Knauth <geoff at knauth.org> wrote:
>
> /home/olpc/plt/bin/mred: error while loading shared libraries:
> libGL.so.1: cannot open shared object file: No such file or directory
Presumably this is the OpenGL library. A quick search shows the OLPC
supports MesaGL (software emulation of OpenGL) but has no hardware 3D.
So, I think you either:
- change the makefile to specify libWhateverMesaIsCalled instead of libGL
- build PLT w/o OpenGL support, by passing the flag --enable-gl=no
to configure
HTH,
Noel