LZN's Blog CodePlayer

Maintaining: skipping incompatible /usr/lib64/libncurses.so when searching for -lncurses

2019-07-15
LZN

Now I start my internship! Totally new vision into regional modeling and data assimilation. When deal with the radar data, I need to compile a software SOLO2.

As mentioned in the github page:

Soloii can be built and run on a 64-bit Linux or OS X machine, although it will explicitly build a 32-bit binary.

It is quite a job to install every lib in the ia32 mode. Note that CentOS 6/7 uses i686 as the suffix to mark the ia32 version, and both the lib itself and lib-devel need to be installed.

When $make, we still got some warnings like skipping incompatible /usr/lib64/libncurses.so when searching for -lncurses

That is not actually a problem unless an error happens.

Updated 2019-07-15


Similar Posts

Comments