Hi,
I am trying to install omegalib on ubuntu 16 by the following commands:
wget
https://uic-evl.github.io/omegalib/omegachmod +x omega
./omega get release
It gives me the following errors:
[ 99%] Building CXX object src/orun/CMakeFiles/orun.dir/orun.cpp.o
[100%] Linking CXX executable ../../bin/orun
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tgetstr'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tputs'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `BC'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tgetent'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tgetflag'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tgoto'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `UP'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `tgetnum'
/home/xiaokai/anaconda2/lib/libreadline.so: undefined reference to `PC'
collect2: error: ld returned 1 exit status
src/orun/CMakeFiles/orun.dir/build.make:105: recipe for target 'bin/orun' failed
make[2]: *** [bin/orun] Error 1
CMakeFiles/Makefile2:605: recipe for target 'src/orun/CMakeFiles/orun.dir/all' failed
make[1]: *** [src/orun/CMakeFiles/orun.dir/all] Error 2
Makefile:105: recipe for target 'all' failed
make: *** [all] Error 2
Could anyone give some help? Thanks a lot!
regards,
Kai