Testing static and shared builds

Zimmermann Paul Paul.Zimmermann at loria.fr
Mon Mar 28 16:57:59 CEST 2011


>   for abi in `available-abis`; do
>     mkdir build-$abi-shared;
>     (cd build-$abi-shared \
>         && ../configure ABI=$abo --enable-shared \
>         && make && make check)
>     mkdir build-$abi-static;
>     (cd build-$abi-static \
>         && ../configure ABI=$abo --disable-shared \
>         && make && make check)
>   done

since this functionality might be useful for other projects (e.g., GNU MPFR),
maybe one should ask the autotools developers to provide it?

Paul


More information about the gmp-devel mailing list