libpng (1.6.40)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/libpng-1.6.40/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures libpng 1.6.40 to adapt to many kinds of systems.

Usage: /bb.download/source/libpng-1.6.40/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/libpng]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-maintainer-mode
                          enable make rules and dependencies not useful (and
                          sometimes confusing) to the casual installer
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-werror[=OPT] Pass -Werror or the given argument to the compiler
                          if it is supported
  --enable-unversioned-links
                          Installed libpng header files are placed in a
                          versioned subdirectory and installed libpng library
                          (including DLL) files are versioned. If this option
                          is enabled unversioned links will be created
                          pointing to the corresponding installed files. If
                          you use libpng.pc or libpng-config for all builds
                          you do not need these links, but if you compile
                          programs directly they will typically #include
                          <png.h> and link with -lpng; in that case you need
                          the links. The links can be installed manually using
                          'make install-header-links' and 'make
                          install-library-links' and can be removed using the
                          corresponding uninstall- targets. If you do enable
                          this option every libpng 'make install' will
                          recreate the links to point to the just installed
                          version of libpng. The default is to create the
                          links; use --disable-unversioned-links to change
                          this
  --enable-unversioned-libpng-pc
                          Install the configuration file 'libpng.pc' as a link
                          to the versioned version. This is done by default -
                          use --disable-unversioned-libpng-pc to change this.
  --enable-unversioned-libpng-config
                          Install the configuration file 'libpng-config' as a
                          link to the versioned version. This is done by
                          default - use --disable-unversioned-libpng-config to
                          change this.
  --enable-hardware-optimizations
                          Enable hardware optimizations: =no/off, yes/on:
  --enable-arm-neon     Enable ARM NEON optimizations: =no/off, check, api,
                          yes/on: no/off: disable the optimizations; check:
                          use internal checking code (deprecated and poorly
                          supported); api: disable by default, enable by a
                          call to png_set_option; yes/on: turn on
                          unconditionally. If not specified: determined by the
                          compiler.
  --enable-mips-msa     Enable MIPS MSA optimizations: =no/off, check, api,
                          yes/on: no/off: disable the optimizations; check:
                          use internal checking code (deprecated and poorly
                          supported); api: disable by default, enable by a
                          call to png_set_option; yes/on: turn on
                          unconditionally. If not specified: determined by the
                          compiler.
  --enable-intel-sse    Enable Intel SSE optimizations: =no/off, yes/on:
                          no/off: disable the optimizations; yes/on: enable
                          the optimizations. If not specified: determined by
                          the compiler.
  --enable-powerpc-vsx  Enable POWERPC VSX optimizations: =no/off, check,
                          api, yes/on: no/off: disable the optimizations;
                          check: use internal checking code api: disable by
                          default, enable by a call to png_set_option yes/on:
                          turn on unconditionally. If not specified:
                          determined by the compiler.

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                          both]
  --with-aix-soname=aix|svr4|both
                          shared library versioning (aka "SONAME") variant to
                          provide on AIX, [default=aix].
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                          compiler's sysroot if not specified).
  --with-zlib-prefix    prefix that may have been used in installed zlib
  --with-pkgconfigdir   Use the specified pkgconfig dir (default is
                          libdir/pkgconfig)
  --with-binconfigs     Generate shell libpng-config scripts as well as
                          pkg-config data [default=yes]
  --with-libpng-prefix  prefix libpng exported function (API) names with the
                          given value

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CCAS        assembler compiler command (defaults to CC)
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  CPP         C preprocessor
  LT_SYS_LIBRARY_PATH
              User-defined run-time library search path.
  PNG_COPTS   additional flags for the C compiler, use this for options that
              would cause configure itself to fail

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <png-mng-implement@lists.sourceforge.net>.
Stderr
env CPPFLAGS=-I/BuggyBox/zlib/1.3/bootstrap/include LDFLAGS=-L//BuggyBox/zlib/1.3/bootstrap/lib /bb.download/source/libpng-1.6.40/configure --prefix=/BuggyBox/libpng/1.6.40/any --enable-static --enable-shared
Result = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/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 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking if the linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) is GNU ld... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... /BuggyBox/binutils/2.41/bootstrap/bin/nm -B
checking the name lister (/BuggyBox/binutils/2.41/bootstrap/bin/nm -B) interface... BSD nm
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 /BuggyBox/binutils/2.41/bootstrap/bin/ld option to reload object files... -r
checking for file... no
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /BuggyBox/binutils/2.41/bootstrap/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd
checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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 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 (/BuggyBox/binutils/2.41/bootstrap/bin/ld) 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... yes
checking that AWK works... ok
checking if we need to force back C standard to C89... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for C/C++ restrict keyword... __restrict__
checking for pow... no
checking for pow in -lm... yes
checking for clock_gettime... yes
checking for zlibVersion in -lz... yes
checking for feenableexcept in -lm... yes
checking for feenableexcept... yes
checking if using Solaris linker... no
checking if libraries can be versioned... yes
checking for symbol prefix... 
configure: pkgconfig directory is ${libdir}/pkgconfig
configure: Extra options for compiler: 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpng.pc
config.status: creating libpng-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
rm -f pnglibconf.c pnglibconf.tf[45]
gawk -f /bb.download/source/libpng-1.6.40/scripts/options.awk out=pnglibconf.tf4 version=search\
    /bb.download/source/libpng-1.6.40/pngconf.h /bb.download/source/libpng-1.6.40/scripts/pnglibconf.dfa\
    /bb.download/source/libpng-1.6.40/pngusr.dfa  1>&2
