From: Matthias A. <mat...@gm...> - 2025-09-21 13:10:30
|
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. |