Actions
Bug #13402
closedzpool: symbol 'g_zfs' is multiply-defined
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build error with gcc 10:
ld: fatal: symbol 'g_zfs' is multiply-defined: (file zpool_main.o type=OBJT; file zpool_vdev.o type=OBJT); ld: fatal: symbol 'g_zfs' is multiply-defined: (file zpool_main.o type=OBJT; file zpool_iter.o type=OBJT); ld: fatal: symbol 'g_zfs' is multiply-defined: (file zpool_main.o type=OBJT; file zpool_util.o type=OBJT); ld: fatal: file processing errors. No output written to zpool collect2: error: ld returned 1 exit status *** Error code 1 dmake: Fatal error: Command failed for target `zpool' Current working directory /code/illumos-gate/usr/src/cmd/zpool
gcc 10 did change default -fcommon to -fno-common
Related issues
Actions