Re: `error' needs `progname' module

2014-10-06 Thread Paul Eggert
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.

Re: `error' needs `progname' module

2014-10-06 Thread Werner LEMBERG
> 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

Re: `error' needs `progname' module

2014-10-06 Thread Paul Eggert
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' needs `progname' module

2014-10-06 Thread Werner LEMBERG
`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