tar -xf imlib2-1.4.6.tar.bz2 checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for 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 whether byte ordering is bigendian... 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 dependency style of gcc... (cached) gcc3 checking dependency style of gcc... gcc3 checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i486-slackware-linux-gnu file names to i486-slackware-linux-gnu format... func_convert_file_noop checking how to convert i486-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/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 mt... no checking if : is a manifest tool... no 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/i486-slackware-linux/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 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to enable x86 mmx support... no checking whether to enable amd64 asm support... no checking for FREETYPE... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for dlopen in -ldl... yes checking whether to enable jpeg support... auto checking for jpeg_destroy_decompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking whether to enable png support... auto checking for PNG... yes checking whether to enable tiff support... auto checking for TIFFReadScanline in -ltiff... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking whether to enable gif support... auto checking for preferred gif provider... any checking for DGifOpenFileName in -lgif... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking whether to enable zlib support... auto checking for uncompress in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking whether to enable bzip2 support... auto checking for BZ2_bzRead in -lbz2... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking whether to enable id3 support... auto checking for id3_file_open in -lid3tag... yes checking id3tag.h usability... yes checking id3tag.h presence... yes checking for id3tag.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating imlib2.pc config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/bin/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/filters/Makefile config.status: creating src/modules/loaders/Makefile config.status: creating data/Makefile config.status: creating data/fonts/Makefile config.status: creating data/images/Makefile config.status: creating doc/Makefile config.status: creating imlib2-config config.status: creating README config.status: creating imlib2.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands ------------------------------------------------------------------------ imlib2 1.4.6 ------------------------------------------------------------------------ Configuration Options Summary: Image Loaders: JPEG....................: yes PNG.....................: yes TIFF....................: yes GIF.....................: yes ZLIB....................: yes BZIP2...................: yes ID3.....................: yes X.......................: yes Use X86 MMX for speed.....: no Use AMD64 for speed.......: no Use visibility hiding.....: no Installation Path.........: /usr Compilation...............: make Installation..............: make install make all-recursive make[1]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6' Making all in src make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' Making all in lib make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' CC api.lo CC blend.lo CC color.lo CC color_helpers.lo CC colormod.lo CC context.lo CC draw.lo CC dynamic_filters.lo CC ellipse.lo CC file.lo CC filter.lo CC font_draw.lo CC font_load.lo CC font_main.lo CC font_query.lo CC format.lo CC grab.lo CC grad.lo CC image.lo CC line.lo CC polygon.lo CC rectangle.lo CC rend.lo CC rgba.lo CC rgbadraw.lo CC rotate.lo CC scale.lo CC script.lo CC span.lo CC updates.lo CC ximage.lo CCLD libImlib2.la make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' Making all in bin make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' CC imlib2_conv.o CCLD imlib2_conv CC imlib2_show.o CCLD imlib2_show CC imlib2_test.o CCLD imlib2_test CC imlib2_bumpmap.o CCLD imlib2_bumpmap CC imlib2_poly.o CCLD imlib2_poly CC imlib2_colorspace.o CCLD imlib2_colorspace CC imlib2_view.o CCLD imlib2_view CC imlib2_grab.o CCLD imlib2_grab make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' Making all in modules make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' Making all in loaders make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' CC jpeg_la-loader_jpeg.lo CCLD jpeg.la CC png_la-loader_png.lo CCLD png.la CC tiff_la-loader_tiff.lo CCLD tiff.la CC gif_la-loader_gif.lo CCLD gif.la CC zlib_la-loader_zlib.lo CCLD zlib.la CC bz2_la-loader_bz2.lo CCLD bz2.la CC id3_la-loader_id3.lo CCLD id3.la CC pnm_la-loader_pnm.lo CCLD pnm.la CC argb_la-loader_argb.lo CCLD argb.la CC bmp_la-loader_bmp.lo CCLD bmp.la CC xpm_la-loader_xpm.lo CCLD xpm.la CC tga_la-loader_tga.lo CCLD tga.la CC lbm_la-loader_lbm.lo CCLD lbm.la make[4]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' Making all in filters make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' CC testfilter_la-filter_test.lo CCLD testfilter.la CC bumpmap_la-filter_bumpmap.lo CCLD bumpmap.la CC colormod_la-filter_colormod.lo CCLD colormod.la make[4]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' Making all in data make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' Making all in fonts make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' Making all in images make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' Making all in doc make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/doc' make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6' make[1]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6' Making install in src make[1]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' Making install in lib make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/lib' /bin/sh ../../libtool --mode=install /usr/bin/ginstall -c libImlib2.la '/home/djemos/imlib2/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libImlib2.so.1.4.6 /home/djemos/imlib2/pkg/usr/lib/libImlib2.so.1.4.6 libtool: install: (cd /home/djemos/imlib2/pkg/usr/lib && { ln -s -f libImlib2.so.1.4.6 libImlib2.so.1 || { rm -f libImlib2.so.1 && ln -s libImlib2.so.1.4.6 libImlib2.so.1; }; }) libtool: install: (cd /home/djemos/imlib2/pkg/usr/lib && { ln -s -f libImlib2.so.1.4.6 libImlib2.so || { rm -f libImlib2.so && ln -s libImlib2.so.1.4.6 libImlib2.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libImlib2.lai /home/djemos/imlib2/pkg/usr/lib/libImlib2.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/include' /usr/bin/ginstall -c -m 644 Imlib2.h '/home/djemos/imlib2/pkg/usr/include' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/lib' Making install in bin make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/bin' /bin/sh ../../libtool --mode=install /usr/bin/ginstall -c imlib2_conv imlib2_show imlib2_test imlib2_bumpmap imlib2_poly imlib2_colorspace imlib2_view imlib2_grab '/home/djemos/imlib2/pkg/usr/bin' libtool: install: /usr/bin/ginstall -c .libs/imlib2_conv /home/djemos/imlib2/pkg/usr/bin/imlib2_conv libtool: install: /usr/bin/ginstall -c .libs/imlib2_show /home/djemos/imlib2/pkg/usr/bin/imlib2_show libtool: install: /usr/bin/ginstall -c .libs/imlib2_test /home/djemos/imlib2/pkg/usr/bin/imlib2_test libtool: install: /usr/bin/ginstall -c .libs/imlib2_bumpmap /home/djemos/imlib2/pkg/usr/bin/imlib2_bumpmap libtool: install: /usr/bin/ginstall -c .libs/imlib2_poly /home/djemos/imlib2/pkg/usr/bin/imlib2_poly libtool: install: /usr/bin/ginstall -c .libs/imlib2_colorspace /home/djemos/imlib2/pkg/usr/bin/imlib2_colorspace libtool: install: /usr/bin/ginstall -c .libs/imlib2_view /home/djemos/imlib2/pkg/usr/bin/imlib2_view libtool: install: /usr/bin/ginstall -c .libs/imlib2_grab /home/djemos/imlib2/pkg/usr/bin/imlib2_grab make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/bin' Making install in modules make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' Making install in loaders make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/lib/imlib2/loaders' /bin/sh ../../../libtool --mode=install /usr/bin/ginstall -c jpeg.la png.la tiff.la gif.la zlib.la bz2.la id3.la pnm.la argb.la bmp.la xpm.la tga.la lbm.la '/home/djemos/imlib2/pkg/usr/lib/imlib2/loaders' libtool: install: warning: relinking `jpeg.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o jpeg.la -rpath /usr/lib/imlib2/loaders jpeg_la-loader_jpeg.lo -ljpeg ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/jpeg.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/jpeg.so libtool: install: /usr/bin/ginstall -c .libs/jpeg.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/jpeg.la libtool: install: warning: relinking `png.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o png.la -rpath /usr/lib/imlib2/loaders png_la-loader_png.lo -lpng14 ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/png.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/png.so libtool: install: /usr/bin/ginstall -c .libs/png.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/png.la libtool: install: warning: relinking `tiff.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o tiff.la -rpath /usr/lib/imlib2/loaders tiff_la-loader_tiff.lo -ltiff ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/tiff.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/tiff.so libtool: install: /usr/bin/ginstall -c .libs/tiff.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/tiff.la libtool: install: warning: relinking `gif.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o gif.la -rpath /usr/lib/imlib2/loaders gif_la-loader_gif.lo -lgif ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/gif.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/gif.so libtool: install: /usr/bin/ginstall -c .libs/gif.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/gif.la libtool: install: warning: relinking `zlib.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o zlib.la -rpath /usr/lib/imlib2/loaders zlib_la-loader_zlib.lo -lz ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/zlib.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/zlib.so libtool: install: /usr/bin/ginstall -c .libs/zlib.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/zlib.la libtool: install: warning: relinking `bz2.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o bz2.la -rpath /usr/lib/imlib2/loaders bz2_la-loader_bz2.lo -lbz2 ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/bz2.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/bz2.so libtool: install: /usr/bin/ginstall -c .libs/bz2.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/bz2.la libtool: install: warning: relinking `id3.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o id3.la -rpath /usr/lib/imlib2/loaders id3_la-loader_id3.lo -lz -lid3tag ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/id3.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/id3.so libtool: install: /usr/bin/ginstall -c .libs/id3.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/id3.la libtool: install: warning: relinking `pnm.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o pnm.la -rpath /usr/lib/imlib2/loaders pnm_la-loader_pnm.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/pnm.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/pnm.so libtool: install: /usr/bin/ginstall -c .libs/pnm.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/pnm.la libtool: install: warning: relinking `argb.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o argb.la -rpath /usr/lib/imlib2/loaders argb_la-loader_argb.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/argb.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/argb.so libtool: install: /usr/bin/ginstall -c .libs/argb.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/argb.la libtool: install: warning: relinking `bmp.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o bmp.la -rpath /usr/lib/imlib2/loaders bmp_la-loader_bmp.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/bmp.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/bmp.so libtool: install: /usr/bin/ginstall -c .libs/bmp.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/bmp.la libtool: install: warning: relinking `xpm.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o xpm.la -rpath /usr/lib/imlib2/loaders xpm_la-loader_xpm.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/xpm.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/xpm.so libtool: install: /usr/bin/ginstall -c .libs/xpm.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/xpm.la libtool: install: warning: relinking `tga.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o tga.la -rpath /usr/lib/imlib2/loaders tga_la-loader_tga.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/tga.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/tga.so libtool: install: /usr/bin/ginstall -c .libs/tga.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/tga.la libtool: install: warning: relinking `lbm.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o lbm.la -rpath /usr/lib/imlib2/loaders lbm_la-loader_lbm.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/lbm.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/lbm.so libtool: install: /usr/bin/ginstall -c .libs/lbm.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders/lbm.la libtool: install: warning: remember to run `libtool --finish /usr/lib/imlib2/loaders' make[4]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/loaders' Making install in filters make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/lib/imlib2/filters' /bin/sh ../../../libtool --mode=install /usr/bin/ginstall -c testfilter.la bumpmap.la colormod.la '/home/djemos/imlib2/pkg/usr/lib/imlib2/filters' libtool: install: warning: relinking `testfilter.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o testfilter.la -rpath /usr/lib/imlib2/filters testfilter_la-filter_test.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/testfilter.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/testfilter.so libtool: install: /usr/bin/ginstall -c .libs/testfilter.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/testfilter.la libtool: install: warning: relinking `bumpmap.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o bumpmap.la -rpath /usr/lib/imlib2/filters bumpmap_la-filter_bumpmap.lo ../../../src/lib/libImlib2.la -lm -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/bumpmap.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/bumpmap.so libtool: install: /usr/bin/ginstall -c .libs/bumpmap.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/bumpmap.la libtool: install: warning: relinking `colormod.la' libtool: install: (cd /home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters; /bin/sh /home/djemos/imlib2/src/imlib2-1.4.6/libtool --silent --tag CC --tag disable-static --mode=relink gcc -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -module -avoid-version -o colormod.la -rpath /usr/lib/imlib2/filters colormod_la-filter_colormod.lo ../../../src/lib/libImlib2.la -inst-prefix-dir /home/djemos/imlib2/pkg) libtool: install: /usr/bin/ginstall -c .libs/colormod.soT /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/colormod.so libtool: install: /usr/bin/ginstall -c .libs/colormod.lai /home/djemos/imlib2/pkg/usr/lib/imlib2/filters/colormod.la libtool: install: warning: remember to run `libtool --finish /usr/lib/imlib2/filters' make[4]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules/filters' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[4]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' 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/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src/modules' make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' make[1]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/src' Making install in data make[1]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' Making install in fonts make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/share/imlib2/data/fonts' /usr/bin/ginstall -c -m 644 cinema.ttf grunge.ttf morpheus.ttf notepad.ttf '/home/djemos/imlib2/pkg/usr/share/imlib2/data/fonts' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/fonts' Making install in images make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/share/imlib2/data/images' /usr/bin/ginstall -c -m 644 audio.png bg.png bulb.png cal.png calc.png folder.png globe.png imlib2.png lock.png mail.png menu.png mush.png paper.png sh1.png sh2.png sh3.png stop.png tnt.png '/home/djemos/imlib2/pkg/usr/share/imlib2/data/images' make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data/images' make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[3]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' make[1]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/data' Making install in doc make[1]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/doc' make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6/doc' 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/djemos/imlib2/src/imlib2-1.4.6/doc' make[1]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6/doc' make[1]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6' make[2]: Entering directory `/home/djemos/imlib2/src/imlib2-1.4.6' /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/bin' /usr/bin/ginstall -c imlib2-config '/home/djemos/imlib2/pkg/usr/bin' /usr/bin/mkdir -p '/home/djemos/imlib2/pkg/usr/lib/pkgconfig' /usr/bin/ginstall -c -m 644 imlib2.pc '/home/djemos/imlib2/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6' make[1]: Leaving directory `/home/djemos/imlib2/src/imlib2-1.4.6' /home/djemos/imlib2/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 install drwxr-xr-x 8 root root 4096 Δεκ 26 16:21 usr /home/djemos/imlib2/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 432 Δεκ 26 16:21 slack-desc /home/djemos/imlib2/pkg/usr: σύνολο 24 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 bin drwxr-xr-x 3 root root 4096 Δεκ 26 16:21 doc drwxr-xr-x 2 root root 4096 Δεκ 26 16:20 include drwxr-xr-x 4 root root 4096 Δεκ 26 16:21 lib drwxr-xr-x 3 root root 4096 Δεκ 26 16:21 share drwxr-xr-x 3 root root 4096 Δεκ 26 16:16 src /home/djemos/imlib2/pkg/usr/bin: σύνολο 108 -rwxr-xr-x 1 root root 1018 Δεκ 26 16:21 imlib2-config -rwxr-xr-x 1 root root 6420 Δεκ 26 16:21 imlib2_bumpmap -rwxr-xr-x 1 root root 8256 Δεκ 26 16:21 imlib2_colorspace -rwxr-xr-x 1 root root 5828 Δεκ 26 16:21 imlib2_conv -rwxr-xr-x 1 root root 6444 Δεκ 26 16:21 imlib2_grab -rwxr-xr-x 1 root root 7096 Δεκ 26 16:21 imlib2_poly -rwxr-xr-x 1 root root 34872 Δεκ 26 16:21 imlib2_show -rwxr-xr-x 1 root root 9120 Δεκ 26 16:21 imlib2_test -rwxr-xr-x 1 root root 10856 Δεκ 26 16:21 imlib2_view /home/djemos/imlib2/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 imlib2-1.4.6 /home/djemos/imlib2/pkg/usr/doc/imlib2-1.4.6: σύνολο 24 -rw-r--r-- 1 root root 1286 Δεκ 26 16:21 AUTHORS -rw-r--r-- 1 root root 1988 Δεκ 26 16:21 COPYING -rw-r--r-- 1 root root 273 Δεκ 26 16:21 ChangeLog -rw-r--r-- 1 root root 338 Δεκ 26 16:21 INSTALL -rw-r--r-- 1 root root 1763 Δεκ 26 16:21 README -rw-r--r-- 1 root root 255 Δεκ 26 16:21 TODO /home/djemos/imlib2/pkg/usr/include: σύνολο 28 -rw-r--r-- 1 root root 25394 Δεκ 26 16:20 Imlib2.h /home/djemos/imlib2/pkg/usr/lib: σύνολο 364 drwxr-xr-x 4 root root 4096 Δεκ 26 16:21 imlib2 -rwxr-xr-x 1 root root 1087 Δεκ 26 16:20 libImlib2.la lrwxrwxrwx 1 root root 18 Δεκ 26 16:20 libImlib2.so -> libImlib2.so.1.4.6 lrwxrwxrwx 1 root root 18 Δεκ 26 16:20 libImlib2.so.1 -> libImlib2.so.1.4.6 -rwxr-xr-x 1 root root 359064 Δεκ 26 16:21 libImlib2.so.1.4.6 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 pkgconfig /home/djemos/imlib2/pkg/usr/lib/imlib2: σύνολο 8 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 filters drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 loaders /home/djemos/imlib2/pkg/usr/lib/imlib2/filters: σύνολο 44 -rwxr-xr-x 1 root root 1103 Δεκ 26 16:21 bumpmap.la -rwxr-xr-x 1 root root 9808 Δεκ 26 16:21 bumpmap.so -rwxr-xr-x 1 root root 1109 Δεκ 26 16:21 colormod.la -rwxr-xr-x 1 root root 8224 Δεκ 26 16:21 colormod.so -rwxr-xr-x 1 root root 1121 Δεκ 26 16:21 testfilter.la -rwxr-xr-x 1 root root 6508 Δεκ 26 16:21 testfilter.so /home/djemos/imlib2/pkg/usr/lib/imlib2/loaders: σύνολο 188 -rwxr-xr-x 1 root root 1085 Δεκ 26 16:21 argb.la -rwxr-xr-x 1 root root 5700 Δεκ 26 16:21 argb.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 bmp.la -rwxr-xr-x 1 root root 11344 Δεκ 26 16:21 bmp.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 bz2.la -rwxr-xr-x 1 root root 5732 Δεκ 26 16:21 bz2.so -rwxr-xr-x 1 root root 1098 Δεκ 26 16:21 gif.la -rwxr-xr-x 1 root root 6132 Δεκ 26 16:21 gif.so -rwxr-xr-x 1 root root 1101 Δεκ 26 16:21 id3.la -rwxr-xr-x 1 root root 11488 Δεκ 26 16:21 id3.so -rwxr-xr-x 1 root root 1105 Δεκ 26 16:21 jpeg.la -rwxr-xr-x 1 root root 8692 Δεκ 26 16:21 jpeg.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 lbm.la -rwxr-xr-x 1 root root 9876 Δεκ 26 16:21 lbm.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 png.la -rwxr-xr-x 1 root root 10624 Δεκ 26 16:21 png.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 pnm.la -rwxr-xr-x 1 root root 9888 Δεκ 26 16:21 pnm.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 tga.la -rwxr-xr-x 1 root root 7024 Δεκ 26 16:21 tga.so -rwxr-xr-x 1 root root 1129 Δεκ 26 16:21 tiff.la -rwxr-xr-x 1 root root 10668 Δεκ 26 16:21 tiff.so -rwxr-xr-x 1 root root 1079 Δεκ 26 16:21 xpm.la -rwxr-xr-x 1 root root 10268 Δεκ 26 16:21 xpm.so -rwxr-xr-x 1 root root 1085 Δεκ 26 16:21 zlib.la -rwxr-xr-x 1 root root 5736 Δεκ 26 16:21 zlib.so /home/djemos/imlib2/pkg/usr/lib/pkgconfig: σύνολο 4 -rw-r--r-- 1 root root 218 Δεκ 26 16:21 imlib2.pc /home/djemos/imlib2/pkg/usr/share: σύνολο 4 drwxr-xr-x 3 root root 4096 Δεκ 26 16:21 imlib2 /home/djemos/imlib2/pkg/usr/share/imlib2: σύνολο 4 drwxr-xr-x 4 root root 4096 Δεκ 26 16:21 data /home/djemos/imlib2/pkg/usr/share/imlib2/data: σύνολο 8 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 fonts drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 images /home/djemos/imlib2/pkg/usr/share/imlib2/data/fonts: σύνολο 164 -rw-r--r-- 1 root root 11588 Δεκ 26 16:21 cinema.ttf -rw-r--r-- 1 root root 53204 Δεκ 26 16:21 grunge.ttf -rw-r--r-- 1 root root 68044 Δεκ 26 16:21 morpheus.ttf -rw-r--r-- 1 root root 31312 Δεκ 26 16:21 notepad.ttf /home/djemos/imlib2/pkg/usr/share/imlib2/data/images: σύνολο 252 -rw-r--r-- 1 root root 4263 Δεκ 26 16:21 audio.png -rw-r--r-- 1 root root 132721 Δεκ 26 16:21 bg.png -rw-r--r-- 1 root root 3504 Δεκ 26 16:21 bulb.png -rw-r--r-- 1 root root 2755 Δεκ 26 16:21 cal.png -rw-r--r-- 1 root root 3949 Δεκ 26 16:21 calc.png -rw-r--r-- 1 root root 2873 Δεκ 26 16:21 folder.png -rw-r--r-- 1 root root 3388 Δεκ 26 16:21 globe.png -rw-r--r-- 1 root root 53192 Δεκ 26 16:21 imlib2.png -rw-r--r-- 1 root root 2770 Δεκ 26 16:21 lock.png -rw-r--r-- 1 root root 3222 Δεκ 26 16:21 mail.png -rw-r--r-- 1 root root 3240 Δεκ 26 16:21 menu.png -rw-r--r-- 1 root root 3244 Δεκ 26 16:21 mush.png -rw-r--r-- 1 root root 3410 Δεκ 26 16:21 paper.png -rw-r--r-- 1 root root 768 Δεκ 26 16:21 sh1.png -rw-r--r-- 1 root root 280 Δεκ 26 16:21 sh2.png -rw-r--r-- 1 root root 360 Δεκ 26 16:21 sh3.png -rw-r--r-- 1 root root 2684 Δεκ 26 16:21 stop.png -rw-r--r-- 1 root root 3010 Δεκ 26 16:21 tnt.png /home/djemos/imlib2/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Δεκ 26 16:21 imlib2-1.4.6 /home/djemos/imlib2/pkg/usr/src/imlib2-1.4.6: σύνολο 4 -rw-r--r-- 1 root root 1226 Δεκ 26 16:21 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libImlib2.so.1 -> libImlib2.so.1.4.6 usr/lib/libImlib2.so -> libImlib2.so.1.4.6 Making symbolic link creation script: ( cd usr/lib ; rm -rf libImlib2.so.1 ) ( cd usr/lib ; ln -sf libImlib2.so.1.4.6 libImlib2.so.1 ) ( cd usr/lib ; rm -rf libImlib2.so ) ( cd usr/lib ; ln -sf libImlib2.so.1.4.6 libImlib2.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/libImlib2.so.1» removed «./usr/lib/libImlib2.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: /home/djemos/imlib2/imlib2-1.4.6-i486-1dj.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/imlib2-1.4.6/ usr/doc/imlib2-1.4.6/COPYING usr/doc/imlib2-1.4.6/AUTHORS usr/doc/imlib2-1.4.6/INSTALL usr/doc/imlib2-1.4.6/ChangeLog usr/doc/imlib2-1.4.6/README usr/doc/imlib2-1.4.6/TODO usr/src/ usr/src/imlib2-1.4.6/ usr/src/imlib2-1.4.6/SLKBUILD usr/share/ usr/share/imlib2/ usr/share/imlib2/data/ usr/share/imlib2/data/fonts/ usr/share/imlib2/data/fonts/morpheus.ttf usr/share/imlib2/data/fonts/cinema.ttf usr/share/imlib2/data/fonts/notepad.ttf usr/share/imlib2/data/fonts/grunge.ttf usr/share/imlib2/data/images/ usr/share/imlib2/data/images/tnt.png usr/share/imlib2/data/images/bg.png usr/share/imlib2/data/images/menu.png usr/share/imlib2/data/images/globe.png usr/share/imlib2/data/images/mail.png usr/share/imlib2/data/images/stop.png usr/share/imlib2/data/images/folder.png usr/share/imlib2/data/images/bulb.png usr/share/imlib2/data/images/audio.png usr/share/imlib2/data/images/mush.png usr/share/imlib2/data/images/calc.png usr/share/imlib2/data/images/lock.png usr/share/imlib2/data/images/sh2.png usr/share/imlib2/data/images/cal.png usr/share/imlib2/data/images/paper.png usr/share/imlib2/data/images/imlib2.png usr/share/imlib2/data/images/sh3.png usr/share/imlib2/data/images/sh1.png usr/lib/ usr/lib/imlib2/ usr/lib/imlib2/loaders/ usr/lib/imlib2/loaders/pnm.la usr/lib/imlib2/loaders/lbm.so usr/lib/imlib2/loaders/argb.so usr/lib/imlib2/loaders/argb.la usr/lib/imlib2/loaders/png.so usr/lib/imlib2/loaders/zlib.so usr/lib/imlib2/loaders/gif.so usr/lib/imlib2/loaders/id3.la usr/lib/imlib2/loaders/jpeg.so usr/lib/imlib2/loaders/lbm.la usr/lib/imlib2/loaders/tiff.la usr/lib/imlib2/loaders/xpm.so usr/lib/imlib2/loaders/bmp.la usr/lib/imlib2/loaders/zlib.la usr/lib/imlib2/loaders/bz2.so usr/lib/imlib2/loaders/jpeg.la usr/lib/imlib2/loaders/tga.la usr/lib/imlib2/loaders/tiff.so usr/lib/imlib2/loaders/xpm.la usr/lib/imlib2/loaders/bz2.la usr/lib/imlib2/loaders/gif.la usr/lib/imlib2/loaders/id3.so usr/lib/imlib2/loaders/pnm.so usr/lib/imlib2/loaders/bmp.so usr/lib/imlib2/loaders/png.la usr/lib/imlib2/loaders/tga.so usr/lib/imlib2/filters/ usr/lib/imlib2/filters/bumpmap.la usr/lib/imlib2/filters/bumpmap.so usr/lib/imlib2/filters/colormod.so usr/lib/imlib2/filters/colormod.la usr/lib/imlib2/filters/testfilter.so usr/lib/imlib2/filters/testfilter.la usr/lib/libImlib2.so.1.4.6 usr/lib/libImlib2.la usr/lib/pkgconfig/ usr/lib/pkgconfig/imlib2.pc usr/include/ usr/include/Imlib2.h usr/bin/ usr/bin/imlib2_show usr/bin/imlib2_poly usr/bin/imlib2_bumpmap usr/bin/imlib2_conv usr/bin/imlib2-config usr/bin/imlib2_view usr/bin/imlib2_grab usr/bin/imlib2_test usr/bin/imlib2_colorspace Slackware package /home/djemos/imlib2/imlib2-1.4.6-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories