The following packages will be installed: snow Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching snow.SlackBuild... 0%100%100%100%100%100%Done Fetching snow.info... 0%100%100%100%100%100%Done snow-20130616/ snow-20130616/ChangeLog snow-20130616/huffcode.h snow-20130616/Makefile snow-20130616/COPYING snow-20130616/compress.c snow-20130616/encode.c snow-20130616/ice.h snow-20130616/README snow-20130616/snow.h snow-20130616/AUTHORS snow-20130616/main.c snow-20130616/encrypt.c snow-20130616/ice.c snow-20130616/snow.1 cc -O2 -march=i586 -mtune=i686 -c -o main.o main.c main.c: In function ‘main’: main.c:180:17: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] 180 | if (strcmp (argv[optind], "--help") == 0) { | ^~~~~~ main.c:40:1: note: include ‘’ or provide a declaration of ‘strcmp’ 39 | #include "snow.h" +++ |+#include 40 | cc -O2 -march=i586 -mtune=i686 -c -o encrypt.o encrypt.c cc -O2 -march=i586 -mtune=i686 -c -o ice.o ice.c cc -O2 -march=i586 -mtune=i686 -c -o compress.o compress.c cc -O2 -march=i586 -mtune=i686 -c -o encode.o encode.c cc -O2 -march=i586 -mtune=i686 -o snow main.o encrypt.o ice.o compress.o encode.o Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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: /usr/src/slapt-src-i486/misc/snow/snow-20130616-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/snow usr/doc/ usr/doc/snow-20130616/ usr/doc/snow-20130616/AUTHORS usr/doc/snow-20130616/COPYING usr/doc/snow-20130616/ChangeLog usr/doc/snow-20130616/README usr/doc/snow-20130616/snow.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/snow.1.gz Slackware package /usr/src/slapt-src-i486/misc/snow/snow-20130616-i586-1salix15.0.txz created. Installing package snow-20130616-i586-1salix15.0... | snow (whitespace steganography) | | The program SNOW is used to conceal messages in ASCII text by | appending whitespace to the end of lines. Because spaces and tabs are | generally not visible in text viewers, the message is effectively | hidden from casual observers. And if the built-in encryption is used, | the message cannot be read even if it is detected. | | website: http://www.darkside.com.au/snow/ | | | |