[MEncoder-users] MEncoder build problem
John Brown
johnbrown105 at hotmail.com
Tue Oct 9 04:28:42 CEST 2007
Michael Rozdoba writes:
> The configure script sets $_as via
>
> _as=`$_cc -print-prog-name=as`
>
> Which here evaluates to
> c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/as.exe
>
> And that's the problem, since from within Cygwin, that's not a valid
> path, cygdrive/c/MinGW/... would be the correct form. That aside, it is
> the right location.
>
Try the following:
./configure --as=/cygdrive/c/PATH/TO/as.exe
More information about the MEncoder-users
mailing list