Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8708653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:11:13+00:00 2026-06-13T04:11:13+00:00

What does it exactly mean, when I pass <link>static feature to requirements section when

  • 0

What does it exactly mean, when I pass <link>static feature to requirements section when building an executable?

exe main
       : main.cpp
         /libs//my_library
       : <library>/boost//thread
         <link>static
       ;

Does this mean that both /libs//my_library and <library>/boost//thread has to be built with static linkage?

If my target /libs//my_library has <link>static requirement set (is built only with this feature), will there be raised an error if I ommit the <link>static requirement for all targets that depends on this library (just like the one above)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:11:17+00:00Added an answer on June 13, 2026 at 4:11 am

    What does it exactly mean, when I pass <link>static feature to
    requirements section when building an executable?

    It means to build (and link to) the dependency libraries statically.

    exe main
           : main.cpp
             /libs//my_library
           : <library>/boost//thread
             <link>static
           ;
    

    Does this mean that both /libs//my_library and <library>/boost//thread
    has to be built with static linkage?

    Yes.

    If my target /libs//my_library has <link>static requirement set (is
    built only with this feature), will there be raised an error if I
    ommit the <link>static requirement for all targets that depends on
    this library (just like the one above)?

    No, that is OK. If your library has <link>static as a requirement, then it will be built statically no matter what, and it isn’t necessary to have <link>static in a dependent target just for the sake of this library alone.

    Note that it is possible to request a specific dependency library to be built statically without affecting other dependency libraries, like this:

    exe e : /libs//mylib/<link>static /libs//otherlib /libs//someotherlib

    This <link>static above doesn’t affect otherlib and someotherlib, it pertains only to mylib.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What does exactly the star in size terms in WPF mean?
What exactly is meant by the term rich user interface? Does it mean the
Here is the link to the jsfiddle: http://jsfiddle.net/d3xMZ/ when I hover, it does exactly
The following Python snippet does exactly what I mean: def function(a, b, c): print(%i
What does exactly this mean? typedef _W64 unsigned int UINT_PTR, *PUINT_PTR; Does this mean
What does it mean exactly when I define a class this way in C++
What exactly does this mean? $number = ( 3 - 2 + 7 )
What does it exactly mean to have a 350% cpu usage (by a process)
What exactly does it mean if a function is defined as virtual and is
What exactly does it mean if the result of a junit test is Failed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.