I downloaded the tar.gz archive from http://www.gnu.org/software/oleo/ and…
sh-4.2# tar fxz oleo-1.99.5.tar.gz
sh-4.2# cd oleo-1.99.5
sh-4.2# grep configure README
./configure --without-motif --without-x && make
./configure --without-motif --with-x && make
./configure --with-motif && make
sh-4.2# ./configure --with-motif && make
loading site script /usr/share/site/x86_64-unknown-linux-gnu
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for bison... no
checking for byacc... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for texi2html... no
checking for gcc option to accept ANSI C... none needed
checking for function prototypes... yes
checking for waddch in -lncurses... yes
checking for ncurses.h... yes
checking for sys_errlist and sys_nerr... yes
checking for tputs in -lmytinfo... no
checking for setlocale in -lxpg4... no
checking for main in -lm... yes
checking for X... no
checking for openpl in -lplot... no
checking for pl_openpl in -lplot... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for locale.h... yes
checking for time.h... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for main in -lxbase... no
checking for gsl_error in -lgsl... no
checking for mysql_connect in -lmysqlclient... no
checking for working const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for working alloca.h... yes
checking for alloca... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for ftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for putenv... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime...
… but it just hangs on the last line indefinitely. Has anyone had success installing Oleo on openSUSE 13.1?