NoMercy <nomercy <at> gmail.com> writes: > > Then please try (one line, with the same test.c file): > > icl -nologo -Qdiag-error:4044,10157 -D_USE_MATH_DEFINES -Qms0 > > -Qvec- -Qsimd- -GS -fp:precise -c -Fo./test.o ./test.c > > still no errors :(
My next suggestion is to test the following (one line): /bin/sh -c "icl -nologo -Qdiag-error:4044,10157 -D_USE_MATH_DEFINES -Qms0 -Qvec- -Qsimd- -GS -fp:precise -c -Fo./test.o ./test.c" Or there is a variable set in the configure script that is bad for icl but I am not sure which it could be: The script sets TMPDIR to "." to be on the safe side... Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
