[FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

Wang, Liqin, M.S. Wang.Liqin at mayo.edu
Wed Jun 3 17:56:59 CEST 2015


Is it possible we could have binary version ffmpeg for AIX 7.1 such that we could just download it?

Thanks

Liqin

-----Original Message-----
From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Wang, Liqin, M.S.
Sent: Tuesday, June 02, 2015 9:47 PM
To: ffmpeg-user at ffmpeg.org
Subject: Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

I got the source codes with Git: $ git clone git://source.ffmpeg.org/ffmpeg.git

But when I tried to build, I got error. 
---------------------------------------
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 ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help solve the problem.

--------------------------------------------

My AIX 7.1 does not have gcc, and gmake. But it does have "cc" and "make". Do I need to modify the "configure" file, specifically replace "gcc" with "cc" ?

Then change to: 
"./configure && make")

Thanks,

Liqin

============================================================
Wang, Liqin, M.S. <Wang.Liqin <at> mayo.edu> writes:

> 1. Is there any easy way to install ffmpeg in AIX?

Yes, "bash configure && gmake" is supposed to work.
(Actually "./configure && gmake")
If you see issues, please report them!

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list