小弟在Ubuntu中安装了arm-linux-gcc-3.4.1和qt-x11-opensource-src-4.5.3(配置时加了-static参数),简单写了个hello world程序(图形界面),小弟想在Ubuntu中编译生成可执行文件是脱离库的。用file 命令查看时总是显示hello: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped,如何能将其中的dynamically linked (uses shared libs)变成statically linked呀?