请问怎么静态编译php,便于移植?

如题:
我现在想编译一份php,然后在其他机器上不用再次编译,只要上传编译安装过后的二进制包就可以了,
我需要gd,mysql,pdo-mysql,session的支持,
扩展编译的configure是这样的
./configure --prefix=/www/server/php --enable-fastcgi --enable-force-cgi-redirect --enable-discard-path --disable-cli --with-gd=/www/server/gd --enable-gd --enable-gd-native-ttf --with-jpeg-dir=/www/server/jpeg --with-png --with-ttf --with-zlib --with-freetype-dir=/www/server/freetype --enable-magic-quotes --with-mysql=/www/server/mysql --with-mysql-sock=/www/server/mysql/var/mysql.sock --with-pdo=shared --with-pdo-mysql=/www/server/mysql --with-iconv --with-mbstring --enable-mbstring --enable-track-vars --with-config-file-path=/www/server/php/etc --with-pear=/www/server/php/pear --enable-inline-optimization--

如何才能编译可移植的二进制文件,以便于在其他地方可用,请高手们不吝赐教.

小弟在此谢过.