Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # yum install glibc-devel.i686 libstdc++-devel.i686
  2. Loaded plugins: fastestmirror, security
  3. Setting up Install Process
  4. Loading mirror speeds from cached hostfile
  5. * epel: mirror.cogentco.com
  6. * ius: mirror.team-cymru.org
  7. Package glibc-devel-2.12-1.192.el6.i686 already installed and latest version
  8. Package libstdc++-devel-4.4.7-17.el6.i686 already installed and latest version
  9. Nothing to do... and when I type make
  10.  
  11. # make
  12. [ 3%] Built target subhook
  13. Linking CXX shared library FCNPC.so
  14. /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: skipping incompatible /opt/rh/devtoolset-2/root/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++_nonshared.a when searching for -lstdc++_nonshared
  15. /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: cannot find -lstdc++_nonshared
  16. collect2: error: ld returned 1 exit status
  17. make[2]: *** [FCNPC.so] Error 1
  18. make[1]: *** [CMakeFiles/FCNPC.dir/all] Error 2
  19. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement