X BOL wishing you a very and Happy New year

Alternative content

Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Question: Question: No library found for -lstaden-read

biogeek
1762 days ago

Question: No library found for -lstaden-read

How to fix this warning, it occurs while installing AutoConTAMPR dependencies

Warning (mostly harmless): No library found for -lstaden-read

Answers
0

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