biogeek1714 days ago
How to fix this warning, it occurs while installing AutoConTAMPR dependencies
Warning (mostly harmless): No library found for -lstaden-read
It seems you have some problem with io_lib, follow this
git clone https://github.com/jkbonfield/io_lib.gitcd io_libgit submodule update --init --recursive./bootstrap export CFLAGS="-fPIC" && ./configure makesudo make install
It seems you have some problem with io_lib, follow this
git clone https://github.com/jkbonfield/io_lib.git
cd io_lib
git submodule update --init --recursive
./bootstrap
export CFLAGS="-fPIC" && ./configure
make
sudo make install