Raffaella, The issues about the linker are related to the gcc 4.6, apparently. I wonder if it would be worth updating the makefile in the main tree, so people don't have to get crazy and specify tags for the linker, manually.
Also, I am not sure if the debian folder inside the main tree is really up-to-date either. The changelog refers to the now very old 2.1.0 version, which makes me think that also everything else might be outdated. Nicola > From: [email protected] > To: [email protected] > Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10) > Date: Sun, 13 Nov 2011 23:27:23 +0100 > > On 11/13/2011 09:40 PM, Einar Rünkaru wrote: > > Try > > LDFLAGS='-Xlinker --add-needed' > > or > > LDFLAGS='-Xlinker --copy-dt-needed-entries' > > Yesss! > They both worked to let me pass the configure stage. > > Then I met the same error Nicola met: > > playback3d.o: In function `Playback3D::do_mask_sync(Playback3DCommand*)': > playback3d.C:(.text+0x1fd1): undefined reference to `gluNewTess' > playback3d.C:(.text+0x1ff4): undefined reference to `gluTessProperty' > playback3d.C:(.text+0x2012): undefined reference to `gluTessCallback' > playback3d.C:(.text+0x2030): undefined reference to `gluTessCallback' > playback3d.C:(.text+0x204b): undefined reference to `gluTessCallback' > playback3d.C:(.text+0x2066): undefined reference to `gluTessCallback' > playback3d.C:(.text+0x2114): undefined reference to `gluTessBeginPolygon' > playback3d.C:(.text+0x2123): undefined reference to `gluTessBeginContour' > playback3d.C:(.text+0x272b): undefined reference to `gluTessVertex' > playback3d.C:(.text+0x2754): undefined reference to `gluTessEndContour' > playback3d.C:(.text+0x2763): undefined reference to `gluTessEndPolygon' > playback3d.C:(.text+0x27ff): undefined reference to `gluDeleteTess' > collect2: ld returned 1 exit status > > I applied Michal's suggestion (-lGLU) > http://e.kevb.net/lurker/message/20111024.054825.44580d8f.en.html > making my working configure line like that: > > ./configure --with-buildinfo=git/recompile --enable-mmx --without-pic > LDFLAGS='-Xlinker --add-needed -lGLU' > > I was thus able to compile Cinelerra 2.2 on Ubuntu 11.10. > > I can run her but the font on the interface is strange: > http://g-raffa.eu/Pastebin/CinFont.png > > Running Cinelerra from Nicola's Launchpad package has the same effect. > > Any idea? > > Ciao! > Raffaella > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
