diff -r 7995942261f2 -r d603008707f1 scripts/build/companion_libs/mpc.sh --- a/scripts/build/companion_libs/mpc.sh Mon May 25 19:46:58 2009 +0000 +++ b/scripts/build/companion_libs/mpc.sh Mon Jun 01 18:03:23 2009 +0000 @@ -37,8 +37,8 @@ --prefix="${CT_PREFIX_DIR}" \ --with-gmp="${CT_PREFIX_DIR}" \ --with-mpfr="${CT_PREFIX_DIR}" \ - --disable-shared \ - --enable-static \ + --enable-shared \ + --disable-static \ CT_DoLog EXTRA "Building MPC" CT_DoExecLog ALL make ${PARALLELMFLAGS}