[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure prob
From: |
Patrick Welche |
Subject: |
Re: configure prob |
Date: |
Mon, 17 Jun 2002 16:43:33 +0100 |
User-agent: |
Mutt/1.3.19i |
On Sat, Jun 15, 2002 at 12:32:52AM +0200, Alexandre Duret-Lutz wrote:
> On Fri, Jun 14, 2002 at 06:51:13PM +0100, Patrick Welche wrote:
> > With cvs automake of Jun 14 15:05 GMT:
> >
> > % ./configure
> > ...
> > configure: error: Autoconf 2.52 or better is required
> > bach: {237} autoconf --version
> > autoconf (GNU Autoconf) 2.53b
> > ...
> >
> > ?!
>
> Please show us config.log
Ends up being a perl problem:
% autom4te -l autoconf -o /dev/null conftest.ac
Segmentation fault (core dumped)
% autom4te -l autoconf conftest.ac
% perl -D14 autom4te -l autoconf -o /dev/null conftest.ac
...
(/usr/local/lib/perl5/5.8.0/i386-netbsd/IO/File.pm:159) rv2gv
=> * GV()
(/usr/local/lib/perl5/5.8.0/i386-netbsd/IO/File.pm:159) padsv($file)
=> * GV() PVMG("/dev/null"\0)
(/usr/local/lib/perl5/5.8.0/i386-netbsd/IO/File.pm:159) padsv($mode)
=> * GV() PVMG("/dev/null"\0) PVIV("1537"\0)
(/usr/local/lib/perl5/5.8.0/i386-netbsd/IO/File.pm:159) padsv($perms)
=> * GV() PVMG("/dev/null"\0) PVIV("1537"\0) IV(511)
(/usr/local/lib/perl5/5.8.0/i386-netbsd/IO/File.pm:159) sysopen
Segmentation fault (core dumped)
%
Cheers,
Patrick