<div dir="ltr"><div><div>Hi,<br><br></div>I understand the situation. No problem.<br><br><br></div>I changed the line as you suggested. Here is the console output.<br>==============================================<br><div>
<div><div><div class="gmail_extra"># ./configure<br>gcc is unable to create an executable file.<br>If gcc is a cross-compiler, use the --enable-cross-compile option.<br>Only do this if you know what cross compiling means.<br>
C compiler test failed.<br><br>If you think configure made a mistake, make sure you are using the latest<br>version from Git. If the latest version fails, report the problem to the<br><a href="mailto:ffmpeg-user@ffmpeg.org">ffmpeg-user@ffmpeg.org</a> mailing list or IRC #ffmpeg on <a href="http://irc.freenode.net">irc.freenode.net</a>.<br>
Include the log file "config.log" produced by configure as this will help<br>solving the problem.<br><br></div><div class="gmail_extra">Here are the last lines from the config.log file<br></div><div class="gmail_extra">
==============================================<br>zmbv_decoder_select=zlib<br>zmbv_encoder=yes<br>zmbv_encoder_select=zlib<br>zmq_filter=yes<br>zmq_filter_deps=libzmq<br>WARNING: pkg-config not found, library detection may fail.<br>
mktemp -u XXXXXX<br>./configure[2610]: mktemp: cannot execute - No such file or directory<br>check_ld cc<br>check_cc<br>BEGIN /tmp/ffconf..localhost..516131.c<br> 1 int main(void){ return 0; }<br>END /tmp/ffconf..localhost..516131.c<br>
gcc -c -o /tmp/ffconf..localhost..516131.o /tmp/ffconf..localhost..516131.c<br>gcc -o /tmp/ffconf..localhost..516131.o<br>gcc: no input files<br>C compiler test failed.<br><br><br></div><div class="gmail_extra">I suppose that the problem is similar and it is in the function check_ld and the line 830<br>
</div><div class="gmail_extra">check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs<br></div><div class="gmail_extra">should become<br></div><div class="gmail_extra"><div class="gmail_quote">check_cmd $ld $LDFLAGS $flags -o $TMPE $TMPO $libs $extralibs.<br>
<br></div><div class="gmail_quote">Should I change it or the problem is different?<br><br><br></div><div class="gmail_quote">Thanks for the help.<br></div><br></div></div></div></div></div>