简体   繁体   中英

Qt5 from repository with *-devel packages but with no debug symbols on Centos 6.5

I am trying to determine a reason for application crashing on Centos 6.5. I have qt5 from EPEL repositories installed complete with all -devel packages, but both gdb and qtcreator seem to think that I do not have debug symbols for Qt libraries... do I need to compile Qt from source or is there a way to make the one from repo work for debugging?

After asking around on freenode I was able to find the answer:

*-debug packages in epel are not installed by default, in fact they are kept separately and must be installed with

debuginfo-install <pkg> 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM