Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
12k views

lgcc_s not found by ld even if libgcc_s.so link is not broken on Ubuntu 12.10

I'm facing a problem compiling with gcc with -static, -static-libgcc flags enabled for compiler and -Wl,-static flag enabled for linker on Ubuntu 12.10. But the application builds fine with dynamic ...
Samik's user avatar
  • 575
2 votes
0 answers
310 views

How to transfer executable made of Qt 4.8.3 and OpenCV 2.4.3 from Ubuntu 12.10 to Fedora 14?

I compiled a Qt-GUI project using Qt 4.8.3 & OpenCv 2.4.3 in Ubuntu 12.10. I need to transfer the executable to Fedora 14 to run. But, for the 1st time, it gave me an error can't open the file &...
user2223228's user avatar