08 May 2018

Wily

System: Slackware Linux (version 14.0)
CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz

Compilation of wily-0.13.42.

eric@darkstar:~$ git clone -q git://github.com/9wm/wily.git
eric@darkstar:~$ cd wily
eric@darkstar:~/wily$ autoheader
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:                       [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
eric@darkstar:~/wily$ autoconf
eric@darkstar:~/wily$ SLKCFLAGS="-O2 -march=i486 -mtune=i686"
eric@darkstar:~/wily$ CFLAGS="$SLKCFLAGS" ./configure

...
eric@darkstar:~/wily$ make

...
eric@darkstar:~/wily$ find . -print0 | xargs -0 file | grep -e "executable" | grep ELF \
> | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
eric@darkstar:~/wily$ mkdir -p $HOME/bin
eric@darkstar:~/wily$ cp wily/wily $HOME/bin
eric@darkstar:~/wily$

[   ]