Quantcast

compile error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

compile error

Demian Perry
I'm getting this error on configure:

[Iusr_3741180@p3nlhftpg019 ffmpeg-0.11.1]$ ./configure
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
[hidden email] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.

The config log is attached.
_______________________________________________
ffmpeg-user mailing list
[hidden email]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

config.log (137K) Download Attachment
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: compile error

Carl Eugen Hoyos
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

_______________________________________________
ffmpeg-user mailing list
[hidden email]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Loading...