autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check error in autoconf v2.52f


From: Akim Demaille
Subject: Re: make check error in autoconf v2.52f
Date: 21 Jan 2002 15:37:13 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| On Mon, Jan 21, 2002 at 02:46:40PM +0100, Akim Demaille wrote:
| > 
| > | This is the single error I get when building and installing autoconf 
| > | v2.52f on OS/2:-
| > | 
| > | Making check in tests
| > | make[1]: Entering directory `/workdir/autoconf-2.52f/tests'
| > | make  check-local
| > | make[2]: Entering directory `/workdir/autoconf-2.52f/tests'
| > | ./autom4te --language=autotest -I . suite.at -o testsuite.tmp
| > | make[2]: ./autom4te: Command not found
| > 
| > Nah, lemme guess: you don't have /bin/sh?  Your problem is that the
| > line to start sh should probably be different.
| > 
| > Can you send
| > 
| >         sed 1q tests/autom4te
| >         sed 1q bin/autoconf
| > 
| > ?
| > 
| > Thanks.
| > 
| 
| 
| Both start:-
| 
| #! /bin/sh
| 
| and I do have a /bin/sh.exe on the current drive.
| 
| BTW autom4te starts like this:-
| 
| 
| #! c:/usr/bin/perl.exe -w
| # -*- perl -*-
| # @configure_input@
| 
| eval 'exec c:/usr/bin/perl.exe -S $0 ${1+"$@"}'
|     if 0;
| 
| 
| BEGIN
| {
|   my $datadir = ($ENV{'autom4te_perllibdir'} || 
'c:/usr/local/share/autoconf');
|   unshift @INC, "$datadir";
| }
| 
| 
| 
| Don't know if this is what you might expect...

It is (but the broken comment).  You are on your own: for some reason,
someone is not found.  You have to find who.  It is because of OS/2,
not Autoconf.  Try adding -x a bit everywhere, and see where the
process is stuck.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]