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
fix(tests): Errors occurring in the new version of GCC
* Fixes the issue with multiple definitions of `cob_unifunc` when linking COBOL modules.
* The following error occurred
```
gcc -pipe -Wl,--export-dynamic -o prog caller.o callee.o -L/usr/local/lib -lcob -lm -lvbisam -lgmp -lncurses
/usr/bin/ld: callee.o:(.bss+0x0): multiple definition of `cob_unifunc'; caller.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
```
0 commit comments