Buenas muchachones no estoy seguro si hay un error en el make y make install
rubn@Xubuntu:~/lkl$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
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 string.h, usability... no
checking string.h, presence... no
checking for string.h,... no
checking stdio.h, usability... no
checking stdio.h, presence... no
checking for stdio.h,... no
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
rubn@Xubuntu:~/lkl$ sudo make
[sudo] password for rubn:
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make all-am
make[1]: se ingresa al directorio «/home/rubn/lkl»
make[1]: se sale del directorio «/home/rubn/lkl»
rubn@Xubuntu:~/lkl$ sudo make install
make[1]: se ingresa al directorio «/home/rubn/lkl»
/bin/bash ./mkinstalldirs /usr/local/bin
/usr/bin/install -c lkl /usr/local/bin/lkl
make[1]: No se hace nada para «install-data-am».
make[1]: se sale del directorio «/home/rubn/lkl»