bug-gnu-utils
[Top][All Lists]
Advanced

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

gawk 3.1.3 compile fails on AIX


From: Robert . Wolf
Subject: gawk 3.1.3 compile fails on AIX
Date: Fri, 11 Mar 2005 13:54:31 -0500

Hello gawk fellows. 

Thanks for the efforts in the past and those to come in the future. 

Compiling gawk as a regular user on an IBM AIX 4.1.3 machine resulted in 
the following error. 

ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext 
ld: 0711-317 ERROR: Undefined symbol: ..libintl_bindtextdomain 
ld: 0711-317 ERROR: Undefined symbol: ..libintl_textdomain 
ld: 0711-317 ERROR: Undefined symbol: ..libintl_dgettext 
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
information. 
collect2: ld returned 8 exit status 
make: 1254-004 The error code from the last command is 1. 


Stop. 
make: 1254-004 The error code from the last command is 1. 


Stop. 
make: 1254-004 The error code from the last command is 2. 


Stop. 




The fix I found was 

configure --prefix=/home/rwolf/tools --with-included-gettext --disable-nls 



If I may make a suggestion, could you add some comments in the INSTALL 
file about the various options available for configure. 

Thanks 

Below is the output from configure, make, and make install.

Note there are some C compiler warnings that need some code changes. 

hecking for a BSD-compatible install... ./install-sh -c 
checking whether build environment is sane... yes 
checking for gawk... no 
checking for mawk... no 
checking for nawk... nawk 
checking whether make sets $(MAKE)... yes 
checking for egrep... grep -E 
checking for bison... no 
checking for byacc... no 
checking whether ln -s works... yes 
checking for gcc... gcc 
checking for C compiler default output... 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 accepts -g... yes 
checking for gcc option to accept ANSI C... none needed 
checking for style of include used by make... GNU 
checking dependency style of gcc... gcc 
checking how to run the C preprocessor... gcc -E 
checking for ranlib... ranlib 
checking for a BSD-compatible install... ./install-sh -c 
checking whether make sets $(MAKE)... (cached) yes 
checking for special development options... no 
checking for AIX... yes 
checking for strerror in -lcposix... no 
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 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...  1 
checking for AIX compilation hacks... yes 
checking for Linux/Alpha compilation hacks... no 
checking for gcc option to accept ANSI C... none needed 
checking for function prototypes... yes 
checking for ANSI C header files... (cached) yes 
checking for string.h... (cached) yes 
checking whether NLS is requested... no 
checking for msgfmt... /usr/local/bin/msgfmt 
checking for gmsgfmt... /usr/local/bin/msgfmt 
checking for xgettext... no 
checking for msgmerge... no 
checking build system type... powerpc-ibm-aix4.3.3.0 
checking host system type... powerpc-ibm-aix4.3.3.0 
checking for an ANSI C-conforming const... yes 
checking for inline... inline 
checking for off_t... yes 
checking for size_t... yes 
checking for working alloca.h... no 
checking for alloca... yes 
checking for stdlib.h... (cached) yes 
checking for unistd.h... (cached) yes 
checking for getpagesize... yes 
checking for working mmap... no 
checking whether we are using the GNU C Library 2.1 or newer... no 
checking whether integer division by zero raises SIGFPE... no 
checking for unsigned long long... yes 
checking for uintmax_t... yes 
checking for inttypes.h... yes 
checking whether the inttypes.h PRIxNN macros are broken... no 
checking for ld used by GCC... /bin//ld 
checking if the linker (/bin//ld) is GNU ld... no 
checking for shared library run path origin... done 
checking argz.h usability... no 
checking argz.h presence... no 
checking for argz.h... no 
checking limits.h usability... yes 
checking limits.h presence... yes 
checking for limits.h... yes 
checking locale.h usability... yes 
checking locale.h presence... yes 
checking for locale.h... yes 
checking nl_types.h usability... yes 
checking nl_types.h presence... yes 
checking for nl_types.h... yes 
checking malloc.h usability... yes 
checking malloc.h presence... yes 
checking for malloc.h... yes 
checking stddef.h usability... yes 
checking stddef.h presence... yes 
checking for stddef.h... yes 
checking for stdlib.h... (cached) yes 
checking for string.h... (cached) yes 
checking for unistd.h... (cached) yes 
checking sys/param.h usability... yes 
checking sys/param.h presence... yes 
checking for sys/param.h... yes 
checking for feof_unlocked... no 
checking for fgets_unlocked... no 
checking for getc_unlocked... yes 
checking for getcwd... yes 
checking for getegid... yes 
checking for geteuid... yes 
checking for getgid... yes 
checking for getuid... yes 
checking for mempcpy... no 
checking for munmap... yes 
checking for putenv... yes 
checking for setenv... yes 
checking for setlocale... yes 
checking for stpcpy... yes 
checking for strcasecmp... yes 
checking for strdup... yes 
checking for strtoul... yes 
checking for tsearch... yes 
checking for __argz_count... no 
checking for __argz_stringify... no 
checking for __argz_next... no 
checking for __fsetlocking... no 
checking for iconv... yes 
checking how to link with libiconv... -liconv 
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft); 
checking for nl_langinfo and CODESET... yes 
checking for LC_MESSAGES... yes 
checking for bison... no 
checking whether NLS is requested... no 
checking whether to use NLS... no 
checking for ANSI C header files... (cached) yes 
checking for sys/wait.h that is POSIX.1 compatible... yes 
checking whether time.h and sys/time.h may both be included... yes 
checking fcntl.h usability... yes 
checking fcntl.h presence... yes 
checking for fcntl.h... yes 
checking for limits.h... (cached) yes 
checking for locale.h... (cached) yes 
checking libintl.h usability... yes 
checking libintl.h presence... yes 
checking for libintl.h... yes 
checking mcheck.h usability... no 
checking mcheck.h presence... no 
checking for mcheck.h... no 
checking netdb.h usability... yes 
checking netdb.h presence... yes 
checking for netdb.h... yes 
checking netinet/in.h usability... yes 
checking netinet/in.h presence... yes 
checking for netinet/in.h... yes 
checking signum.h usability... no 
checking signum.h presence... no 
checking for signum.h... no 
checking stdarg.h usability... yes 
checking stdarg.h presence... yes 
checking for stdarg.h... yes 
checking for string.h... (cached) yes 
checking for sys/param.h... (cached) yes 
checking sys/socket.h usability... yes 
checking sys/socket.h presence... yes 
checking for sys/socket.h... yes 
checking sys/time.h usability... yes 
checking sys/time.h presence... yes 
checking for sys/time.h... yes 
checking for unistd.h... (cached) yes 
checking termios.h usability... yes 
checking termios.h presence... yes 
checking for termios.h... yes 
checking stropts.h usability... yes 
checking stropts.h presence... yes 
checking for stropts.h... yes 
checking wchar.h usability... yes 
checking wchar.h presence... yes 
checking for wchar.h... yes 
checking wctype.h usability... yes 
checking wctype.h presence... yes 
checking for wctype.h... yes 
checking for memory.h... (cached) yes 
checking for pid_t... yes 
checking return type of signal handlers... void 
checking for size_t... (cached) yes 
checking for uid_t in sys/types.h... yes 
checking type of array argument to getgroups... gid_t 
checking for long long... yes 
checking for unsigned long long... (cached) yes 
checking for intmax_t... yes 
checking for uintmax_t... (cached) yes 
checking for ssize_t... yes 
checking for vprintf... yes 
checking for _doprnt... yes 
checking for stdlib.h... (cached) yes 
checking for strtod... yes 
checking for strtod with C89 semantics... yes 
checking for sys/time.h... (cached) yes 
checking for unistd.h... (cached) yes 
checking for alarm... yes 
checking for working mktime... no 
checking for fmod in -lm... yes 
checking for fmod... yes 
checking for getgrent... yes 
checking for getgroups... yes 
checking for grantpt... yes 
checking for mbrlen... yes 
checking for mbrtowc... yes 
checking for memcmp... yes 
checking for memcpy... yes 
checking for memset... yes 
checking for setlocale... (cached) yes 
checking for snprintf... yes 
checking for strchr... yes 
checking for strerror... yes 
checking for strftime... yes 
checking for strncasecmp... yes 
checking for strtod... (cached) yes 
checking for system... yes 
checking for tzset... yes 
checking for wcrtomb... yes 
checking for wcscoll... yes 
checking dlfcn.h usability... yes 
checking dlfcn.h presence... yes 
checking for dlfcn.h... yes 
checking for dlopen in -ldl... yes 
checking whether getpgrp requires zero arguments... yes 
checking for gethostbyname... yes 
checking for connect... yes 
checking where to find the socket library calls... the standard library 
checking for struct stat.st_blksize... yes 
checking whether time.h and sys/time.h may both be included... (cached) 
yes 
checking whether struct tm is in sys/time.h or time.h... time.h 
checking for struct tm.tm_zone... no 
checking for tzname... yes 
checking whether char is unsigned... yes 
checking for an ANSI C-conforming const... (cached) yes 
checking for inline... (cached) inline 
checking for preprocessor stringizing operator... yes 
configure: creating ./config.status 
config.status: creating Makefile 
config.status: creating awklib/Makefile 
config.status: creating doc/Makefile 
config.status: creating intl/Makefile 
config.status: creating po/Makefile.in 
config.status: creating test/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 

