[MEncoder-users] MEncoder build problem
Michael Rozdoba
mroz at ukgateway.net
Tue Oct 9 19:28:30 CEST 2007
John Brown wrote:
> 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's actually complete rubbish. The former is a valid path, as is the
second, both referring to the same location.
Also _as=`$_cc -print-prog-name=as` doesn't evaluate to the above, which
would be fine. Instead it gives the value
MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/as.exe
which is obviously flawed.
>> That aside, it is
>> the right location.
>>
>
> Try the following:
> ./configure --as=/cygdrive/c/PATH/TO/as.exe
Thanks. I wanted a general solution but given the problem & that I'm
clearly inept I think I'll have to go with localised workarounds for
each problem as they come up.
--
Michael Rozdoba
More information about the MEncoder-users
mailing list