Commit c3d9146
committed
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
```1 parent 166fcf8 commit c3d9146
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
| 502 | + | |
502 | 503 | | |
503 | 504 | | |
504 | 505 | | |
| |||
0 commit comments