On 10/06/2014 10:25 AM, Werner LEMBERG wrote:
I suggest a `progname' dependency as a
quick fix until a better solution gets implemented.
Unfortunately progname's license is incompatible.
> It's a little tricky, since error doesn't need all of progname, just
> the one variable. I expect we need a stripped-down module just for
> that.
This might be so :-) However, I suggest a `progname' dependency as a
quick fix until a better solution gets implemented.
Werner
It's a little tricky, since error doesn't need all of progname, just the
one variable. I expect we need a stripped-down module just for that.
`error.c' references `program_name', so it needs the `progname'
module.
I found this the hard way, trying to compile a program with
the `mxe' toolchain that cross-compiles with mingw64...
Werner