Error: llroundl cannot be interpreted at compile time, because it has no available source code

Steven Schveighoffer schveiguy at gmail.com
Mon Jun 8 19:05:45 UTC 2020


On 6/8/20 2:53 PM, mw wrote:
> And with a symbol-to-c-func table, it should be able to just call that C 
> func.

Consider that the libc available to the compiler might not be the same 
as the libc for the target (e.g. cross compilation).

Not just that, but this opens the compiler up to a huge hole of 
unpredictability and security.

-Steve


More information about the Digitalmars-d-learn mailing list