Static libraries?

Home Forums Forum Static libraries?

This topic contains 0 replies, has 1 voice, and was last updated by  Chen Xu 5 years, 9 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #83964

    Chen Xu

    Hi,

    I tried to compile a C++ program but suddenly found that many libraries come with ellcc have only ‘.so’ but no ‘.a’, include libc++, which makes me cannot generate statically linked C++ binary.

    Is there any reason you made this configuration? I think we should prefer static instead of dynamic libraries when cross-compiling any programs. We cannot assume target system has a functional package management tool to manage all shared dependencies.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.