Juan Erbes schrieb:
> I have downloaded the cinelerra sources, and building from zero, I got
> the same error:
> 
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../common/faad
> -I../common/mp4ff   -O2 -g -O2 -MT audio.o -MD -MP -MF
> ".deps/audio.Tpo" -c -o audio.o audio.c; \
>        then mv -f ".deps/audio.Tpo" ".deps/audio.Po"; else rm -f
> ".deps/audio.Tpo"; exit 1; fi
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../common/faad
> -I../common/mp4ff   -O2 -g -O2 -MT getopt.o -MD -MP -MF
> ".deps/getopt.Tpo" -c -o getopt.o `test -f '../common/faad/getopt.c'
> || echo './'`../common/faad/getopt.c; \
>        then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f
> ".deps/getopt.Tpo"; exit 1; fi
> /bin/sh ../libtool --mode=link g++ -O2 -g -O2   -o faad  main.o
> audio.o getopt.o ../libfaad/libfaad.la ../common/mp4ff/libmp4ff.la
> -lmp4v2 -lmp4v2
> mkdir .libs
> libtool: link: cannot find the library `/usr/lib/libstdc++.la'
> make[5]: *** [faad] Error 1

This means that one of

libfaad.la
libmp4ff.la
libmp4v2.la

still have /usr/lib/libstdc++.la in their dependency_libs line.

You are sure that there are no precompiled 10.1 binary packages on your
system, not even libmp4v2?

> The other option is that You include the cinelerra application in the
> building service, for include it in the distro.
> Opensuse do'nt has any acceptable video editor, and I mean cinelerra
> is the best opensource option.

Cinelerra will never be distributed on any opensuse.org server because
it depends on libraries that implement patented algorithms.

As you can see above, there are libfaad and libmp4ff and libmp4v2 linked
in => Sorry, not possible.

There are video editors that depend only on free codecs in the distro.

Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to