So what i think i need is a guide to show me how to static build gapminer...
https://bitcointalk.org/index.php?topic=149479.0 should be a good starting point,
for linux you have to change some of the config parameters
You have to statically compile all dependent libraries: boost, gmp, mpfr, openssl, curl.
And then link it together.
An other option is to remove the -march=native switch when compiling dynamically. The resultant binary should be system independent.