2006/10/31, Andreas Hanke <[EMAIL PROTECTED]>:
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?

Yes I have installed from the packman repo some binaries, and I have:
/usr/lib/libfaad.la
/usr/lib/libmp4v2.la
But I do'nt remember from what packages they are.

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

Reply via email to