[FFmpeg-cvslog] r12574 - trunk/configure

Diego Biurrun diego
Thu Mar 27 20:23:50 CET 2008


On Thu, Mar 27, 2008 at 02:52:06PM +0000, Mar Kon wrote:
> diego <subversion <at> mplayerhq.hu> writes:
> > 
> > Log:
> > Add OS-specific executable suffix to temporary executable name.
> > 
> > --- trunk/configure	(original)
> > +++ trunk/configure	Tue Mar 25 10:24:55 2008
> > @@ -1299,7 +1299,7 @@ fi
> > 
> >  TMPO="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
> > -TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
> > +TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}${EXESUF}"
> 
> The configure script fails under MinGW starting with revision 12574.
> 
> "$ configure --enable-memalign-hack
> Unable to create and execute files in /tmp.  Set the TMPDIR
> variable to another directory and make sure that /tmp is no
> noexec.
> Sanity test failed.
> If you think configure made a mistake, make sure you are us
> version from SVN.  If the latest version fails, report the 
> ffmpeg-user at mplayerhq.hu mailing list or IRC #ffmpeg on irc
> Include the log file "config.err" produced by configure as 
> solving the problem."
> 
> The 12573 revision is fine. The reason is:
> 
> TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}" (12573 - fine)
> TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}${EXESUF}" (12574 - broken)

Is it not possible for shell scripts to have an executable extension on
MinGW?

Show me your config.err.

Diego




More information about the ffmpeg-cvslog mailing list