help-make
[Top][All Lists]
Advanced

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

Problems installing make-3.79(.1) on redhat 6.2, 2.2.18.. weird


From: Phil Ross
Subject: Problems installing make-3.79(.1) on redhat 6.2, 2.2.18.. weird
Date: Mon, 19 Mar 2001 10:06:52 -0000

Okay, here's the deal. I do a 'configure' - no problem. I do a 'sh build.sh' - seems to work.

Only now my new 'make' seems broken. ./make check doesn't work, and nothing else.. it just doesn't seem to want to make anything anymore.

Any ideas? Output is below. Any help would be greatly appreciated - I have read the docs several times - they aren't helping.. also tried the original 3.79 and same result.

/usr/src/make-3.79.1# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions ) works... yes checking whether the C compiler (gcc -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for perl... (cached) perl
checking build system type... i686-pc-linux-gnu
checking for getconf... (cached) getconf
checking for CFLAGS value to request large file support... (cached) -D_FILE_OFFSET_BITS=64
checking for LDFLAGS value to request large file support... (cached)
checking for LIBS value to request large file support... (cached)
checking for _FILE_OFFSET_BITS... (cached) 64
checking for _LARGEFILE_SOURCE... (cached) no
checking for _LARGE_FILES... (cached) no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether stat file-mode macros are broken... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether NLS is wanted... yes
checking for locale.h... (cached) yes
checking for library containing gettext... (cached) none required
checking whether the system has GNU gettext... (cached) yes
checking whether to use included gettext... no
checking for getcwd... (cached) yes
checking for setlocale... (cached) yes
checking for stpcpy... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking which translations to install... de es fr ja ko nl pl pt_BR ru
checking for nanoseconds member of struct stat.st_mtim... (cached) no
checking for inttypes.h... (cached) yes
checking for library containing clock_gettime... (cached) no
checking for standard gettimeofday... (cached) yes
checking for memmove... (cached) yes
checking for memcpy... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for psignal... (cached) yes
checking for mkstemp... (cached) yes
checking for mktemp... (cached) yes
checking for fdopen... (cached) yes
checking for dup2... (cached) yes
checking for getcwd... (cached) yes
checking for sigsetmask... (cached) yes
checking for sigaction... (cached) yes
checking for getgroups... (cached) yes
checking for setlinebuf... (cached) yes
checking for seteuid... (cached) yes
checking for setegid... (cached) yes
checking for setreuid... (cached) yes
checking for setregid... (cached) yes
checking for pipe... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sys_siglist... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for vprintf... (cached) yes
checking for working strcoll... (cached) yes
checking whether closedir returns void... (cached) no
checking whether setvbuf arguments are reversed... (cached) no
checking for kstat_open in -lkstat... (cached) no
checking for pstat_getdynamic... (cached) no
checking for elf_begin in -lelf... (cached) no
checking for kvm_open in -lkvm... (cached) no
checking for getloadavg in -lutil... (cached) no
checking for getloadavg in -lgetloadavg... (cached) no
checking for getloadavg... (cached) no
checking for sys/dg_sys_info.h... (cached) no
checking for inq_stats/cpustats.h... (cached) no
checking for sys/cpustats.h... (cached) no
checking for mach/mach.h... (cached) no
checking for nlist.h... (cached) no
checking whether getloadavg requires setgid... (cached) no
checking for sys/wait.h... (cached) yes
checking for waitpid... (cached) yes
checking for wait3... (cached) yes
checking for union wait... (cached) no
checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes
checking for library containing getpwnam... (cached) none required
checking for location of SCCS get command... (cached) get
checking if system libc has GNU glob... (cached) yes
creating ./config.status
creating build.sh
creating Makefile
creating glob/Makefile
creating i18n/Makefile
creating config.h
config.h is unchanged

/usr/src/make-3.79.1# sh ./build.sh

compiling ar.c...
compiling arscan.c...
compiling commands.c...
compiling dir.c...
compiling expand.c...
compiling file.c...
compiling function.c...
compiling getopt.c...
compiling implicit.c...
compiling job.c...
compiling main.c...
compiling misc.c...
compiling read.c...
compiling remake.c...
compiling rule.c...
compiling signame.c...
compiling variable.c...
compiling vpath.c...
compiling default.c...
compiling version.c...
compiling getopt1.c...
compiling remote-stub.c...
compiling getloadavg.c...
linking make...
done

/usr/src/make-3.79.1# ./make check
make: *** No rule to make target 'check'.  Stop.

/usr/src/make-3.79.1# ./make
make: *** No targets specified and no makefile found.  Stop.
/usr/src/make-3.79.1# ./make install
make: *** No rule to make target 'install'.  Stop.
/usr/src/make-3.79.1# ./make --file Makefile
/usr/src/make-3.79.1/./make  all-recursive
make[1]: Entering directory '/usr/src/make-3.79.1'
make[1]: *** No rule to make target 'all-recursive'.  Stop.
make[1]: Leaving directory '/usr/src/make-3.79.1'
make: *** [all-recursive-am] Error 2

help!!
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




reply via email to

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