gawk -f /bb.download/source/libpng-1.6.40/scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
rm pnglibconf.tf4
mv pnglibconf.tf5 pnglibconf.c
rm -f pnglibconf.out pnglibconf.tf[12]
test -d scripts || mkdir scripts || test -d scripts
gcc -E -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 \
    -I/BuggyBox/zlib/1.3/bootstrap/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.40' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  pnglibconf.c > pnglibconf.tf1
gawk -f "/bb.download/source/libpng-1.6.40/scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
rm -f pnglibconf.tf1
mv pnglibconf.tf2 pnglibconf.out
rm -f pnglibconf.h
cp pnglibconf.out pnglibconf.h
/BuggyBox/make/4.4/bootstrap/bin/make  all-am
make[1]: Entering directory '/bb.build'
:>pngprefix.h
rm -f scripts/vers.out scripts/vers.tf[12]
depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o /bb.download/source/libpng-1.6.40/contrib/tools/png-fix-itxt.c &&\
mv -f $depbase.Tpo $depbase.Po
cp libpng-config libpng16-config
cp libpng.pc libpng16.pc
depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o /bb.download/source/libpng-1.6.40/pngtest.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o /bb.download/source/libpng-1.6.40/contrib/tools/pngcp.c &&\
mv -f $depbase.Tpo $depbase.Po
test -d scripts || mkdir scripts || test -d scripts
gcc -E -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 \
    -I/BuggyBox/zlib/1.3/bootstrap/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.40' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  /bb.download/source/libpng-1.6.40/scripts/vers.c > scripts/vers.tf1
depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o /bb.download/source/libpng-1.6.40/contrib/tools/pngfix.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo /bb.download/source/libpng-1.6.40/png.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo /bb.download/source/libpng-1.6.40/pngerror.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo /bb.download/source/libpng-1.6.40/pngget.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo /bb.download/source/libpng-1.6.40/pngmem.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo /bb.download/source/libpng-1.6.40/pngpread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo /bb.download/source/libpng-1.6.40/pngread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo /bb.download/source/libpng-1.6.40/pngrio.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo /bb.download/source/libpng-1.6.40/pngrtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo /bb.download/source/libpng-1.6.40/pngrutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo /bb.download/source/libpng-1.6.40/pngset.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo /bb.download/source/libpng-1.6.40/pngtrans.c &&\
mv -f $depbase.Tpo $depbase.Plo
gawk -f "/bb.download/source/libpng-1.6.40/scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
rm -f scripts/vers.tf1
mv scripts/vers.tf2 scripts/vers.out
depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo /bb.download/source/libpng-1.6.40/pngwio.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo /bb.download/source/libpng-1.6.40/pngwrite.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c /bb.download/source/libpng-1.6.40/pngrio.c  -fPIC -DPIC -o .libs/pngrio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c /bb.download/source/libpng-1.6.40/pngrtran.c  -fPIC -DPIC -o .libs/pngrtran.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c /bb.download/source/libpng-1.6.40/pngtrans.c  -fPIC -DPIC -o .libs/pngtrans.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT png.lo -MD -MP -MF .deps/png.Tpo -c /bb.download/source/libpng-1.6.40/png.c  -fPIC -DPIC -o .libs/png.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c /bb.download/source/libpng-1.6.40/pngmem.c  -fPIC -DPIC -o .libs/pngmem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c /bb.download/source/libpng-1.6.40/pngread.c  -fPIC -DPIC -o .libs/pngread.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c /bb.download/source/libpng-1.6.40/pngget.c  -fPIC -DPIC -o .libs/pngget.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c /bb.download/source/libpng-1.6.40/pngrutil.c  -fPIC -DPIC -o .libs/pngrutil.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c /bb.download/source/libpng-1.6.40/pngpread.c  -fPIC -DPIC -o .libs/pngpread.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c /bb.download/source/libpng-1.6.40/pngerror.c  -fPIC -DPIC -o .libs/pngerror.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c /bb.download/source/libpng-1.6.40/pngset.c  -fPIC -DPIC -o .libs/pngset.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c /bb.download/source/libpng-1.6.40/pngwio.c  -fPIC -DPIC -o .libs/pngwio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c /bb.download/source/libpng-1.6.40/pngwrite.c  -fPIC -DPIC -o .libs/pngwrite.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c /bb.download/source/libpng-1.6.40/pngrio.c -o pngrio.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c /bb.download/source/libpng-1.6.40/pngmem.c -o pngmem.o >/dev/null 2>&1
depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo /bb.download/source/libpng-1.6.40/pngwtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c /bb.download/source/libpng-1.6.40/pngwio.c -o pngwio.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c /bb.download/source/libpng-1.6.40/pngtrans.c -o pngtrans.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c /bb.download/source/libpng-1.6.40/pngerror.c -o pngerror.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c /bb.download/source/libpng-1.6.40/pngwtran.c  -fPIC -DPIC -o .libs/pngwtran.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c /bb.download/source/libpng-1.6.40/pngpread.c -o pngpread.o >/dev/null 2>&1
depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo /bb.download/source/libpng-1.6.40/pngwutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo /bb.download/source/libpng-1.6.40/mips/mips_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c /bb.download/source/libpng-1.6.40/pngget.c -o pngget.o >/dev/null 2>&1
depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo /bb.download/source/libpng-1.6.40/mips/filter_msa_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo intel/intel_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT intel/intel_init.lo -MD -MP -MF $depbase.Tpo -c -o intel/intel_init.lo /bb.download/source/libpng-1.6.40/intel/intel_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c /bb.download/source/libpng-1.6.40/pngset.c -o pngset.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c /bb.download/source/libpng-1.6.40/pngwutil.c  -fPIC -DPIC -o .libs/pngwutil.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c /bb.download/source/libpng-1.6.40/mips/mips_init.c  -fPIC -DPIC -o mips/.libs/mips_init.o
depbase=`echo intel/filter_sse2_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o intel/filter_sse2_intrinsics.lo /bb.download/source/libpng-1.6.40/intel/filter_sse2_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c /bb.download/source/libpng-1.6.40/pngwtran.c -o pngwtran.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/mips/filter_msa_intrinsics.c  -fPIC -DPIC -o mips/.libs/filter_msa_intrinsics.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c /bb.download/source/libpng-1.6.40/intel/intel_init.c  -fPIC -DPIC -o intel/.libs/intel_init.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c /bb.download/source/libpng-1.6.40/mips/mips_init.c -o mips/mips_init.o >/dev/null 2>&1
depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo /bb.download/source/libpng-1.6.40/powerpc/powerpc_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/intel/filter_sse2_intrinsics.c  -fPIC -DPIC -o intel/.libs/filter_sse2_intrinsics.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c /bb.download/source/libpng-1.6.40/pngwrite.c -o pngwrite.o >/dev/null 2>&1
depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo /bb.download/source/libpng-1.6.40/powerpc/filter_vsx_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
rm -f libpng.vers
cp scripts/vers.out libpng.vers
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c /bb.download/source/libpng-1.6.40/intel/intel_init.c -o intel/intel_init.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lm -lz -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT png.lo -MD -MP -MF .deps/png.Tpo -c /bb.download/source/libpng-1.6.40/png.c -o png.o >/dev/null 2>&1
depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o /bb.download/source/libpng-1.6.40/contrib/libtests/pngunknown.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/intel/filter_sse2_intrinsics.c -o intel/filter_sse2_intrinsics.o >/dev/null 2>&1
depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o /bb.download/source/libpng-1.6.40/contrib/libtests/pngstest.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c /bb.download/source/libpng-1.6.40/powerpc/powerpc_init.c  -fPIC -DPIC -o powerpc/.libs/powerpc_init.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c /bb.download/source/libpng-1.6.40/pngread.c -o pngread.o >/dev/null 2>&1
depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o /bb.download/source/libpng-1.6.40/contrib/libtests/pngvalid.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/powerpc/filter_vsx_intrinsics.c  -fPIC -DPIC -o powerpc/.libs/filter_vsx_intrinsics.o
depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o /bb.download/source/libpng-1.6.40/contrib/libtests/pngimage.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c /bb.download/source/libpng-1.6.40/pngrutil.c -o pngrutil.o >/dev/null 2>&1
depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40   -I/BuggyBox/zlib/1.3/bootstrap/include  -g -O2 -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o /bb.download/source/libpng-1.6.40/contrib/libtests/timepng.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c /bb.download/source/libpng-1.6.40/powerpc/powerpc_init.c -o powerpc/powerpc_init.o >/dev/null 2>&1
libtool: link: gcc -g -O2 -o png-fix-itxt contrib/tools/png-fix-itxt.o  -L//BuggyBox/zlib/1.3/bootstrap/lib -lz -lm
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c /bb.download/source/libpng-1.6.40/powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c /bb.download/source/libpng-1.6.40/pngwutil.c -o pngwutil.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libpng-1.6.40 -I/BuggyBox/zlib/1.3/bootstrap/include -g -O2 -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c /bb.download/source/libpng-1.6.40/pngrtran.c -o pngrtran.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -no-undefined -export-dynamic -version-number 16:40:0  -Wl,--version-script=libpng.vers  -L//BuggyBox/zlib/1.3/bootstrap/lib -o libpng16.la -rpath /BuggyBox/libpng/1.6.40/any/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo  mips/mips_init.lo mips/filter_msa_intrinsics.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo   -lm -lz -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o mips/.libs/mips_init.o mips/.libs/filter_msa_intrinsics.o intel/.libs/intel_init.o intel/.libs/filter_sse2_intrinsics.o powerpc/.libs/powerpc_init.o powerpc/.libs/filter_vsx_intrinsics.o   -L//BuggyBox/zlib/1.3/bootstrap/lib -lz -lm  -g -O2 -Wl,--version-script=libpng.vers   -Wl,-soname -Wl,libpng16.so.16 -o .libs/libpng16.so.16.40.0
libtool: link: (cd ".libs" && rm -f "libpng16.so.16" && ln -s "libpng16.so.16.40.0" "libpng16.so.16")
libtool: link: (cd ".libs" && rm -f "libpng16.so" && ln -s "libpng16.so.16.40.0" "libpng16.so")
libtool: link: ar cr .libs/libpng16.a  png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o mips/mips_init.o mips/filter_msa_intrinsics.o intel/intel_init.o intel/filter_sse2_intrinsics.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
libtool: link: ranlib .libs/libpng16.a
libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngfix contrib/tools/pngfix.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngtest pngtest.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz -lm 
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm 
libtool: link: gcc -g -O2 -o .libs/pngtest pngtest.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/pngstest contrib/libtests/pngstest.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/pngunknown contrib/libtests/pngunknown.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/timepng contrib/libtests/timepng.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/pngcp contrib/tools/pngcp.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/pngfix contrib/tools/pngfix.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
libtool: link: gcc -g -O2 -o .libs/pngimage contrib/libtests/pngimage.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -L//BuggyBox/zlib/1.3/bootstrap/lib -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm 
libtool: link: gcc -g -O2 -o .libs/pngvalid contrib/libtests/pngvalid.o  -L//BuggyBox/zlib/1.3/bootstrap/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/BuggyBox/libpng/1.6.40/any/lib
make[1]: Leaving directory '/bb.build'
Stderr
make install
Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make  install-am
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/lib'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libpng16.la '/BuggyBox/libpng/1.6.40/any/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpng16.so.16.40.0 /BuggyBox/libpng/1.6.40/any/lib/libpng16.so.16.40.0
libtool: install: (cd /BuggyBox/libpng/1.6.40/any/lib && { ln -s -f libpng16.so.16.40.0 libpng16.so.16 || { rm -f libpng16.so.16 && ln -s libpng16.so.16.40.0 libpng16.so.16; }; })
libtool: install: (cd /BuggyBox/libpng/1.6.40/any/lib && { ln -s -f libpng16.so.16.40.0 libpng16.so || { rm -f libpng16.so && ln -s libpng16.so.16.40.0 libpng16.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpng16.lai /BuggyBox/libpng/1.6.40/any/lib/libpng16.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpng16.a /BuggyBox/libpng/1.6.40/any/lib/libpng16.a
libtool: install: chmod 644 /BuggyBox/libpng/1.6.40/any/lib/libpng16.a
libtool: install: ranlib /BuggyBox/libpng/1.6.40/any/lib/libpng16.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/glibc/2.38/bootstrap/bin:/BuggyBox/zstd/1.5.5/bootstrap/bin:/BuggyBox/lz4/1.9.4/bootstrap/bin:/BuggyBox/ncurses/6.4/bootstrap/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/openssl/3.1.3/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.11.7/bootstrap/bin:/BuggyBox/meson/1.2.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/BuggyBox/gcc/13.2.0/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/libpng/1.6.40/any/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/libpng/1.6.40/any/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 run these commands:

   - 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.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/bin'
  /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c pngfix png-fix-itxt '/BuggyBox/libpng/1.6.40/any/bin'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/pngfix /BuggyBox/libpng/1.6.40/any/bin/pngfix
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c png-fix-itxt /BuggyBox/libpng/1.6.40/any/bin/png-fix-itxt
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/bin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c libpng16-config '/BuggyBox/libpng/1.6.40/any/bin'
/BuggyBox/make/4.4/bootstrap/bin/make  install-exec-hook
make[3]: Entering directory '/bb.build'
make[3]: Leaving directory '/bb.build'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/libpng-1.6.40/libpng.3 /bb.download/source/libpng-1.6.40/libpngpf.3 '/BuggyBox/libpng/1.6.40/any/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/share/man/man5'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/libpng-1.6.40/png.5 '/BuggyBox/libpng/1.6.40/any/share/man/man5'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/include/libpng16'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 pnglibconf.h '/BuggyBox/libpng/1.6.40/any/include/libpng16'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libpng16.pc '/BuggyBox/libpng/1.6.40/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libpng/1.6.40/any/include/libpng16'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/libpng-1.6.40/png.h /bb.download/source/libpng-1.6.40/pngconf.h '/BuggyBox/libpng/1.6.40/any/include/libpng16'
/BuggyBox/make/4.4/bootstrap/bin/make  install-data-hook
make[3]: Entering directory '/bb.build'
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1890: ldconfig: command not found
+ cd /BuggyBox/libpng/1.6.40/any/lib
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.a
+ test -f libpng16.a
+ ln -s libpng16.a libpng.a
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.dll.a
+ test -f libpng16.dll.a
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.so
+ test -f libpng16.so
+ ln -s libpng16.so libpng.so
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.so.16.40
+ test -f libpng16.so.16.40
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.la
+ test -f libpng16.la
+ ln -s libpng16.la libpng.la
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.sl
+ test -f libpng16.sl
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.dylib
+ test -f libpng16.dylib
+ cd /BuggyBox/libpng/1.6.40/any/bin
+ rm -f libpng-config
+ ln -s libpng16-config libpng-config
+ cd /BuggyBox/libpng/1.6.40/any/include
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pnglibconf.h
+ ln -s libpng16/pnglibconf.h pnglibconf.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f png.h
+ ln -s libpng16/png.h png.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pngconf.h
+ ln -s libpng16/pngconf.h pngconf.h
+ cd /BuggyBox/libpng/1.6.40/any/lib/pkgconfig
+ rm -f libpng.pc
+ ln -s libpng16.pc libpng.pc