bug-autoconf
[Top][All Lists]
Advanced

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

Autoconf from git doesn't compile


From: Alexander Kahl
Subject: Autoconf from git doesn't compile
Date: Thu, 08 Nov 2007 18:40:21 +0100

Hi,

I tried to compile autoconf from latest git and had the following problem after 
running "configure":

config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
Making all in bin
/bin/sh: line 17: make: command not found
make: *** [all-recursive] Error 1


but make exists and was already found :

configure:2035: checking whether make sets $(MAKE)
configure:2057: result: yes
ac_cv_prog_make_make_set=yes


using strace to find something lead to this output:
4721  chdir("/autoconf-build/autoconf/bin") = 0
4721  stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4721  stat64("\'/autoconf-build/autoconf/tests/make", 0xbfeec768) = -1 ENOENT 
(NN
o such file or directory)
4721  stat64("/usr/local/bin/make", 0xbfeec768) = -1 ENOENT (No such file or 
dirr
ectory)
4721  stat64("/bin/make", 0xbfeec768)   = -1 ENOENT (No such file or directory)
4721  stat64("/usr/bin/make", 0xbfeec768) = -1 ENOENT (No such file or 
directoryy
)
4721  stat64("/sbin/make", 0xbfeec768)  = -1 ENOENT (No such file or directory)
4721  stat64("/usr/sbin/make", 0xbfeec768) = -1 ENOENT (No such file or 
directorr
y)
4721  stat64("/tools/bin\'/make", 0xbfeec768) = -1 ENOENT (No such file or 
direcc
tory)

That's why it can't find make (and other programs). Any ideas?

Best regards,
Alex
______________________________________________________________________________
Jetzt neu! Im riesigen WEB.DE Club SmartDrive Dateien freigeben und mit 
Freunden teilen! http://www.freemail.web.de/club/smartdrive_ttc.htm/?mc=021134





reply via email to

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