[Zlib-devel] zlib 1.2.4.3 for your perusal

Vincent Torri vtorri at univ-evry.fr
Sun Apr 11 03:55:45 EDT 2010



>> I tried cross compilation on linux for Windows:
>> 
>> CHOST="i586-mingw32msvc" ./configure
>> 
>> only gcc has the correct prefix. Am I doing something wrong ?
>
> That is because this check in configure is wrong:
> if [ -x "${CROSS_PREFIX}ar" ]; then
>
> You don't have the full path here, you should try to execute it rather.
> Also the uname extraction from CHOST is wrong (it only works if the triple 
> has 4 components).
> And with that fixed the uname comes out lowercase so that needs to be added 
> too.

What about displaying insaddition the value of each programs, to be sure 
that they are correct ?

Vincent Torri




More information about the Zlib-devel mailing list