baseutils icon indicating copy to clipboard operation
baseutils copied to clipboard

fixes

Open aabacchus opened this issue 3 years ago • 1 comments

Some utilities require -fcommon to compile on my system.

aabacchus avatar Oct 04 '22 15:10 aabacchus

solves the following for me as well:

/usr/bin/ld: zopen.o:(.bss+0x0): multiple definition of `pmode'; main.o:(.bss+0x24): first defined here
/usr/bin/ld: gzopen.o:(.bss+0x0): multiple definition of `pmode'; main.o:(.bss+0x24): first defined here
/usr/bin/ld: nullopen.o:(.bss+0x4): multiple definition of `pmode'; main.o:(.bss+0x24): first defined here

sewnie avatar Oct 04 '22 16:10 sewnie