On Monday, 10 February 2020 at 19:39:04 UTC, Ernesto Castellotti
wrote:
On Monday, 10 February 2020 at 19:00:36 UTC, Andre Pany wrote:
[...]
Static libraries are simple collections of object files, there
is no difference between linking a static library or several
object files
If you notic
On Monday, 10 February 2020 at 19:00:36 UTC, Andre Pany wrote:
On Monday, 10 February 2020 at 13:14:50 UTC, Ernesto
Castellotti wrote:
On Monday, 10 February 2020 at 04:41:31 UTC, Andre Pany wrote:
Is this a bug with LDC and DMD, or is it not allowed
to dynamically call a SO from a statically b
On Monday, 10 February 2020 at 13:14:50 UTC, Ernesto Castellotti
wrote:
On Monday, 10 February 2020 at 04:41:31 UTC, Andre Pany wrote:
Is this a bug with LDC and DMD, or is it not allowed
to dynamically call a SO from a statically build executable on
linux
On Unix systems it is not possible t
On Monday, 10 February 2020 at 04:41:31 UTC, Andre Pany wrote:
Is this a bug with LDC and DMD, or is it not allowed
to dynamically call a SO from a statically build executable on
linux
On Unix systems it is not possible to dynamically load a library
shared by a static executable, I don't know