|
|
我用下列的命令静态编译了Perl
#./Configure -Dprefix=/tmp/test/usr -Uusedl
#make
编译完后,执行:
#file perl
perl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for GNU/Linux 2.6.4, not stripped
请问是怎么回事?? 怎么还是动态的??? |
|