Hello Leo,

> ld: ../../lib/libWebCore.a: error adding symbols: malformed archive

I missed your thread and ended up applying the same set of patches, to
reach the same error.

According to
https://stackoverflow.com/questions/45654547/linker-could-not-read-symbols-malformed-archive,
this could be caused by some size limit of archives.

I tried to set:

--8<---------------cut here---------------start------------->8---
  "-DCMAKE_BUILD_TYPE=Release"
--8<---------------cut here---------------end--------------->8---

because it seems that it defaults to "RelWithDebInfo" that adds debug
symbols, but I doesn't help :(.

Mathieu



Reply via email to