Re: Static AND Dynamic linking at the same time



Tieum <surnom.surnom@xxxxxxx> writes:

> Whatcan I change to have the desired behaviour ?

Add -Wl,-Bstatic and -Wl,-Bdynamic to your link line as appropriate.

> Note: full source code is at

You may also wish to read this:
http://www.catb.org/~esr/faqs/smart-questions.html

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.



Relevant Pages

  • Re: Stack size calculation - looking for supporting tool
    ... that scans C source code, and calculates the required stack size, ... Only plain C, no recursion. ... then nodes only calling terminals with the sum of the ... I tried this once and the use of function pointers in the code made it ...
    (comp.lang.c)
  • Re: Stack size calculation - looking for supporting tool
    ... that scans C source code, and calculates the required stack size, ... Only plain C, no recursion. ... (don't say "stack" around comp.lang.c; here, ... The only problem are function pointers. ...
    (comp.lang.c)
  • Re: Stack size calculation - looking for supporting tool
    ... that scans C source code, and calculates the required stack size, ... Only plain C, no recursion. ... then nodes only calling terminals with the sum of the ... I tried this once and the use of function pointers in the code made it ...
    (comp.lang.c)
  • Re: Stack size calculation - tool support?
    ... that scans C source code, and calculates the required tack size, based ... Only plain C, no recursion. ... Granted, an RTOS makes life difficult, but even there the stack usage of ... From the source code, you may be able to compute the depth of nesting, ...
    (comp.arch.embedded)
  • Re: how to order ld to use a specific libstdc++ version ?
    ... (Source code unavailable.) ... ignoring that warning. ... for each symbol, verify that the ABI for that symbol, and all ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.programmer)