Hello Ahmadifar, The error you are getting is really strange. I believe you have the correct version of Boost, but I cannot understand why the script believes otherwise. Could you please tell me what version of the "make" program you have installed on your system?
The file "makefile.checksetup" at line 110 is responsible for this message. Specifically, the string comparison at line 112 should be successful. It might make sense to transform it to an integer comparison just to see if it works. Anyway, for now I would suggest you ignore this warning and move on. Set BOOST_VERSION_NOCHECK=true in makefile.defs and try to compile again to see if there are any other (hopefully more descriptive) errors. Please note that the error message you're getting mentions a different variable to be set (GCC_VERSION_NOCHECK), which is wrong. Regards, Evangelos -----Original Message----- From: simflex-bounces at ece.cmu.edu [mailto:simflex-bounces at ece.cmu.edu] On Behalf Of ahmadifar at guilan.ac.ir Sent: Wednesday, June 24, 2009 5:43 AM To: simflex at ece.cmu.edu Subject: [Simflex] a question about FLEXUS installation Hi SimFlex supporter, I want to install FLEXUS 3.0.29 on Fedora core 7. i have installed GCC, Boost and simics on Fedora core 7. according to getting started guide in Flexus directory, I wrote the Path of gcc,Boost and simics in makefile.defs and then ran "make install" but it didn't work correctly and printed the following errors: make -s -r FLEXUS_ROOT=`pwd` -f makefile.install install .home/pedram/boost_folder reports its version as 103301 Flexus only supports 103301 (Boost 1.33.1). You can override this check and force make to continue by adding GCC_VERSION_NOCHECK=true to makefile.defs make[1]: *** [boost_version] Error 1 make: *** [install] Error 2 I have checked the Boost version and downloaded it from the right site i don't know why it has error. may you help me? Regards, Ahmadifar, PhD student. _______________________________________________ SimFlex mailing list SimFlex at ece.cmu.edu https://sos.ece.cmu.edu/mailman/listinfo/simflex SimFlex web page: http://www.ece.cmu.edu/~simflex
