PDA

View Full Version : Help with static compilling Linux.



ReDKiiL
25th March 2015, 22:55
Hello people, I have a problem, I have compiled my program statically in my VM Debian.
When I run my program on Debian it works normally.

When I move it to my laptop with CentOS 7 pops up this error?

Error loading libxcb icccm! no such file or directory

http://i.cubeupload.com/v3ARnE.png

Thanks :D

ChrisW67
26th March 2015, 20:51
Deploy those shared libraries (libxcb ) on the target machine or compile them statically and link those to your Qt library/program.