Re: Create a self contained object file like fat jars from java

2024-01-14 Thread Renato via D.gnu
On Sunday, 14 January 2024 at 09:36:16 UTC, pizza_dox_ wrote: On Sunday, 7 January 2024 at 18:14:12 UTC, Renato wrote: On Friday, 5 January 2024 at 22:10:31 UTC, pizza_dox_ wrote: Hi, I am trying with gdc to create the equivalent of a fat jar. So for that I would need the standard dlang

Re: Create a self contained object file like fat jars from java

2024-01-07 Thread Renato via D.gnu
On Friday, 5 January 2024 at 22:10:31 UTC, pizza_dox_ wrote: Hi, I am trying with gdc to create the equivalent of a fat jar. So for that I would need the standard dlang library included in the object or library file. Does somebody know the needed gdc flags? I am using mips64-linux-gnuabi64