Re: [PATCH] Do not decorate symbols as dllexport on Cygwin

2023-02-17 Thread Reuben Thomas
On Sat, 11 Feb 2023 at 12:40, Corinna Vinschen wrote: > On Feb 11 12:29, Reuben Thomas wrote: > > On Sat, 11 Feb 2023 at 12:06, Corinna Vinschen > wrote: > > > > > > > > If you're sure that the native recode.dll has been built, is it > possible > > > that it's just not found, because it's not

Re: [PATCH] Do not decorate symbols as dllexport on Cygwin

2023-02-17 Thread Corinna Vinschen
On Feb 17 09:30, Reuben Thomas wrote: > On Sat, 11 Feb 2023 at 12:40, Corinna Vinschen wrote: > > > On Feb 11 12:29, Reuben Thomas wrote: > > > On Sat, 11 Feb 2023 at 12:06, Corinna Vinschen > > wrote: > > > > > > > > > > > If you're sure that the native recode.dll has been built, is it > >

Re: [PATCH] Add cross-compilation guesses for Midipix

2023-02-17 Thread Ørjan Malde
--- Original Message --- On Friday, February 17th, 2023 at 4:31 PM, Bruno Haible wrote: > Ørjan Malde wrote: > > > > So, will config.sub stay as it is, and the pattern to check for is > > > midipix* ? > > > > The triplet naming is out of my control, it's integrated with tools new > >

Re: [PATCH] Add cross-compilation guesses for Midipix

2023-02-17 Thread Bruno Haible
Ørjan Malde wrote: > > So, will config.sub stay as it is, and the pattern to check for is midipix* > > ? > > > > The triplet naming is out of my control, it's integrated with tools new > and existing, and personally I like it the way it is. OK, then the pattern is midipix*. I'm committing

Re: [PATCH] Add cross-compilation guesses for Midipix

2023-02-17 Thread Bruno Haible
Ørjan Malde wrote: > the runtime components contain extra checks to align the behavior > with linux's. So, this justifies this patch (according to your statement that these test programs work). 2023-02-17 Bruno Haible Improve cross-compilation for midipix. Reported by Ørjan

simplifying the creation of ChangeLog entries

2023-02-17 Thread Bruno Haible
When creating a ChangeLog entry for *.m4 files, we should mention the Autoconf macro name. git's default heuristic is to look at the previous line that starts with a non-whitespace character. Unfortunately, in our *.m4 files, we have C code and changequotes command frequently indented at column 0;

Re: [PATCH] Add cross-compilation guesses for Midipix

2023-02-17 Thread Bruno Haible
Ørjan Malde wrote: > Yes, although there is one exception which is realpath, > as the midipix framework provides a syscall and realpath wrapper that > overrides musl's which does behave correctly. But you haven't extended the test to include the test code that is currently '#ifdef __linux__'.