bug-make
[Top][All Lists]
Advanced

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

compile-time warnings on Solaris 8 64-bit sparc (gcc 4.1.0)


From: Paul Eggert
Subject: compile-time warnings on Solaris 8 64-bit sparc (gcc 4.1.0)
Date: Tue, 04 Apr 2006 21:56:01 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hey, congratulations on the new version!

On Solaris 8 (sparc) with GCC 4.1.0 installed, I built GNU make 3.81
as follows:

./configure --prefix=/r/share1/src/make CC='gcc -m64'
make

and got some worrisome warnings as shown below.  Spot-checking some of
the generated machine code, it appears to be OK, but it'd be nicer
if 'make' didn't generate those warnings.

Would you be open to modifying 'make' to use the alloca-opt module
from gnulib?  It would kill off most of these warnings, I think.
Other GNU programs use this module so 'make' would be in good company.

Here's the output of the above-mentioned commands.

checking for a BSD-compatible install... /r/share1/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m64
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc -m64... gcc3
checking for a BSD-compatible install... /r/share1/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -m64 -E
checking for ar... ar
checking for perl... perl
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for function prototypes... yes
checking for string.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /r/share1/bin/msgfmt
checking for gmsgfmt... /r/share1/bin/msgfmt
checking for xgettext... /r/share1/bin/xgettext
checking for msgmerge... /r/share1/bin/msgmerge
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for library containing getpwnam... none required
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking whether gcc -m64 and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for uintmax_t... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
checking whether to use high resolution file timestamps... yes
checking for library containing clock_gettime... -lrt
checking whether system uses MSDOS-style paths... no
checking for standard gettimeofday... yes
checking for memcpy... yes
checking for memmove... yes
checking for strchr... yes
checking for strdup... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for fdopen... yes
checking for bsd_signal... yes
checking for dup2... yes
checking for getcwd... yes
checking for realpath... yes
checking for sigsetmask... no
checking for sigaction... yes
checking for getgroups... yes
checking for seteuid... yes
checking for setegid... yes
checking for setlinebuf... yes
checking for setreuid... yes
checking for setregid... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setvbuf... yes
checking for pipe... yes
checking for strerror... yes
checking for strsignal... yes
checking for lstat... yes
checking for readlink... yes
checking for atexit... yes
checking whether setvbuf arguments are reversed... no
checking for working strcoll... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether closedir returns void... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... yes
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking whether sys_siglist is declared... no
checking whether _sys_siglist is declared... yes
checking whether __sys_siglist is declared... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... no
checking for SA_RESTART... yes
checking for location of SCCS get command... get
checking if SCCS get command understands -G... yes
checking if system libc has GNU glob... no; using local copy
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glob/Makefile
config.status: creating po/Makefile.in
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating w32/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating build.sh


