On Sun, Sep 4, 2011 at 12:50 PM, Paolo Valtorta
<[email protected]> wrote:
>>> /usr/bin/ld: playback3d.o: undefined reference to symbol
'glPixelStorei'
>>> /usr/bin/ld: note: 'glPixelStorei' is defined in DSO
>>> /usr/lib/libGL.so.1 so try adding it to the linker command line
>>> /usr/lib/libGL.so.1: could not read symbols: Invalid operation
>>> collect2: ld returned 1 exit status
> ....
>> OpenGL-dev is missing? Or Mesa-dev? Try to find out how OpenGL
>> libraries are called for your dist and install them and dev packages.
>
> How?
> libGL.so.1 is included in package libgl1-mesa-glx and her '-dev' is
installed.
> I've an nvidia FX-5200 with compiled driver.
> Is there a compile param for exclude OpenGL libs? I use Cinelerra in
X11 mode.
>
Apparently /usr/lib/libGL.so.1 exists but /usr/lib/libGL.so does not.
Enter the following commands to fix this problem:

sudo ln -s /usr/lib/libGL.so.1 /usr/lib/libGL.so
sudo ln -s /usr/lib/libGLU.so.1 /usr/lib/libGU.so

Then re-run your make.


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to