Determining whether /usr/lib64 is probably used No, /usr/lib64 is probably not used Will use PREFIX=/usr Will use SRCDIR=/home/andrew/lpg Will use PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin Will use LD_LIBRARY_PATH= Will use PKG_CONFIG_PATH= Will use LIBDIR=/usr/lib Will use CC=gcc Will use CXX=g++ Before proceeding further, make sure that you're ready to go (look inside the install script): 1) configured PREFIX and SRCDIR the way you wish (as well as CC and CXX if you're into using non-GCC compilers when the distro defaults to GCC); 2) configured PKG_CONFIG_PATH if necessary 3) purged any installed distro packages for libticonv, libtifiles, libticables, libticalcs, gfm, tilp. 4) installed the build dependencies listed in the script. For instance: Debian 8: apt-get install build-essential git autoconf automake autopoint libtool libtool-bin libglib2.0-dev zlib1g-dev libusb-1.0-0-dev libgtk2.0-dev libglade2-dev gettext bison flex groff texinfo xdg-utils libarchive-dev intltool Fedora 23: dnf install git gcc gcc-c++ make pkgconfig autoconf automake libtool glib2-devel zlib-devel libusb1-devel gtk2-devel libglade2-devel gettext bison flex groff texinfo xdg-utils libarchive-devel intltool xz CentOS 7: yum install git gcc gcc-c++ make pkgconfig autoconf automake libtool glib2-devel zlib-devel libusb1-devel gtk2-devel libglade2-devel gettext bison flex groff texinfo xdg-utils libarchive-devel intltool xz OpenSUSE 42.1: zypper install git gcc gcc-c++ make pkg-config autoconf automake libtool glib2-devel zlib-devel libusb-1_0-devel gtk2-devel libglade2-devel gettext-tools bison flex groff texinfo xdg-utils libarchive-devel intltool xz Alpine 3.3: apk add git gcc g++ make pkgconfig autoconf automake libtool glib-dev zlib-dev libusb-dev gtk+-dev libglade-dev gettext-dev bison flex groff texinfo xdg-utils libarchive-dev intltool xz Arch Linux 2015.06.01 + upgrades: pacman -S git gcc make pkgconfig autoconf automake libtool glib2 zlib libusb gtk2 libglade gettext bison flex groff texinfo xdg-utils libarchive intltool xz MacOS X: brew install gettext libarchive autoconf automake libtool glib lzlib libusb gtk+ libglade sdl bison flex texinfo intltool brew link --force libarchive gettext (you can use 'brew unlink' later). Otherwise, either the build will fail, or the system may not use the just-built version (e.g. if you didn't purge the distro packages) ! ENTER to proceed, CTRL + C to abort. Creating output folder if necessary Performing a quick rough sanity check on compilers Hello World ! CC=gcc exists and is not totally broken Hello World ! CXX=g++ exists and is not totally broken Checking whether /usr can be written to === Downloading tilibs === Updating tilibs Already up-to-date. === Downloading tilp_and_gfm === Updating tilp_and_gfm Already up-to-date. === libticonv === Configuring tilibs/libticonv libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for library containing strerror... none required checking for gawk... (cached) gawk checking for tfdocgen... no checking for windres... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for memset... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/mingw/Makefile config.status: creating docs/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating ticonv.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Now, you can type 'make' and 'make install'. Building tilibs/libticonv make all-recursive make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' Making all in build/mingw make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' Making all in src make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' Making all in tests make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' Installing tilibs/libticonv Making install in build/mingw make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/build/mingw' Making install in src make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' /bin/mkdir -p '/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libticonv.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libticonv.so.9.0.4 /usr/lib/libticonv.so.9.0.4 libtool: install: (cd /usr/lib && { ln -s -f libticonv.so.9.0.4 libticonv.so.9 || { rm -f libticonv.so.9 && ln -s libticonv.so.9.0.4 libticonv.so.9; }; }) libtool: install: (cd /usr/lib && { ln -s -f libticonv.so.9.0.4 libticonv.so || { rm -f libticonv.so && ln -s libticonv.so.9.0.4 libticonv.so; }; }) libtool: install: /usr/bin/install -c .libs/libticonv.lai /usr/lib/libticonv.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/include/tilp2' /usr/bin/install -c -m 644 ticonv.h export4.h charset.h '/usr/include/tilp2' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/src' Making install in tests make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk/tests' make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ticonv.pc '/usr/lib/pkgconfig' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticonv/trunk' /home/andrew/lpg/tilp === libtifiles === Configuring tilibs/libtifiles libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for library containing strerror... none required checking for gawk... (cached) gawk checking for tfdocgen... no checking for windres... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for TICONV... yes checking for ARCHIVE... yes checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for memset... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/mingw/Makefile config.status: creating docs/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tifiles2.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Now, you can type 'make' and 'make install'. Building tilibs/libtifiles make all-recursive make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' Making all in build/mingw make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' Making all in po make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/po' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/po' Making all in src make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' Making all in tests make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' Installing tilibs/libtifiles Making install in build/mingw make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/build/mingw' Making install in po make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/po' installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/libtifiles2.mo if test "libtifiles2" = "gettext-tools"; then \ /bin/mkdir -p /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/po' Making install in src make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' /bin/mkdir -p '/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libtifiles2.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libtifiles2.so.11.0.2 /usr/lib/libtifiles2.so.11.0.2 libtool: install: (cd /usr/lib && { ln -s -f libtifiles2.so.11.0.2 libtifiles2.so.11 || { rm -f libtifiles2.so.11 && ln -s libtifiles2.so.11.0.2 libtifiles2.so.11; }; }) libtool: install: (cd /usr/lib && { ln -s -f libtifiles2.so.11.0.2 libtifiles2.so || { rm -f libtifiles2.so && ln -s libtifiles2.so.11.0.2 libtifiles2.so; }; }) libtool: install: /usr/bin/install -c .libs/libtifiles2.lai /usr/lib/libtifiles2.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/include/tilp2' /usr/bin/install -c -m 644 tifiles.h export2.h files8x.h files9x.h types73.h types82.h types83.h types83p.h types84p.h types85.h types86.h types89.h types89t.h types92.h types92p.h typesnsp.h typesv2.h typesxx.h '/usr/include/tilp2' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/src' Making install in tests make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk/tests' make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 tifiles2.pc '/usr/lib/pkgconfig' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libtifiles/trunk' /home/andrew/lpg/tilp === libticables === Configuring tilibs/libticables libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for library containing strerror... none required checking for gawk... (cached) gawk checking for tfdocgen... no checking for windres... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking whether to enable USB through libusb 0.1.x... (cached) yes checking whether to enable USB through libusb 1.0.x... (cached) yes checking for LIBUSB10... yes checking for libusb_strerror in -lusb-1.0... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking linux/parport.h usability... yes checking linux/parport.h presence... yes checking for linux/parport.h... yes checking linux/ppdev.h usability... yes checking linux/ppdev.h presence... yes checking for linux/ppdev.h... yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking linux/ticable.h usability... no checking linux/ticable.h presence... no checking for linux/ticable.h... no checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking whether time.h and sys/time.h may both be included... yes checking whether gcc needs -traditional... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for cfmakeraw... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking whether to enable logging... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/mingw/Makefile config.status: creating docs/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating src/win32/dha/Makefile config.status: creating src/win64/rwp/Makefile config.status: creating tests/Makefile config.status: creating ticables2.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Now, you can type 'make' and 'make install'. Logging has been enabled. Log files are generated in a user's home directory. Building tilibs/libticables make all-recursive make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' Making all in build/mingw make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' Making all in po make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/po' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/po' Making all in src make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' Making all in win32/dha make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' Making all in win64/rwp make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' Making all in tests make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' Installing tilibs/libticables Making install in build/mingw make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/build/mingw' Making install in po make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/po' installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/libticables2.mo if test "libticables2" = "gettext-tools"; then \ /bin/mkdir -p /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/po' Making install in src make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' Making install in win32/dha make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win32/dha' Making install in win64/rwp make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src/win64/rwp' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' /bin/mkdir -p '/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libticables2.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libticables2.so.8.0.0 /usr/lib/libticables2.so.8.0.0 libtool: install: (cd /usr/lib && { ln -s -f libticables2.so.8.0.0 libticables2.so.8 || { rm -f libticables2.so.8 && ln -s libticables2.so.8.0.0 libticables2.so.8; }; }) libtool: install: (cd /usr/lib && { ln -s -f libticables2.so.8.0.0 libticables2.so || { rm -f libticables2.so && ln -s libticables2.so.8.0.0 libticables2.so; }; }) libtool: install: /usr/bin/install -c .libs/libticables2.lai /usr/lib/libticables2.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/include/tilp2' /usr/bin/install -c -m 644 ticables.h export1.h timeout.h '/usr/include/tilp2' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/src' Making install in tests make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk/tests' make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ticables2.pc '/usr/lib/pkgconfig' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticables/trunk' /home/andrew/lpg/tilp === libticalcs === Configuring tilibs/libticalcs libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for library containing strerror... none required checking for gawk... (cached) gawk checking for tfdocgen... no checking for windres... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for TICABLES... yes checking for TICONV... yes checking for TIFILES... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking whether gcc needs -traditional... no checking for bzero... yes checking for memmove... yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking for the host compiler... gcc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/mingw/Makefile config.status: creating docs/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating src/tf2hex/Makefile config.status: creating src/romdump_8x/Makefile config.status: creating src/romdump_84p_usb/Makefile config.status: creating src/romdump_9x/Makefile config.status: creating src/romdump_89t_usb/Makefile config.status: creating src/romdump_834pce_usb/Makefile config.status: creating tests/Makefile config.status: creating ticalcs2.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Now, you can type 'make' and 'make install'. Building tilibs/libticalcs make all-recursive make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' Making all in build/mingw make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' Making all in po make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/po' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/po' Making all in src make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make all-recursive make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' Making all in tf2hex make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' Making all in romdump_8x make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' Making all in romdump_84p_usb make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' Making all in romdump_834pce_usb make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' Making all in romdump_9x make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' Making all in romdump_89t_usb make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' Making all in tests make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' Installing tilibs/libticalcs Making install in build/mingw make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/build/mingw' Making install in po make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/po' installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/libticalcs2.mo installing de.gmo as /usr/share/locale/de/LC_MESSAGES/libticalcs2.mo if test "libticalcs2" = "gettext-tools"; then \ /bin/mkdir -p /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/po' Making install in src make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make install-recursive make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' Making install in tf2hex make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/tf2hex' Making install in romdump_8x make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_8x' Making install in romdump_84p_usb make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_84p_usb' Making install in romdump_834pce_usb make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_834pce_usb' Making install in romdump_9x make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_9x' Making install in romdump_89t_usb make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src/romdump_89t_usb' make[3]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[4]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' /bin/mkdir -p '/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libticalcs2.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libticalcs2.so.13.0.3 /usr/lib/libticalcs2.so.13.0.3 libtool: install: (cd /usr/lib && { ln -s -f libticalcs2.so.13.0.3 libticalcs2.so.13 || { rm -f libticalcs2.so.13 && ln -s libticalcs2.so.13.0.3 libticalcs2.so.13; }; }) libtool: install: (cd /usr/lib && { ln -s -f libticalcs2.so.13.0.3 libticalcs2.so || { rm -f libticalcs2.so && ln -s libticalcs2.so.13.0.3 libticalcs2.so; }; }) libtool: install: /usr/bin/install -c .libs/libticalcs2.lai /usr/lib/libticalcs2.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/include/tilp2' /usr/bin/install -c -m 644 ticalcs.h export3.h keys73.h keys83.h keys83p.h keys86.h keys89.h keys92p.h dbus_pkt.h dusb_rpkt.h dusb_vpkt.h dusb_cmd.h nsp_vpkt.h nsp_cmd.h cmdz80.h cmd68k.h '/usr/include/tilp2' make[4]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[3]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/src' Making install in tests make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk/tests' make[1]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' make[2]: Entering directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ticalcs2.pc '/usr/lib/pkgconfig' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' make[1]: Leaving directory '/home/andrew/lpg/tilp/tilibs/libticalcs/trunk' /home/andrew/lpg/tilp === gfm === Configuring tilp_and_gfm/gfm libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for groff... yes checking for windres... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TICONV... yes checking for TIFILES... yes checking for TICALCS... yes checking for GLIB... yes checking for GTK... yes checking for GLADE... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking whether stat file-mode macros are broken... no checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether gcc needs -traditional... no checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for getcwd... yes checking for memset... yes checking for mkdir... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for strstr... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking for the host compiler... gcc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build/Makefile config.status: creating build/mingw/Makefile config.status: creating desktop/Makefile config.status: creating glade/Makefile config.status: creating help/Makefile config.status: creating icons/Makefile config.status: creating man/Makefile config.status: creating pixmaps/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Now, you can type 'make' and 'make install'. Building tilp_and_gfm/gfm make all-recursive make[1]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk' Making all in build make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build' Making all in mingw make[3]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build/mingw' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build/mingw' make[3]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/build' Making all in desktop make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/desktop' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/desktop' Making all in glade make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/glade' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/glade' Making all in help make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/help' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/help' Making all in icons make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/icons' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/icons' Making all in pixmaps make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/pixmaps' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/pixmaps' Making all in po make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/po' make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/po' Making all in src make[2]: Entering directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/src' /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -W -g -O2 -fvisibility=hidden -export-dynamic -Wl,--export-dynamic -o gfm gfm-cmdline.o gfm-ctree.o gfm-dialog.o gfm-file.o gfm-filesel.o gfm-gui.o gfm-labels.o gfm-main.o gfm-paths.o gfm-rwgroup.o gfm-splashscreen.o gfm-support.o gfm-tilibs.o gfm-ungroup.o -L/usr/local/lib -ltifiles2 -L/usr/local/lib -lticonv -L/usr/local/lib -lticalcs2 -lglib-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lxml2 @X_LDFLAGS@ libtool: link: gcc -Wall -W -g -O2 -fvisibility=hidden -Wl,--export-dynamic -o gfm gfm-cmdline.o gfm-ctree.o gfm-dialog.o gfm-file.o gfm-filesel.o gfm-gui.o gfm-labels.o gfm-main.o gfm-paths.o gfm-rwgroup.o gfm-splashscreen.o gfm-support.o gfm-tilibs.o gfm-ungroup.o @X_LDFLAGS@ -Wl,--export-dynamic -L/usr/local/lib /usr/local/lib/libtifiles2.so /usr/local/lib/libticonv.so /usr/local/lib/libticalcs2.so -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lxml2 Makefile:470: recipe for target 'gfm' failed make[2]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk/src' Makefile:448: recipe for target 'all-recursive' failed make[1]: Leaving directory '/home/andrew/lpg/tilp/tilp_and_gfm/gfm/trunk' Makefile:380: recipe for target 'all' failed