DV-E Posted July 6, 2019 Report Share Posted July 6, 2019 It is my first time to install SCV. I have Systemc-2.3.3 installed successfully. when i did step6 on INSTALL 6. Compile the package. > gmake (or gmake debug to build debug version of library) Some Solaris systems are unable to compile SCV with optimization enabled (which it is by default). If you run into trouble, try configuring again with the "--disable-opt" option specified on the configure command line. I got below error. Not sure how to fix it Thanks /usr/bin/grep: /glad/common/pkgsData/gcc-v6.3.0p1/Linux/RHEL6.0-2013-x86_64/lib/../lib64/libstdc++.la: No such file or directory /usr/bin/sed: can't read /glad/common/pkgsData/gcc-v6.3.0p1/Linux/RHEL6.0-2013-x86_64/lib/../lib64/libstdc++.la: No such file or directory libtool: link: `/glad/common/pkgsData/gcc-v6.3.0p1/Linux/RHEL6.0-2013-x86_64/lib/../lib64/libstdc++.la' is not a valid libtool archive gmake[2]: *** [libscv.la] Error 1 Quote Link to comment Share on other sites More sharing options...
David Black Posted July 6, 2019 Report Share Posted July 6, 2019 The error looks like a 64-bit library issue with stdc++. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.