[mira_talk] Re: Problem with installation, even with GCC version 4.8.1, its asking for updated version of GCC

  • From: Bastien Chevreux <bach@xxxxxxxxxxxx>
  • To: mira_talk@xxxxxxxxxxxxx
  • Date: Thu, 11 Aug 2016 09:15:38 -0400

On 11 Aug 2016, at 8:39 , Hukum rawal <hukam.rawal@xxxxxxxxx> wrote:

What is the possibility of this error in make install command?
[root@hpc12 mira-3.4.1.1]# make && make install
[…]
/usr/bin/ld: warning: libboost_system.so.1.61.0, needed by 
/root/boost/lib/libboost_thread.so, may conflict with 
libboost_system.so.1.48.0

Two things:
1. compilation and linking are mixing up two Boost versions present on your 
system (61 and the older 48). Sooner or later this will got wrong (and it does)
2. The above mentioned mixing up is due to you trying to compile a very old 
version of MIRA (3.4.x). Don’t! Beside the compilation problems (which I know 
took me quite a while to get ironed out), the 4.x series is so far ahead of 3.x 
in terms of assembly quality that trying to use older versions is simply a 
waste of time nowadays.

B.
--
You have received this mail because you are subscribed to the mira_talk mailing 
list. For information on how to subscribe or unsubscribe, please visit 
http://www.chevreux.org/mira_mailinglists.html

Other related posts: