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.
>
Hmm. I don't understand why ld does not link though ld knows where the
name is defined.

You can try
make clean; make
or
make clean
./configure --disable-opengl <your other configure options>
make

Einar

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

Reply via email to