From: axreios <rp...@am...> - 2025-09-21 19:59:53
|
I see I previously did not understand how to set the CFLAGS. Now that I have thankfully been instructed, it seems to work. So also --disable-POP3 works, though now I am running ArtixLinux, which has gcc 15.2.1+r22+gc4e96a094636-1 and make 4.4.1-2. Sorry, I did not keep that make error. Sorry for all the noise. ax. On Sun, Sep 21, 2025 at 03:10:22PM +0200, Matthias Andree via Fetchmail-users wrote: >Am 16.09.25 um 16:33 schrieb axreios: >>Greetings. When I did the simple 3-step (configure, make, make >>install), this RC1 compiled nicely and is working OK on my simple >>system. I had tried adding the -fsanitize=address,undefined but that >>seemed to be ignored. Separately, when I tried --disable-POP3, make >>erred; so I removed the disable POP3 and make ran without error. >> My system is Dell Optiplex 7020 SFF, Intel I5-4690 running an >> up-to-date VoidLinux with gcc 14.2.1-20250405_2 and make >> 4.4.1_1. > >Thanks for the test. The -fsanitize=address,undefined would go like this: > >make clean > >env 'CFLAGS=-fsanitize=address,undefined -fno-omit-frame-pointer -O >-ggdb3' ./configure > >make > > >and then test. > > >Did you happen to keep the exact errors you got from the ./configure >--disable-POP3 ; make? > >It does work for me on Fedora Linux. > > > >_______________________________________________ >Fetchmail-users mailing list >Fet...@li... >https://lists.sourceforge.net/lists/listinfo/fetchmail-users |