tar -xf libg15render-1.2.tar.bz2
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/arm-slackware-linux-gnueabi/bin/ld
checking if the linker (/usr/arm-slackware-linux-gnueabi/bin/ld) is GNU ld... yes
checking for /usr/arm-slackware-linux-gnueabi/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
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 g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/arm-slackware-linux-gnueabi/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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/arm-slackware-linux-gnueabi/bin/ld
checking if the linker (/usr/arm-slackware-linux-gnueabi/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/arm-slackware-linux-gnueabi/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/arm-slackware-linux-gnueabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/arm-slackware-linux-gnueabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable FreeType2 support... no
checking for writePixmapToLCD in -lg15... yes
checking for ceil in -lm... yes
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for ANSI C header files... (cached) yes
checking for memset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory `/builds/salix/arm/14.0/original/l/libg15render/src/libg15render-1.2'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT text.lo -MD -MP -MF ".deps/text.Tpo" -c -o text.lo text.c; \
then mv -f ".deps/text.Tpo" ".deps/text.Plo"; else rm -f ".deps/text.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c  -fPIC -DPIC -o .libs/text.o
text.c: In function 'g15r_renderString':
text.c:109:24: warning: comparison between pointer and integer [enabled by default]
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT pixel.lo -MD -MP -MF ".deps/pixel.Tpo" -c -o pixel.lo pixel.c; \
then mv -f ".deps/pixel.Tpo" ".deps/pixel.Plo"; else rm -f ".deps/pixel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT pixel.lo -MD -MP -MF .deps/pixel.Tpo -c pixel.c  -fPIC -DPIC -o .libs/pixel.o
pixel.c: In function 'g15r_drawBar':
pixel.c:377:40: warning: incompatible implicit declaration of built-in function 'ceil' [enabled by default]
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT screen.lo -MD -MP -MF ".deps/screen.Tpo" -c -o screen.lo screen.c; \
then mv -f ".deps/screen.Tpo" ".deps/screen.Plo"; else rm -f ".deps/screen.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT screen.lo -MD -MP -MF .deps/screen.Tpo -c screen.c  -fPIC -DPIC -o .libs/screen.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT font_6x4.lo -MD -MP -MF ".deps/font_6x4.Tpo" -c -o font_6x4.lo font_6x4.c; \
then mv -f ".deps/font_6x4.Tpo" ".deps/font_6x4.Plo"; else rm -f ".deps/font_6x4.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT font_6x4.lo -MD -MP -MF .deps/font_6x4.Tpo -c font_6x4.c  -fPIC -DPIC -o .libs/font_6x4.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT font_7x5.lo -MD -MP -MF ".deps/font_7x5.Tpo" -c -o font_7x5.lo font_7x5.c; \
then mv -f ".deps/font_7x5.Tpo" ".deps/font_7x5.Plo"; else rm -f ".deps/font_7x5.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT font_7x5.lo -MD -MP -MF .deps/font_7x5.Tpo -c font_7x5.c  -fPIC -DPIC -o .libs/font_7x5.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -O2 -march=armv5te  -O2 -march=armv5te -MT font_8x8.lo -MD -MP -MF ".deps/font_8x8.Tpo" -c -o font_8x8.lo font_8x8.c; \
then mv -f ".deps/font_8x8.Tpo" ".deps/font_8x8.Plo"; else rm -f ".deps/font_8x8.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=armv5te -O2 -march=armv5te -MT font_8x8.lo -MD -MP -MF .deps/font_8x8.Tpo -c font_8x8.c  -fPIC -DPIC -o .libs/font_8x8.o
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -march=armv5te  -O2 -march=armv5te   -o libg15render.la -rpath /usr/lib -version-info 2:0:1 text.lo pixel.lo screen.lo font_6x4.lo font_7x5.lo font_8x8.lo  -lm -lg15 
gcc -shared  .libs/text.o .libs/pixel.o .libs/screen.o .libs/font_6x4.o .libs/font_7x5.o .libs/font_8x8.o  -lm /usr/lib/libg15.so -L/usr/lib  -march=armv5te -march=armv5te -Wl,-soname -Wl,libg15render.so.1 -o .libs/libg15render.so.1.1.0
(cd .libs && rm -f libg15render.so.1 && ln -s libg15render.so.1.1.0 libg15render.so.1)
(cd .libs && rm -f libg15render.so && ln -s libg15render.so.1.1.0 libg15render.so)
creating libg15render.la
(cd .libs && rm -f libg15render.la && ln -s ../libg15render.la libg15render.la)
make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/libg15render/src/libg15render-1.2'
make[1]: Entering directory `/builds/salix/arm/14.0/original/l/libg15render/src/libg15render-1.2'
test -z "/usr/lib" || mkdir -p -- "/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib"
 /bin/sh ./libtool --mode=install /usr/bin/ginstall -c  'libg15render.la' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib/libg15render.la'
/usr/bin/ginstall -c .libs/libg15render.so.1.1.0 /builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib/libg15render.so.1.1.0
(cd /builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib && { ln -s -f libg15render.so.1.1.0 libg15render.so.1 || { rm -f libg15render.so.1 && ln -s libg15render.so.1.1.0 libg15render.so.1; }; })
(cd /builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib && { ln -s -f libg15render.so.1.1.0 libg15render.so || { rm -f libg15render.so && ln -s libg15render.so.1.1.0 libg15render.so; }; })
/usr/bin/ginstall -c .libs/libg15render.lai /builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib/libg15render.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/share/doc/libg15render-1.2" || mkdir -p -- "/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2"
 /usr/bin/ginstall -c -m 644 'AUTHORS' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2/AUTHORS'
 /usr/bin/ginstall -c -m 644 'ChangeLog' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2/ChangeLog'
 /usr/bin/ginstall -c -m 644 'COPYING' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2/COPYING'
 /usr/bin/ginstall -c -m 644 'NEWS' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2/NEWS'
 /usr/bin/ginstall -c -m 644 'README' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/doc/libg15render-1.2/README'
test -z "/usr/include" || mkdir -p -- "/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/include"
 /usr/bin/ginstall -c -m 644 'libg15render.h' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/include/libg15render.h'
test -z "/usr/share/man/man3" || mkdir -p -- "/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/man/man3"
 /usr/bin/ginstall -c -m 644 '././libg15render.3' '/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/share/man/man3/libg15render.3'
make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/libg15render/src/libg15render-1.2'
/builds/salix/arm/14.0/original/l/libg15render/pkg:
total 8
drwxr-xr-x 2 root root 4096 Dec 23 20:13 install
drwxr-xr-x 6 root root 4096 Dec 23 20:13 usr

/builds/salix/arm/14.0/original/l/libg15render/pkg/install:
total 4
-rw-r--r-- 1 root root 361 Dec 23 20:13 slack-desc

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr:
total 16
drwxr-xr-x 3 root root 4096 Dec 23 20:13 doc
drwxr-xr-x 2 root root 4096 Dec 23 20:13 include
drwxr-xr-x 2 root root 4096 Dec 23 20:13 lib
drwxr-xr-x 3 root root 4096 Dec 23 20:12 src

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/doc:
total 4
drwxr-xr-x 2 root root 4096 Dec 23 20:13 libg15render-1.2

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/doc/libg15render-1.2:
total 40
-rw-r--r-- 1 root root   146 Dec 23 20:13 AUTHORS
-rw-r--r-- 1 root root 17992 Dec 23 20:13 COPYING
-rw-r--r-- 1 root root   333 Dec 23 20:13 ChangeLog
-rw-r--r-- 1 root root   348 Dec 23 20:13 NEWS
-rw-r--r-- 1 root root   444 Dec 23 20:13 README
-rw-r--r-- 1 root root   391 Dec 23 20:13 changelog

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/include:
total 8
-rw-r--r-- 1 root root 5252 Dec 23 20:13 libg15render.h

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/lib:
total 36
-rwxr-xr-x 1 root root   877 Dec 23 20:13 libg15render.la
lrwxrwxrwx 1 root root    21 Dec 23 20:13 libg15render.so -> libg15render.so.1.1.0
lrwxrwxrwx 1 root root    21 Dec 23 20:13 libg15render.so.1 -> libg15render.so.1.1.0
-rwxr-xr-x 1 root root 29844 Dec 23 20:13 libg15render.so.1.1.0

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/src:
total 4
drwxr-xr-x 2 root root 4096 Dec 23 20:13 libg15render-1.2

/builds/salix/arm/14.0/original/l/libg15render/pkg/usr/src/libg15render-1.2:
total 4
-rw-r--r-- 1 root root 896 Dec 23 20:13 SLKBUILD

Slackware package maker, version 3.14159.

Searching for symbolic links:
usr/lib/libg15render.so.1 -> libg15render.so.1.1.0
usr/lib/libg15render.so -> libg15render.so.1.1.0

Making symbolic link creation script:
( cd usr/lib ; rm -rf libg15render.so.1 )
( cd usr/lib ; ln -sf libg15render.so.1.1.0 libg15render.so.1 )
( cd usr/lib ; rm -rf libg15render.so )
( cd usr/lib ; ln -sf libg15render.so.1.1.0 libg15render.so )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/libg15render.so.1'
removed './usr/lib/libg15render.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /builds/salix/arm/14.0/original/l/libg15render/libg15render-1.2-arm-1rl.txz

./
usr/
usr/src/
usr/src/libg15render-1.2/
usr/src/libg15render-1.2/SLKBUILD
usr/lib/
usr/lib/libg15render.la
usr/lib/libg15render.so.1.1.0
usr/include/
usr/include/libg15render.h
usr/doc/
usr/doc/libg15render-1.2/
usr/doc/libg15render-1.2/README
usr/doc/libg15render-1.2/NEWS
usr/doc/libg15render-1.2/ChangeLog
usr/doc/libg15render-1.2/changelog
usr/doc/libg15render-1.2/COPYING
usr/doc/libg15render-1.2/AUTHORS
install/
install/slack-desc
install/doinst.sh

Slackware package /builds/salix/arm/14.0/original/l/libg15render/libg15render-1.2-arm-1rl.txz created.

Package has been built.
Cleaning pkg and src directories