j’ai une erreur de compilation :
/usr/bin/ld: cannot find -lfaac
collect2: error: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1
make[3]: Leaving directory `/home/lotso/cinelerra-cv/quicktime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lotso/cinelerra-cv/quicktime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lotso/cinelerra-cv'
make: *** [all] Error 2
de ce que j’ai pu comprendre en googlant, il me manquerait le package libfaac, hors :
[code]apt-cache policy libfaac0
libfaac0:i386:
Installed: 1.28-5
Candidate: 1.28-5
Version table:
*** 1.28-5 0
990 http://ftp.fr.debian.org/debian/ testing/non-free i386 Packages
90 http://ftp.fr.debian.org/debian/ sid/non-free i386 Packages
100 /var/lib/dpkg/status
apt-cache policy libfaac-dev
libfaac-dev:i386:
Installed: 1.28-5
Candidate: 1.28-5
Version table:
*** 1.28-5 0
990 http://ftp.fr.debian.org/debian/ testing/non-free i386 Packages
90 http://ftp.fr.debian.org/debian/ sid/non-free i386 Packages
100 /var/lib/dpkg/status
[/code]
j’avoue tourner en rond, effectivement en lançant le script de config (./configure) avant le make j’ai bien libfaac missing, mais pour moi il est là.
que faire ?