[FFmpeg-user] compile error

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 6 22:18:27 CEST 2012


Demian Perry <DPerry <at> npr.org> writes:

> I'm getting this error on configure:

check_ld cc
check_cc
BEGIN /tmp/ffconf.mQb11086.c
    1	int main(void){ return 0; }
END /tmp/ffconf.mQb11086.c
gcc -c -o /tmp/ffconf.Iar11094.o /tmp/ffconf.mQb11086.c
./configure: line 640: gcc: command not found
C compiler test failed.

(This is the end of the tiny file you attached)

I don't think you have a C compiler installed on your system.
If the name of the compiler is neither cc nor gcc or if the 
compiler is not in the path, you can use --cc=/path/to/compiler 
to allow compilation.

Carl Eugen



More information about the ffmpeg-user mailing list