php-apm icon indicating copy to clipboard operation
php-apm copied to clipboard

Build failure with modern GCC

Open remicollet opened this issue 5 years ago • 1 comments

Using GCC 10

/usr/bin/ld: .libs/backtrace.o:(.bss+0x0): multiple definition of apm_globals'; .libs/apm.o:(.bss+0xc0): first defined here `

BTW, don't know if this project is still alive, so a simple bug report (not a PR)

remicollet avatar Feb 20 '20 08:02 remicollet

use -fcommon compile flag

Pro-pra avatar Aug 18 '22 07:08 Pro-pra