Hi, On Sat, Apr 25, 2015 at 23:24:24 +0800, 晚 wrote: > i can't solve the problem! > bogon:ffmpeg-2.6.2 dushuzhong$ ./configure --disable-doc --disable-ffmpeg > --disable-ffplay --disable-ffserver --disable-avfilter --enable-cross-compile > --arch=arm --target-os=darwin > --cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc > --as='gas-preprocessor/gas-preprocessor.pl > /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' > --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk > --cpu=cortex-a8 --extra-cflags='-arch armv7' --extra-ldflags='-arch armv7 > -isysroot > /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk' > --enable-pic
This is different from what your config.log says!!!! Let me concentrate on config.log. You pass the argument: > --cc=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc And configure complains: > ./configure: line 807: > /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc: No such > file or directory You should - obviously - let "--cc" point to a compiler which is really installed. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
