develooper Front page | perl.perl5.porters | Postings from June 2003

Re: [perl #22740] "make install" fails

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
June 21, 2003 04:24
Subject:
Re: [perl #22740] "make install" fails
Message ID:
20030621122421.D20414@plum.flirble.org
On Fri, Jun 20, 2003 at 06:51:48PM -0500, Mario Alberto Cruz Gartner wrote:
> Hey, very thanks for your reply!
> 
> I checked some things...
> There's a perl.core file on the lib folder (but was empty!) and another
> one on the utils folder, but empty too...
> 
> I use the ulimit -c (but on sh, cause on tcsh doesn's exist) and try
> again, but the two core files were empty again. I don't see anything about
> coresize on my env. vars.

I'm not sure if I was unclear - I meant 

  ulimit -c unlimited

to turn off core size limits (I think that the default is usually 0)

> Really, i don't know what happened... I think that perl it's a
> SURE-compile program (like gcc maybe) and on the most systems doesn't
> cause any troubles...
> 
> AGAIN, the make and make test, looks good! But, the make install fails = (
> 
> OK Guys, any advice that can tell me, i would appreciate so much!

If you can't get a stack trace (either from a core file or by running
the problem script directly under gdb

(ie
gdb ./perl
run installperl
)

then I'm stuck.

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About