You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They now use -fno-common by default, so duplicated variables cause
a link error:
/usr/bin/ld: common/utils.o:(.bss+0x10): multiple definition of `chainparams'; plugins/libplugin.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:408: plugins/autoclean] Error 1
This was introduced in 9ebfdf0.
Fixes: ElementsProject#3597
Signed-off-by: Rusty Russell <[email protected]>
Changelog-Fixed: Multiple definition of chainparams on Fedora (or other really recent gcc)
They now use -fno-common by default, so duplicated variables cause
a link error:
/usr/bin/ld: common/utils.o:(.bss+0x10): multiple definition of `chainparams'; plugins/libplugin.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:408: plugins/autoclean] Error 1
This was introduced in 9ebfdf0.
Fixes: #3597
Signed-off-by: Rusty Russell <[email protected]>
Changelog-Fixed: Multiple definition of chainparams on Fedora (or other really recent gcc)
Issue and Steps to Reproduce
Setup following the Fedora build instructions.
The text was updated successfully, but these errors were encountered: