Hi.

On Sun, Nov 13, 2011 at 10:00 PM, Raffaella Traniello
<raffaella.tranie...@g-raffa.eu> wrote:
> Ciao!
>
>> On 21 October 2011 07:15, Nicola Ferralis<feran...@hotmail.com> wrote:
>
>>> /usr/bin/ld: filempeg.o: undefined reference to symbol
>>> 'lame_encode_buffer_float'
>>> /usr/bin/ld: note: 'lame_encode_buffer_float' is defined in DSO
>>> /usr/lib/libmp3lame.so.0 so try adding it to the linker command line
>>> /usr/lib/libmp3lame.so.0: could not read symbols: Invalid operation
>>> collect2: ld returned 1 exit status
>>> Did anybody encounter this error? Any suggestions on how to deal with
>>> this?
>
> On 10/21/2011 07:55 AM, Michal Fapso wrote:
>>
>> It seems that you need to add "-lmp3lame" to the linker command line.
>
> I'm trying to compile latest Cinelerra on Oneric and I'm having the same
> issue.
>
> I have been suggested to add
>
>        LDFLAGS='--copy-dt-needed-entries'
>
> to the configure command.
>
> This is the configure error I get:
>
> checking for gcc... gcc
> checking whether the C compiler works... no
> configure: error: in `/home/raffa/CinelerraCV':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
>
Seems that gcc does not know this flag.

Try
LDFLAGS='--add-needed'

Einar

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to