gcc - g++ in red hat devtoolset-3 cannot find -lelf -


hi i'm running devtoolset-3 on centos 6.5.

when run g++, ld fails because can't find -lelf

i compiled -v flag find library path g++ using find libraries, , have moved libelf.so each of these folders still not working.

i wondering if had ideas? -lelf not libelf.so? should file in place else besides library paths?

thanks!


finding package provides libelf.so : # yum provides libelf.so


# yum install elfutils-libelf-devel 


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -