Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created May 8, 2016 18:37
Show Gist options
  • Save marcelog/c5b2ac5262395feede0f964cd4d1bc56 to your computer and use it in GitHub Desktop.
Save marcelog/c5b2ac5262395feede0f964cd4d1bc56 to your computer and use it in GitHub Desktop.
tar jxf mpc-0.8.1.tar.bz2
cd mpc-0.8.1
./configure --prefix=/usr/cross-freebsd --with-gnu-ld --with-gmp=/usr/cross-freebsd --with-mpfr=/usr/cross-freebsd --enable-static --enable-shared --host=x86_64-pc-freebsd7
gmake
gmake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment