On Mon, Jan 20, 2020 at 10:38:09AM -0500, Wietse Venema wrote: > Eray Aslan: > > gcc-10 flipped a default from -fcommon to -fno-common[1] resulting in > > the following errors while building postfix-3.5-20200112. Simple > > reproducer on an older gcc is to add -fno-common to CFLAGS. > > Try this.
Works. Thank you -- Eray