On Tue, 13 Sep 2005 11:56:12 -0700, "Sharma, Rahul" (via RT)
<[EMAIL PROTECTED]> wrote:

> # New Ticket Created by  "Sharma, Rahul" 
> # Please include the string:  [perl #37162]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37162 >
> 
> 
> Hello,
> Can you please let m know if there is any known resolution for the
> below. I am using HP -UX supplied C compiler cc to compile perl.  Make
> test gives t he below errors
> When I build the source, I get failures on Constant.t and Recurs.t
> 
> lib/ExtUtils/t/Constant...................Can't exec "gmake": No such
> file or di
> rectory at ../lib/ExtUtils/t/Constant.t line 130.
> FAILED at test 3

Just to check if I'm right, is 'gmake' in your $PATH?
If I look in the output below, I see make='make', and this test refers to
gmake. On HP that makes quite a lot of difference.

What you could do to start with is copy gmake to $HOME/bin/make and put
$HOME/bin in front of your $PATH and start again

> lib/ExtUtils/t/recurs.....................# Failed test
> (../lib/ExtUtils/t/r
> ecurs.t at line 62)
> # got: '-1'
> # expected: '0'
> FAILED at test 6

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to