devcore[/home/rwolf/tools/gawk-3.1.3] 
make 
        make 'CFLAGS=-g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1' 
'LDFLAGS=' all-recursive 
Making all in intl 
Target "all" is up to date. 
Making all in . 
        source='array.c' object='array.o' libtool=no 
depfile='.deps/array.Po' tmpdepfile='.deps/array.TPo'  depmode=gcc /bin/sh 
./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'array.c' || echo './'`array.c 
        source='awkgram.c' object='awkgram.o' libtool=no 
depfile='.deps/awkgram.Po' tmpdepfile='.deps/awkgram.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'awkgram.c' || echo './'`awkgram.c 
        source='builtin.c' object='builtin.o' libtool=no 
depfile='.deps/builtin.Po' tmpdepfile='.deps/builtin.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'builtin.c' || echo './'`builtin.c 
builtin.c: In function `format_tree': 
builtin.c:918: warning: decimal constant is so large that it is unsigned 
builtin.c:994: warning: decimal constant is so large that it is unsigned 
        source='ext.c' object='ext.o' libtool=no  depfile='.deps/ext.Po' 
tmpdepfile='.deps/ext.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'ext.c' || echo 
'./'`ext.c 
        source='field.c' object='field.o' libtool=no 
depfile='.deps/field.Po' tmpdepfile='.deps/field.TPo'  depmode=gcc /bin/sh 
./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'field.c' || echo './'`field.c 
        source='gawkmisc.c' object='gawkmisc.o' libtool=no 
depfile='.deps/gawkmisc.Po' tmpdepfile='.deps/gawkmisc.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'gawkmisc.c' || echo './'`gawkmisc.c 
        source='getopt.c' object='getopt.o' libtool=no 
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'getopt.c' || echo './'`getopt.c 
        source='getopt1.c' object='getopt1.o' libtool=no 
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'getopt1.c' || echo './'`getopt1.c 
        source='io.c' object='io.o' libtool=no  depfile='.deps/io.Po' 
tmpdepfile='.deps/io.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'io.c' || echo 
'./'`io.c 
io.c: In function `socketopen': 
io.c:1173: warning: passing arg 3 of `naccept' from incompatible pointer 
type 
io.c:1187: warning: passing arg 6 of `nrecvfrom' from incompatible pointer 
type 
        source='main.c' object='main.o' libtool=no depfile='.deps/main.Po' 
tmpdepfile='.deps/main.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'main.c' || echo 
'./'`main.c 
        source='msg.c' object='msg.o' libtool=no  depfile='.deps/msg.Po' 
tmpdepfile='.deps/msg.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'msg.c' || echo 
'./'`msg.c 
        source='node.c' object='node.o' libtool=no depfile='.deps/node.Po' 
tmpdepfile='.deps/node.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'node.c' || echo 
'./'`node.c 
        source='random.c' object='random.o' libtool=no 
depfile='.deps/random.Po' tmpdepfile='.deps/random.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'random.c' || echo './'`random.c 
        source='re.c' object='re.o' libtool=no  depfile='.deps/re.Po' 
tmpdepfile='.deps/re.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 're.c' || echo 
'./'`re.c 
        source='regex.c' object='regex.o' libtool=no 
depfile='.deps/regex.Po' tmpdepfile='.deps/regex.TPo'  depmode=gcc /bin/sh 
./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'regex.c' || echo './'`regex.c 
        source='replace.c' object='replace.o' libtool=no 
depfile='.deps/replace.Po' tmpdepfile='.deps/replace.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'replace.c' || echo './'`replace.c 
        source='version.c' object='version.o' libtool=no 
depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'version.c' || echo './'`version.c 
        source='eval.c' object='eval.o' libtool=no depfile='.deps/eval.Po' 
tmpdepfile='.deps/eval.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DDEFPATH="\".:/home/rwolf/tools/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" -I. -I. -I. -I./intl -g 
-O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c `test -f 'eval.c' || echo 
'./'`eval.c 
        source='profile.c' object='profile.o' libtool=no 
depfile='.deps/profile.Po' tmpdepfile='.deps/profile.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'profile.c' || echo './'`profile.c 
        gcc  -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1   -o gawk 
array.o awkgram.o  builtin.o ext.o field.o  gawkmisc.o getopt.o getopt1.o 
io.o main.o msg.o  node.o random.o re.o  regex.o replace.o version.o 
eval.o profile.o  -ldl -lm 
        source='eval_p.c' object='eval_p.o' libtool=no 
depfile='.deps/eval_p.Po' tmpdepfile='.deps/eval_p.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'eval_p.c' || echo './'`eval_p.c 
        source='profile_p.c' object='profile_p.o' libtool=no 
depfile='.deps/profile_p.Po' tmpdepfile='.deps/profile_p.TPo'  depmode=gcc 
/bin/sh ./depcomp  gcc -DDEFPATH="\".:/home/rwolf/tools/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/home/rwolf/tools/share/locale\"" 
-I. -I. -I. -I./intl     -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -c 
`test -f 'profile_p.c' || echo './'`profile_p.c 
        gcc  -g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1   -o pgawk 
array.o awkgram.o  builtin.o ext.o field.o  gawkmisc.o getopt.o getopt1.o 
io.o main.o msg.o  node.o random.o re.o  regex.o replace.o version.o 
eval_p.o  profile_p.o  -ldl -lm 
Target "all-am" is up to date. 
Making all in awklib 
        gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -g -O2 
-D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 ./eg/lib/pwcat.c  -o pwcat 
        gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -g -O2 
-D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 ./eg/lib/grcat.c  -o grcat 
        cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk 
        (cd ./eg/lib ;  sed 
's;/usr/local/libexec/awk;/home/rwolf/tools/libexec/awk;' < passwdawk.in) 
> passwd.awk 
        (cd ./eg/lib ;  sed 
's;/usr/local/libexec/awk;/home/rwolf/tools/libexec/awk;' < groupawk.in) > 
group.awk 
Target "all" is up to date. 
Making all in doc 
Target "all" is up to date. 
Making all in po 
Target "all" is up to date. 
Making all in test 
Target "all" is up to date. 

devcore[/home/rwolf/tools/gawk-3.1.3] 
make install 
Making install in intl 
        if { test "gawk" = "gettext-runtime" || test "gawk" = 
"gettext-tools"; }  && test 'no' = yes; then  /bin/sh .././mkinstalldirs 
/home/rwolf/tools/lib /home/rwolf/tools/include;  .././install-sh -c -m 
644 libintl.h /home/rwolf/tools/include/libintl.h;  @LIBTOOL@ 
--mode=install  .././install-sh -c -m 644 libintl.a 
/home/rwolf/tools/lib/libintl.a;  if test "@RELOCATABLE@" = yes; then 
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < 
/home/rwolf/tools/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`;  if test 
-n "ependencies"; then  rm -f /home/rwolf/tools/lib/libintl.la;  fi;  fi; 
else  : ;  fi 
        if test "gawk" = "gettext-tools"  && test 'no' = no; then  /bin/sh 
.././mkinstalldirs /home/rwolf/tools/lib;  @LIBTOOL@ --mode=install 
.././install-sh -c -m 644 libgnuintl.a /home/rwolf/tools/lib/libgnuintl.a; 
 rm -f /home/rwolf/tools/lib/preloadable_libintl.so;  .././install-sh -c 
-m 644 /home/rwolf/tools/lib/libgnuintl.so 
/home/rwolf/tools/lib/preloadable_libintl.so;  @LIBTOOL@ --mode=uninstall 
rm -f /home/rwolf/tools/lib/libgnuintl.a;  else  : ;  fi 
        if test 'no' = yes; then  test no != no || /bin/sh 
.././mkinstalldirs /home/rwolf/tools/lib; 
temp=/home/rwolf/tools/lib/t-charset.alias; 
dest=/home/rwolf/tools/lib/charset.alias;  if test -f 
/home/rwolf/tools/lib/charset.alias; then 
orig=/home/rwolf/tools/lib/charset.alias;  sed -f ref-add.sed $orig > 
$temp;  .././install-sh -c -m 644 $temp $dest;  rm -f $temp;  else  if 
test no = no; then  orig=charset.alias;  sed -f ref-add.sed $orig > $temp; 
 .././install-sh -c -m 644 $temp $dest;  rm -f $temp;  fi;  fi;  /bin/sh 
.././mkinstalldirs /home/rwolf/tools/share/locale;  test -f 
/home/rwolf/tools/share/locale/locale.alias  && 
orig=/home/rwolf/tools/share/locale/locale.alias  || orig=./locale.alias; 
temp=/home/rwolf/tools/share/locale/t-locale.alias; 
dest=/home/rwolf/tools/share/locale/locale.alias;  sed -f ref-add.sed 
$orig > $temp;  .././install-sh -c -m 644 $temp $dest;  rm -f $temp;  else 
 : ;  fi 
        if test "gawk" = "gettext-tools"; then  /bin/sh .././mkinstalldirs 
/home/rwolf/tools/share/gettext/intl;  .././install-sh -c -m 644 VERSION 
/home/rwolf/tools/share/gettext/intl/VERSION;  .././install-sh -c -m 644 
ChangeLog.inst /home/rwolf/tools/share/gettext/intl/ChangeLog; 
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in  config.charset 
locale.alias ref-add.sin ref-del.sin gmo.h  gettextP.h  hash-string.h 
loadinfo.h  plural-exp.h  eval-plural.h  localcharset.h  relocatable.h 
os2compat.h  libgnuintl.h.in bindtextdom.c  dcgettext.c  dgettext.c 
gettext.c  finddomain.c  loadmsgcat.c  localealias.c  textdomain.c 
l10nflist.c  explodename.c  dcigettext.c  dcngettext.c  dngettext.c 
ngettext.c  plural.y  plural-exp.c  localcharset.c  relocatable.c 
localename.c  log.c  osdep.c  os2compat.c  intl-compat.c";  for file in 
$dists; do  .././install-sh -c -m 644 ./$file 
/home/rwolf/tools/share/gettext/intl/$file;  done;  chmod a+x 
/home/rwolf/tools/share/gettext/intl/config.charset;  dists="plural.c"; 
for file in $dists; do  if test -f $file; then dir=.; else dir=.; fi; 
.././install-sh -c -m 644 $dir/$file 
/home/rwolf/tools/share/gettext/intl/$file;  done;  dists="xopen-msg.sed 
linux-msg.sed po2tbl.sed.in cat-compat.c  COPYING.LIB-2 gettext.h 
libgettext.h plural-eval.c libgnuintl.h";  for file in $dists; do  rm -f 
/home/rwolf/tools/share/gettext/intl/$file;  done;  else  : ;  fi 
Target "install" is up to date. 
Making install in . 
        /bin/sh ./mkinstalldirs /home/rwolf/tools/bin 
  ./install-sh -c gawk /home/rwolf/tools/bin/gawk 
  ./install-sh -c pgawk /home/rwolf/tools/bin/pgawk 
        make 'CFLAGS=-g -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1' 
'LDFLAGS=' install-exec-hook 
        (fullname=gawk-`./gawk --version | sed 1q | awk '{print $3}'` ; cd 
/home/rwolf/tools/bin;  ln gawk $fullname 2>/dev/null ;  ln pgawk 
p$fullname 2>/dev/null ;  if [ ! -f awk ];  then  ln -s gawk awk;  fi; 
exit 0) 
Target "install-data-am" is up to date. 
Making install in awklib 
        /bin/sh ../mkinstalldirs /home/rwolf/tools/bin 
 .././install-sh -c igawk /home/rwolf/tools/bin/igawk 
        /bin/sh ../mkinstalldirs /home/rwolf/tools/libexec/awk 
mkdir -p -- /home/rwolf/tools/libexec/awk 
  .././install-sh -c pwcat /home/rwolf/tools/libexec/awk/pwcat 
  .././install-sh -c grcat /home/rwolf/tools/libexec/awk/grcat 
        make  install-exec-hook 
        /bin/sh ../mkinstalldirs /home/rwolf/tools/share/awk 
mkdir -p -- /home/rwolf/tools/share/awk 
        for i in passwd.awk group.awk ./eg/lib/*.awk ; do  progname=`echo 
$i | sed 's;.*/;;'` ;  .././install-sh -c -m 644 $i 
/home/rwolf/tools/share/awk/$progname ;  done 
Target "install-data-am" is up to date. 
Target "install" is up to date. 
Making install in doc 
Target "install-exec-am" is up to date. 
        /bin/sh ../mkinstalldirs /home/rwolf/tools/info 
 .././install-sh -c -m 644 ./gawk.info /home/rwolf/tools/info/gawk.info 
 .././install-sh -c -m 644 ./gawkinet.info 
/home/rwolf/tools/info/gawkinet.info 
 install-info --info-dir=/home/rwolf/tools/info 
/home/rwolf/tools/info/gawk.info 
 install-info --info-dir=/home/rwolf/tools/info 
/home/rwolf/tools/info/gawkinet.info 
        /bin/sh ../mkinstalldirs /home/rwolf/tools/man/man1 
 .././install-sh -c -m 644 ./gawk.1 /home/rwolf/tools/man/man1/gawk.1 
 .././install-sh -c -m 644 ./igawk.1 /home/rwolf/tools/man/man1/igawk.1 
        make  install-data-hook 
        (cd /home/rwolf/tools/man/man1;  ln gawk.1 pgawk.1 2>/dev/null ; 
exit 0) 
Target "install" is up to date. 
Making install in po 
        if test "gawk" = "gettext-tools"; then  /bin/sh .././mkinstalldirs 
/home/rwolf/tools/share/gettext/po;  for file in Makefile.in.in 
remove-potcdate.sin  quot.sed boldquot.sed address@hidden 
address@hidden insert-header.sin Rules-quot   Makevars.template; do 
.././install-sh -c -m 644 ./$file 
/home/rwolf/tools/share/gettext/po/$file;  done;  for file in Makevars; do 
 rm -f /home/rwolf/tools/share/gettext/po/$file;  done;  else  : ;  fi 
Target "install" is up to date. 
Making install in test 
Target "install-exec-am" is up to date. 
Target "install-data-am" is up to date. 
Target "install" is up to date. 
Target "install" is up to date. 


reply via email to

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