I can not compile cinerella-030102, and I have this
error :
g++ -c `cat i686/c_flags` zoompanel.C -o
i686/zoompanel.o
g++ -o i686/cinelerra `cat i686/objs`
../quicktime/i686/libquicktime.a(dv.o): In function
`dv_init':
dv.o(.text+0x1b2): undefined reference to `mmx_ok'
../quicktime/i686/libquicktime.a(parse.o): In function
`dv_find_spilled_vlc':
parse.o(.text+0x468): undefined reference to
`dv_peek_vlc'
../quicktime/i686/libquicktime.a(parse.o): In function
`dv_parse_ac_coeffs':
parse.o(.text+0x6a5): undefined reference to
`dv_peek_vlc'
collect2: ld returned 1 exit status
make[1]: *** [i686/cinelerra] Erreur 1
make[1]: Quitte le répertoire
`/home/poisr/src/cinelerra/cinelerra'
My compile tree :
quicktime-030102
libmpeg3-021502
xmovie-1.96
I am using gcc 3.0.1 on Linux-Mdk8.1 kernel 2.4.13
Athlon 1.33Mhz
Logged In: YES
user_id=10120
Try compiling with "env CFLAGS=-O2 make" instead of just
"make." For some reason, optimization is off by default,
and that breaks those inline functions.