ld-linux.exe: error: cannot find -lgcc_s

Issue #190 new
Harry Stahl created an issue

The gcc compiler is on my system (ubuntu 16.04).

I try to add a symbolic link to the path with

sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/5.4.0/libgcc_s.so /usr/lib/gcc/libgcc_s.so

But it does'nt help

(the 5.4.0 is the last directory with content; there are also folders 6 and 6.0.0 but it has no content)

No idea, why this problem is with this project, while others works.

What can I do here?

Comments (3)

  1. Harry Stahl reporter

    I deleted the project file an create a new from scratch (that was even neccessary, because the "cfbundleShortVersionString" was missed in the version-infos and so it was not possible to set other options under project-options for mac).

    After that it compiles. Strange, but as we all know it is not seldom with computers...

  2. Log in to comment