[exim-dev] [Bug 2577] Exim fails to build/link using -fno-co…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2577] Exim fails to build/link using -fno-common (GCC 10 default)
https://bugs.exim.org/show_bug.cgi?id=2577

--- Comment #2 from Jeremy Harris <jgh146exb@???> ---
macro-globals.o is the right place for it to be.
I'm not seeing how it arrived in macro_predef.o and I don't have a Gentoo
platform to test on.

Having tried a build, in the build*/ directory, do
"cc -E -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -I/usr/local/include
-DMACRO_PREDEF macro_predef.c | grep arc_received".

Is it present in the preprocessor output?
If not, check the cc args using (back in the usual build dir)
"make distclean; make FULLECHO="

If it is present, look at the cpp output for file-source tags to work out
where the definition arrives from.

--
You are receiving this mail because:
You are on the CC list for the bug.