2017-03-07 9:28 GMT+01:00 Thomas Turner <thomas...@googlemail.com>: > On Mar 6, 2017 11:47 PM, "Carl Eugen Hoyos" <ceffm...@gmail.com> wrote: > > 2017-03-07 6:36 GMT+01:00 Thomas Turner <thomas...@googlemail.com>: >> ./configure command worked without ccache: >> >> ./configure --enable-debug=3 --arch=x86_32 --target-os=linux >> --extra-cflags=-m32 --extra-ldflags=-m32 --enable-cross-compile
Since we are discussing configure lines, I do: $ ./configure --cc='gcc -m32' It is shorter and I believe some things are tested in configure that are skipped with --enable-cross-compile. [...] > Is ffmpeg is there a way to compile w/ a specific version of gcc, without > having to downgrade? > > I've tried "./configure --cc='gcc-4.3.6' " which gives an error. However > "./configure --cc='gcc' " doesn't give an error. My local version of gcc-4.3.6 was compiled with "--prefix=/usr/local/gcc-4.3.6" so I use the following configure line: $ ./configure --cc='/usr/local/gcc-4.3.6/bin/gcc -m32' Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel