soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.85k stars 388 forks source link

gawk command not found #445

Closed UnixCro closed 2 years ago

UnixCro commented 2 years ago
wget git.io/trans
cd trans 
chmod +x trans
./trans

/usr/local/bin/trans: line 5713: gawk: command not found
soimort commented 2 years ago

You need to install gawk.

UnixCro commented 2 years ago

And how?

soimort commented 2 years ago

And how?

https://www.gnu.org/software/gawk/manual/html_node/Installation.html

UnixCro commented 2 years ago
 ./bootstrap.sh && ./configure && make && make check

checking for a BSD-compatible install... ./build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin21.1.0
checking host system type... x86_64-apple-darwin21.1.0
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for bison... bison -y
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for variable-length arrays... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for special development options... no
checking for z/OS USS compilation... no
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking if we are using EBCDIC... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for locale.h... yes
checking for libintl.h... no
checking for mcheck.h... no
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for termios.h... yes
checking for stropts.h... no
checking for wchar.h... (cached) yes
checking for wctype.h... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for unsigned long long int... yes
checking for long long int... yes
checking for unsigned long long int... (cached) yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for ssize_t... yes
checking size of unsigned int... 4
checking size of unsigned long... 8
checking for socklen_t... yes
checking for alarm... yes
checking for working mktime... no
checking for getaddrinfo... yes
checking for library containing fmod... none required
checking for library containing isinf... none required
checking for library containing ismod... no
checking for libsigsegv... no, consider installing GNU libsigsegv
checking for __etoa_l... no
checking for atexit... yes
checking for btowc... yes
checking for fmod... yes
checking for gai_strerror... yes
checking for getgrent... yes
checking for getgroups... yes
checking for grantpt... yes
checking for fwrite_unlocked... no
checking for isascii... yes
checking for isblank... yes
checking for iswctype... yes
checking for iswlower... yes
checking for iswupper... yes
checking for mbrlen... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memcpy_ulong... no
checking for memmove... yes
checking for memset... yes
checking for memset_ulong... no
checking for mkstemp... yes
checking for mtrace... no
checking for posix_openpt... yes
checking for setenv... yes
checking for setlocale... yes
checking for setsid... yes
checking for sigprocmask... yes
checking for snprintf... yes
checking for strchr... yes
checking for strerror... yes
checking for strftime... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcoll... yes
checking for strtod... yes
checking for strtoul... yes
checking for system... yes
checking for timegm... yes
checking for tmpfile... yes
checking for towlower... yes
checking for towupper... yes
checking for tzset... yes
checking for usleep... yes
checking for waitpid... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wctype... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for dlfcn.h... yes
checking for library containing dlopen... none required
checking whether getpgrp requires zero arguments... yes
checking for printf %F format... yes
checking for printf %a format... yes
checking for gethostbyname... yes
checking for connect... yes
checking where to find the socket library calls... the standard library
checking whether readline via "-lreadline" is present and sane... yes
checking for history_list in -lreadline... no
checking whether mpfr via "-lmpfr -lgmp" is present and usable... no
checking for struct stat.st_blksize... yes
checking for struct passwd.pw_passwd... yes
checking for struct group.gr_passwd... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for gcc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict__
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating awklib/Makefile
config.status: creating doc/Makefile
config.status: creating extras/Makefile
config.status: creating po/Makefile.in
config.status: creating test/Makefile
config.status: creating gawkbug
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in extension (/Users//gawk/extension)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... ./build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin21.1.0
checking host system type... x86_64-apple-darwin21.1.0
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for z/OS USS compilation... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for struct stat.st_blksize... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin21.1.0 file names to x86_64-apple-darwin21.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin21.1.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for special development options... no
checking for fnmatch.h... yes
checking for limits.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/select.h... yes
checking for sys/statvfs.h... yes
checking for sys/sysmacros.h... no
checking for sys/time.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether mpfr via "-lmpfr -lgmp" is present and usable... no
checking for library containing fmod... none required
checking for fdopendir... yes
checking for fmod... yes
checking for fnmatch... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking for select... yes
checking for statvfs... yes
checking for GetSystemTimeAsFileTime... no
checking for gcc options needed to detect all undeclared functions... none needed
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking how to get the file descriptor associated with an open DIR*... no_such_member
checking for inline... inline
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing libtool commands
./build-aux/install-sh -c -d "."/pc && \
    cat "."/pc/Makefile.tst.prologue > "."/pc/Makefile.tst && \
    awk -f "."/pc/GenMakefileTst.awk "."/test/Makefile.in >> "."/pc/Makefile.tst
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in support
depbase=`echo dfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT dfa.o -MD -MP -MF $depbase.Tpo -c -o dfa.o dfa.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o getopt.o getopt.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o getopt1.o getopt1.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo localeinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT localeinfo.o -MD -MP -MF $depbase.Tpo -c -o localeinfo.o localeinfo.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT random.o -MD -MP -MF $depbase.Tpo -c -o random.o random.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo regex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT regex.o -MD -MP -MF $depbase.Tpo -c -o regex.o regex.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_at_failure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT malloc/dynarray_at_failure.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_at_failure.o malloc/dynarray_at_failure.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_emplace_enlarge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT malloc/dynarray_emplace_enlarge.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_emplace_enlarge.o malloc/dynarray_emplace_enlarge.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_finalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT malloc/dynarray_finalize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_finalize.o malloc/dynarray_finalize.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_resize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT malloc/dynarray_resize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize.o malloc/dynarray_resize.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_resize_clear.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT malloc/dynarray_resize_clear.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize_clear.o malloc/dynarray_resize_clear.c &&\
    mv -f $depbase.Tpo $depbase.Po
rm -f libsupport.a
ar cru libsupport.a dfa.o getopt.o getopt1.o localeinfo.o random.o regex.o malloc/dynarray_at_failure.o malloc/dynarray_emplace_enlarge.o malloc/dynarray_finalize.o malloc/dynarray_resize.o malloc/dynarray_resize_clear.o 
ranlib libsupport.a
Making all in .
depbase=`echo array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT array.o -MD -MP -MF $depbase.Tpo -c -o array.o array.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo awkgram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT awkgram.o -MD -MP -MF $depbase.Tpo -c -o awkgram.o awkgram.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo builtin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT builtin.o -MD -MP -MF $depbase.Tpo -c -o builtin.o builtin.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo cint_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT cint_array.o -MD -MP -MF $depbase.Tpo -c -o cint_array.o cint_array.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo command.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT command.o -MD -MP -MF $depbase.Tpo -c -o command.o command.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o eval.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo ext.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT ext.o -MD -MP -MF $depbase.Tpo -c -o ext.o ext.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo field.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT field.o -MD -MP -MF $depbase.Tpo -c -o field.o field.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo floatcomp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT floatcomp.o -MD -MP -MF $depbase.Tpo -c -o floatcomp.o floatcomp.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo gawkapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT gawkapi.o -MD -MP -MF $depbase.Tpo -c -o gawkapi.o gawkapi.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo gawkmisc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT gawkmisc.o -MD -MP -MF $depbase.Tpo -c -o gawkmisc.o gawkmisc.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo int_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT int_array.o -MD -MP -MF $depbase.Tpo -c -o int_array.o int_array.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT io.o -MD -MP -MF $depbase.Tpo -c -o io.o io.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo mpfr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT mpfr.o -MD -MP -MF $depbase.Tpo -c -o mpfr.o mpfr.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT msg.o -MD -MP -MF $depbase.Tpo -c -o msg.o msg.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo node.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT node.o -MD -MP -MF $depbase.Tpo -c -o node.o node.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo profile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT profile.o -MD -MP -MF $depbase.Tpo -c -o profile.o profile.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo re.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT re.o -MD -MP -MF $depbase.Tpo -c -o re.o re.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo replace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT replace.o -MD -MP -MF $depbase.Tpo -c -o replace.o replace.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo str_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT str_array.o -MD -MP -MF $depbase.Tpo -c -o str_array.o str_array.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo symbol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT symbol.o -MD -MP -MF $depbase.Tpo -c -o symbol.o symbol.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DDEFPATH='".:/usr/local/share/awk"' -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I"./support" -I.    -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o version.c &&\
    mv -f $depbase.Tpo $depbase.Po
gcc -g -O2 -DNDEBUG -g -O2 -DNDEBUG   -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o re.o replace.o str_array.o symbol.o version.o support/libsupport.a    -lreadline  
Making all in extension
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in po
make[4]: Nothing to be done for `all'.
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c -o readdir_test.lo readdir_test.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c readdir_test.c  -fno-common -DPIC -o .libs/readdir_test.o
mv -f .deps/readdir_test.Tpo .deps/readdir_test.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined -rpath /foo  -o readdir_test.la  readdir_test.lo  
libtool: link: gcc  -o .libs/readdir_test.so -bundle  .libs/readdir_test.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "readdir_test.la" && ln -s "../readdir_test.la" "readdir_test.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c -o testext.lo testext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c testext.c  -fno-common -DPIC -o .libs/testext.o
mv -f .deps/testext.Tpo .deps/testext.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined -rpath /foo  -o testext.la  testext.lo  
libtool: link: gcc  -o .libs/testext.so -bundle  .libs/testext.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "testext.la" && ln -s "../testext.la" "testext.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c -o filefuncs.lo filefuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c filefuncs.c  -fno-common -DPIC -o .libs/filefuncs.o
mv -f .deps/filefuncs.Tpo .deps/filefuncs.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c  -fno-common -DPIC -o .libs/stack.o
mv -f .deps/stack.Tpo .deps/stack.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c -o gawkfts.lo gawkfts.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c gawkfts.c  -fno-common -DPIC -o .libs/gawkfts.o
mv -f .deps/gawkfts.Tpo .deps/gawkfts.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o filefuncs.la -rpath /usr/local/lib/gawk filefuncs.lo stack.lo gawkfts.lo  
libtool: link: gcc  -o .libs/filefuncs.so -bundle  .libs/filefuncs.o .libs/stack.o .libs/gawkfts.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "filefuncs.la" && ln -s "../filefuncs.la" "filefuncs.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c -o fnmatch.lo fnmatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c fnmatch.c  -fno-common -DPIC -o .libs/fnmatch.o
mv -f .deps/fnmatch.Tpo .deps/fnmatch.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o fnmatch.la -rpath /usr/local/lib/gawk fnmatch.lo  
libtool: link: gcc  -o .libs/fnmatch.so -bundle  .libs/fnmatch.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "fnmatch.la" && ln -s "../fnmatch.la" "fnmatch.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo fork.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c  -fno-common -DPIC -o .libs/fork.o
mv -f .deps/fork.Tpo .deps/fork.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o fork.la -rpath /usr/local/lib/gawk fork.lo  
libtool: link: gcc  -o .libs/fork.so -bundle  .libs/fork.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "fork.la" && ln -s "../fork.la" "fork.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c -o inplace.lo inplace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c inplace.c  -fno-common -DPIC -o .libs/inplace.o
mv -f .deps/inplace.Tpo .deps/inplace.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o inplace.la -rpath /usr/local/lib/gawk inplace.lo  
libtool: link: gcc  -o .libs/inplace.so -bundle  .libs/inplace.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "inplace.la" && ln -s "../inplace.la" "inplace.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c -o intdiv.lo intdiv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c intdiv.c  -fno-common -DPIC -o .libs/intdiv.o
mv -f .deps/intdiv.Tpo .deps/intdiv.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o intdiv.la -rpath /usr/local/lib/gawk intdiv.lo   -lm 
libtool: link: gcc  -o .libs/intdiv.so -bundle  .libs/intdiv.o   -lm  -g -O2  
libtool: link: ( cd ".libs" && rm -f "intdiv.la" && ln -s "../intdiv.la" "intdiv.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c -o ordchr.lo ordchr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c ordchr.c  -fno-common -DPIC -o .libs/ordchr.o
mv -f .deps/ordchr.Tpo .deps/ordchr.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o ordchr.la -rpath /usr/local/lib/gawk ordchr.lo  
libtool: link: gcc  -o .libs/ordchr.so -bundle  .libs/ordchr.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "ordchr.la" && ln -s "../ordchr.la" "ordchr.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c -o readdir.lo readdir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c readdir.c  -fno-common -DPIC -o .libs/readdir.o
mv -f .deps/readdir.Tpo .deps/readdir.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o readdir.la -rpath /usr/local/lib/gawk readdir.lo  
libtool: link: gcc  -o .libs/readdir.so -bundle  .libs/readdir.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "readdir.la" && ln -s "../readdir.la" "readdir.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c -o readfile.lo readfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c readfile.c  -fno-common -DPIC -o .libs/readfile.o
mv -f .deps/readfile.Tpo .deps/readfile.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o readfile.la -rpath /usr/local/lib/gawk readfile.lo  
libtool: link: gcc  -o .libs/readfile.so -bundle  .libs/readfile.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "readfile.la" && ln -s "../readfile.la" "readfile.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c -o revoutput.lo revoutput.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c revoutput.c  -fno-common -DPIC -o .libs/revoutput.o
mv -f .deps/revoutput.Tpo .deps/revoutput.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o revoutput.la -rpath /usr/local/lib/gawk revoutput.lo  
libtool: link: gcc  -o .libs/revoutput.so -bundle  .libs/revoutput.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "revoutput.la" && ln -s "../revoutput.la" "revoutput.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c -o revtwoway.lo revtwoway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c revtwoway.c  -fno-common -DPIC -o .libs/revtwoway.o
mv -f .deps/revtwoway.Tpo .deps/revtwoway.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -module -avoid-version -no-undefined  -o revtwoway.la -rpath /usr/local/lib/gawk revtwoway.lo  
libtool: link: gcc  -o .libs/revtwoway.so -bundle  .libs/revtwoway.o    -g -O2  
libtool: link: ( cd ".libs" && rm -f "revtwoway.la" && ln -s "../revtwoway.la" "revtwoway.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./..   -g -O2 -Wall -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c -o rwarray.lo rwarray.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -Wall -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c rwarray.c  -fno-common -DPIC -o .libs/rwarray.o
rwarray.c:82:2: error: unknown type name 'mpz_t'
        mpz_t mpz_val;
        ^
rwarray.c:83:2: error: unknown type name 'mpfr_t'
        mpfr_t mpfr_val;
        ^
rwarray.c:425:4: error: implicit declaration of function 'mpz_clear' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        mpz_clear(v->num_ptr);
                        ^
rwarray.c:428:4: error: implicit declaration of function 'mpfr_clear' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        mpfr_clear(v->num_ptr);
                        ^
rwarray.c:428:4: note: did you mean 'mpz_clear'?
rwarray.c:425:4: note: 'mpz_clear' declared here
                        mpz_clear(v->num_ptr);
                        ^
rwarray.c:823:15: error: called object type 'awk_ext_id_t' (aka 'void *') is not a function or function pointer
                fatal(ext_id(_("rwarray extension: GMP/MPFR value in file but compiled without GMP/MPFR support."));
                      ~~~~~~^
rwarray.c:823:102: error: expected ')'
                fatal(ext_id(_("rwarray extension: GMP/MPFR value in file but compiled without GMP/MPFR support."));
                                                                                                                   ^
rwarray.c:823:8: note: to match this '('
                fatal(ext_id(_("rwarray extension: GMP/MPFR value in file but compiled without GMP/MPFR support."));
                     ^
6 errors generated.
make[4]: *** [rwarray.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2