# New Ticket Created by bheemarao # Please include the string: [perl #29656] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29656 > Hi, I am facing problem in compiling the perl5.6.2 source code using gcc. 1.installed the gcc 3.3.2 and added to the PATH. 2.installed GNU Make downloaded from gnu.org and added to PATH. 3.downloaded the perl 5.6.2 from cpan and executed Failed 96 test scripts out of 282, 65.96% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You may have to set your dynamic library search path, ### LIBPATH, to point to the build directory: ### setenv LIBPATH `pwd`; cd t; ./perl harness ### LIBPATH=`pwd`; export LIBPATH; cd t; ./perl harness ### export LIBPATH=`pwd`; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. u=0.3 s=0.45 cu=15.53 cs=16.81 scripts=282 tests=12402 make: 1254-004 The error code from the last command is 1. Stop. I am getting the above error while running the make test command. Thanks, Bheema