[FFmpeg-user] 答复: Custom Build
James Darnley
james.darnley at gmail.com
Thu Mar 27 19:49:59 CET 2014
On 2014-03-27 05:29, 刘鹏 wrote:
> Hi,
>
> This time I built in RedHat Linux 64bit machine.
>
> 1. Download the latest mingw-w64-build-3.5.8 sript from http://ffmpeg.zeranoe.com/blog/
>
> 2. Run the script for a whole night.
>
> 3. Add “/root/software/mingw-w64/mingw-w64-i686/bin” in the PATH env
>
> 4. cd /root/software/ ffmpeg-0.8.15
>
> 5. ./configure --enable-memalign-hack --enable-cross-compile --target-os=mingw32 --arch=x86 --cross-prefix=i686-w64-mingw32-
>
> 6. But show fail: i686-w64-mingw32-gcc is unable to create an executable file. C compiler test failed.
As stated in config.log:
> ./configure: line 596: i686-w64-mingw32gcc: command not found
You are probably missing a trailing hyphen from the cross-prefix option.
config.log says you used --cross-prefix=i686-w64-mingw32
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140327/0068e8db/attachment.asc>
More information about the ffmpeg-user
mailing list