make  all-recursive
make[1]: Entering directory `/r/share1/src/make-3.81'
Making all in glob
make[2]: Entering directory `/r/share1/src/make-3.81/glob'
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT glob.o -MD -MP -MF 
".deps/glob.Tpo" -c -o glob.o glob.c; \
then mv -f ".deps/glob.Tpo" ".deps/glob.Po"; else rm -f ".deps/glob.Tpo"; exit 
1; fi
glob.c: In function 'glob_in_dir':
glob.c:1376: warning: passing argument 1 of 'my_realloc' from incompatible 
pointer type
glob.c: In function 'glob':
glob.c:811: warning: passing argument 1 of 'my_realloc' from incompatible 
pointer type
glob.c:930: warning: passing argument 1 of 'my_realloc' from incompatible 
pointer type
glob.c:986: warning: passing argument 1 of 'my_realloc' from incompatible 
pointer type
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT fnmatch.o -MD -MP -MF 
".deps/fnmatch.Tpo" -c -o fnmatch.o fnmatch.c; \
then mv -f ".deps/fnmatch.Tpo" ".deps/fnmatch.Po"; else rm -f 
".deps/fnmatch.Tpo"; exit 1; fi
rm -f libglob.a
ar cru libglob.a glob.o fnmatch.o 
ranlib libglob.a
make[2]: Leaving directory `/r/share1/src/make-3.81/glob'
Making all in config
make[2]: Entering directory `/r/share1/src/make-3.81/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/r/share1/src/make-3.81/config'
Making all in po
make[2]: Entering directory `/r/share1/src/make-3.81/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/r/share1/src/make-3.81/po'
Making all in doc
make[2]: Entering directory `/r/share1/src/make-3.81/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/r/share1/src/make-3.81/doc'
make[2]: Entering directory `/r/share1/src/make-3.81'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT ar.o -MD -MP -MF 
".deps/ar.Tpo" -c -o ar.o ar.c; \
then mv -f ".deps/ar.Tpo" ".deps/ar.Po"; else rm -f ".deps/ar.Tpo"; exit 1; fi
ar.c: In function 'ar_glob':
ar.c:279: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT arscan.o -MD -MP -MF 
".deps/arscan.Tpo" -c -o arscan.o arscan.c; \
then mv -f ".deps/arscan.Tpo" ".deps/arscan.Po"; else rm -f ".deps/arscan.Tpo"; 
exit 1; fi
arscan.c: In function 'ar_scan':
arscan.c:596: warning: incompatible implicit declaration of built-in function 
'alloca'
arscan.c:667: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT commands.o -MD -MP -MF 
".deps/commands.Tpo" -c -o commands.o commands.c; \
then mv -f ".deps/commands.Tpo" ".deps/commands.Po"; else rm -f 
".deps/commands.Tpo"; exit 1; fi
commands.c: In function 'set_file_variables':
commands.c:60: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT default.o -MD -MP -MF 
".deps/default.Tpo" -c -o default.o default.c; \
then mv -f ".deps/default.Tpo" ".deps/default.Po"; else rm -f 
".deps/default.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT dir.o -MD -MP -MF 
".deps/dir.Tpo" -c -o dir.o dir.c; \
then mv -f ".deps/dir.Tpo" ".deps/dir.Po"; else rm -f ".deps/dir.Tpo"; exit 1; 
fi
dir.c: In function 'file_exists_p':
dir.c:792: warning: incompatible implicit declaration of built-in function 
'alloca'
dir.c: In function 'file_impossible':
dir.c:852: warning: incompatible implicit declaration of built-in function 
'alloca'
dir.c: In function 'file_impossible_p':
dir.c:933: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT expand.o -MD -MP -MF 
".deps/expand.Tpo" -c -o expand.o expand.c; \
then mv -f ".deps/expand.Tpo" ".deps/expand.Po"; else rm -f ".deps/expand.Tpo"; 
exit 1; fi
expand.c: In function 'variable_expand_string':
expand.c:336: warning: incompatible implicit declaration of built-in function 
'alloca'
expand.c: In function 'expand_argument':
expand.c:438: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT file.o -MD -MP -MF 
".deps/file.Tpo" -c -o file.o file.c; \
then mv -f ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 
1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT function.o -MD -MP -MF 
".deps/function.Tpo" -c -o function.o function.c; \
then mv -f ".deps/function.Tpo" ".deps/function.Po"; else rm -f 
".deps/function.Tpo"; exit 1; fi
function.c: In function 'pattern_matches':
function.c:287: warning: incompatible implicit declaration of built-in function 
'alloca'
function.c: In function 'func_filter_filterout':
function.c:944: warning: incompatible implicit declaration of built-in function 
'alloca'
function.c:967: warning: incompatible implicit declaration of built-in function 
'alloca'
function.c: In function 'func_error':
function.c:1094: warning: incompatible implicit declaration of built-in 
function 'alloca'
function.c: In function 'func_shell':
function.c:1615: warning: incompatible implicit declaration of built-in 
function 'alloca'
function.c: In function 'handle_function':
function.c:2169: warning: incompatible implicit declaration of built-in 
function 'alloca'
function.c: In function 'func_call':
function.c:2283: warning: incompatible implicit declaration of built-in 
function 'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT getopt.o -MD -MP -MF 
".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; 
exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT getopt1.o -MD -MP -MF 
".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f 
".deps/getopt1.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT implicit.o -MD -MP -MF 
".deps/implicit.Tpo" -c -o implicit.o implicit.c; \
then mv -f ".deps/implicit.Tpo" ".deps/implicit.Po"; else rm -f 
".deps/implicit.Tpo"; exit 1; fi
implicit.c: In function 'pattern_search':
implicit.c:226: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT job.o -MD -MP -MF 
".deps/job.Tpo" -c -o job.o job.c; \
then mv -f ".deps/job.Tpo" ".deps/job.Po"; else rm -f ".deps/job.Tpo"; exit 1; 
fi
job.c: In function 'exec_command':
job.c:2118: warning: incompatible implicit declaration of built-in function 
'alloca'
job.c: In function 'construct_command_argv_internal':
job.c:2700: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT main.o -MD -MP -MF 
".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 
1; fi
main.c: In function 'main':
main.c:1331: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:1488: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2040: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2047: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2069: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c: In function 'handle_non_switch_argument':
main.c:2360: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c: In function 'decode_env_switches':
main.c:2573: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c: In function 'define_makeflags':
main.c:2715: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2728: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2731: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2734: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2752: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2755: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2774: warning: incompatible implicit declaration of built-in function 
'alloca'
main.c:2786: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT misc.o -MD -MP -MF 
".deps/misc.Tpo" -c -o misc.o misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT read.o -MD -MP -MF 
".deps/read.Tpo" -c -o read.o read.c; \
then mv -f ".deps/read.Tpo" ".deps/read.Po"; else rm -f ".deps/read.Tpo"; exit 
1; fi
read.c: In function 'eval_makefile':
read.c:411: warning: incompatible implicit declaration of built-in function 
'alloca'
read.c: In function 'eval_buffer':
read.c:443: warning: incompatible implicit declaration of built-in function 
'alloca'
read.c: In function 'do_define':
read.c:1331: warning: incompatible implicit declaration of built-in function 
'alloca'
read.c: In function 'conditional_line':
read.c:1629: warning: incompatible implicit declaration of built-in function 
'alloca'
read.c: In function 'parse_file_seq':
read.c:2407: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT remake.o -MD -MP -MF 
".deps/remake.Tpo" -c -o remake.o remake.c; \
then mv -f ".deps/remake.Tpo" ".deps/remake.Po"; else rm -f ".deps/remake.Tpo"; 
exit 1; fi
remake.c: In function 'update_file':
remake.c:311: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT remote-stub.o -MD -MP -MF 
".deps/remote-stub.Tpo" -c -o remote-stub.o remote-stub.c; \
then mv -f ".deps/remote-stub.Tpo" ".deps/remote-stub.Po"; else rm -f 
".deps/remote-stub.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT rule.o -MD -MP -MF 
".deps/rule.Tpo" -c -o rule.o rule.c; \
then mv -f ".deps/rule.Tpo" ".deps/rule.Po"; else rm -f ".deps/rule.Tpo"; exit 
1; fi
rule.c: In function 'convert_suffix_rule':
rule.c:190: warning: incompatible implicit declaration of built-in function 
'alloca'
rule.c: In function 'convert_to_pattern':
rule.c:233: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT signame.o -MD -MP -MF 
".deps/signame.Tpo" -c -o signame.o signame.c; \
then mv -f ".deps/signame.Tpo" ".deps/signame.Po"; else rm -f 
".deps/signame.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT strcache.o -MD -MP -MF 
".deps/strcache.Tpo" -c -o strcache.o strcache.c; \
then mv -f ".deps/strcache.Tpo" ".deps/strcache.Po"; else rm -f 
".deps/strcache.Tpo"; exit 1; fi
strcache.c: In function 'strcache_add_len':
strcache.c:158: warning: incompatible implicit declaration of built-in function 
'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT variable.o -MD -MP -MF 
".deps/variable.Tpo" -c -o variable.o variable.c; \
then mv -f ".deps/variable.Tpo" ".deps/variable.Po"; else rm -f 
".deps/variable.Tpo"; exit 1; fi
variable.c: In function 'do_variable_definition':
variable.c:1079: warning: incompatible implicit declaration of built-in 
function 'alloca'
variable.c: In function 'parse_variable_definition':
variable.c:1310: warning: incompatible implicit declaration of built-in 
function 'alloca'
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT version.o -MD -MP -MF 
".deps/version.Tpo" -c -o version.o version.c; \
then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f 
".deps/version.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT vpath.o -MD -MP -MF 
".deps/vpath.Tpo" -c -o vpath.o vpath.c; \
then mv -f ".deps/vpath.Tpo" ".deps/vpath.Po"; else rm -f ".deps/vpath.Tpo"; 
exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/r/share1/src/make/share/locale\" 
-DLIBDIR=\"/r/share1/src/make/lib\" -DINCLUDEDIR=\"/r/share1/src/make/include\" 
-DHAVE_CONFIG_H -I. -I. -I.  -I./glob    -g -O2 -MT hash.o -MD -MP -MF 
".deps/hash.Tpo" -c -o hash.o hash.c; \
then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 
1; fi
gcc -m64  -g -O2   -o make  ar.o arscan.o commands.o default.o dir.o expand.o 
file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o 
remake.o remote-stub.o rule.o signame.o strcache.o variable.o version.o vpath.o 
hash.o glob/libglob.a -lkstat  -lrt 
make[2]: Leaving directory `/r/share1/src/make-3.81'
make[1]: Leaving directory `/r/share1/src/make-3.81'




reply via email to

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