LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Statically compiling Perl error!! (https://www.linuxquestions.org/questions/linux-software-2/statically-compiling-perl-error-537004/)

neilengineer 03-13-2007 01:35 AM

Statically compiling Perl error!!
 
I statically complied Perl using the following commands(According to the INSTALL manual in perl source code):

#./Configure -Dprefix=/tmp/test/usr -Uusedl
#make

After make I typed:
#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


Why?? Why is the Perl still dynamically linked??


All times are GMT -5. The time now is 05:28 PM.