diff -r 7995942261f2 -r 88020b2c3246 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 Tue Jan 12 19:24:03 2010 +0100 @@ -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}