Re: Static build problems

2022-10-09 Thread Aki Tuomi
> On 09/10/2022 21:35 EEST Jacob Welsh wrote: > > > On Sun, 9 Oct 2022, Aki Tuomi wrote: > > >> I noticed commit d21897832a443d139d56b1fb1c86d8f76e5f77f3 from 2009, > >> "Fixed compiling without module support", and clearly it's supposed to > >> work since the #ifdefs are there, but I begin

Re: Static build problems

2022-10-09 Thread Jacob Welsh
On Sun, 9 Oct 2022, Aki Tuomi wrote: I noticed commit d21897832a443d139d56b1fb1c86d8f76e5f77f3 from 2009, "Fixed compiling without module support", and clearly it's supposed to work since the #ifdefs are there, but I begin to suspect that nobody's actually tested this branch of the configuration

Re: Static build problems

2022-10-09 Thread Aki Tuomi
> On 08/10/2022 01:51 EEST Jacob Welsh wrote: > > > I'm attempting to build the latest Dovecot, version 2.3.19.1, on Gales > Linux, a distribution based on musl libc with all static linking. > > After working around some expected troubles to generate configure, such as > the libtool and ic

Static build problems

2022-10-07 Thread Jacob Welsh
I'm attempting to build the latest Dovecot, version 2.3.19.1, on Gales Linux, a distribution based on musl libc with all static linking. After working around some expected troubles to generate configure, such as the libtool and iconv.m4 dependencies, the build appeared to complete successfully