libtool: link: warning: `-version-info' is ignored for programs
libtool: link: gcc -Wall -g -O2 -static -o bin/clish bin/clish.o ./.libs/libclish.a /home/albert/klish/.libs/libtinyrl.a /home/albert/klish/.libs/libkonf.a /usr/lib/x86_64-linux-gnu/libexpat.a ./.libs/libkonf.a ./.libs/libtinyrl.a /home/albert/klish/.libs/liblub.a ./.libs/liblub.a -ldl
./.libs/libclish.a(libclish_la-plugin.o): In function `clish_plugin_load_shared':
/home/albert/klish/clish/plugin/plugin.c:354: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/albert/klish/.libs/liblub.a(db.o): In function `lub_db_getgrgid':
/home/albert/klish/lub/db/db.c:131: warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/albert/klish/.libs/liblub.a(db.o): In function `lub_db_getgrnam':
/home/albert/klish/lub/db/db.c:98: warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/albert/klish/.libs/liblub.a(db.o): In function `lub_db_getpwnam':
/home/albert/klish/lub/db/db.c:32: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/albert/klish/.libs/liblub.a(db.o): In function `lub_db_getpwuid':
/home/albert/klish/lub/db/db.c:65: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./.libs/libclish.a(libclish_la-shell_execute.o): In function `clish_shell__get_fifo':
/home/albert/klish/clish/shell/shell_execute.c:415: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[1]: Leaving directory `/home/albert/klish'