mixed compilation
Can you compile an application statically with respect to some
libraries and dynamically with respect to others? It seems like this
should be doable in theory, but I can't find the required GCC options
for that.
On another topic, can one use DLLs to build statically linked
executables? Seems like there should be a way to lift the binary
procedure code out of DLL and plug them into your executables, in
theory. But how can this be done in practice?
.
Relevant Pages
- Re: How to create a library that detects the processor and uses SIMD instructions as necessary
... at compile-time, and compile the correct functions into the executable. ... completely seperate executables, and call the correct one at run-time. ... branch on all affected functions such that a CPU detect function is run ... once and the most optimized libraries selected, ... (comp.lang.asm.x86) - Re: Newbie question: creating dll without the need of CVF 6.6 Runtime library
... > Ok these options create a larger dll (include needed elements from the ... The libraries were written with the expectation of being used within ... executables, not DLLs. ... (comp.lang.fortran) - Re: Loading DLLs App.config from alternate location
... DLLs do not have config files, ... /bin - executables ... Libraries with a strong name ... (microsoft.public.dotnet.framework.clr) - Re: Shared library usage by the process
... The usual way for sharing a library involves deferring the linking until ... Some libraries are widely used, like libc and libm, and benefit well from ... to have the same function in each), or between all executables. ... (comp.unix.questions) - Re: Shared library usage by the process
... The usual way for sharing a library involves deferring the linking until ... Some libraries are widely used, like libc and libm, and benefit well from ... to have the same function in each), or between all executables. ... (comp.unix.programmer) |
|