obazl / tools_obazl

Tools for use with the OBazl Toolsuite
https://obazl.github.io/docs_obazl/
Eclipse Public License 2.0
4 stars 0 forks source link

cleanup global vars #9

Closed mobileink closed 1 year ago

mobileink commented 1 year ago

building with gcc 11 and gold linker we get stuff like:

/usr/bin/ld.gold: error:
bazel-out/k8-fastbuild/bin/external/mibl/src/_objs/opam_switch_converter/config_opam.pic.o:
multiple definition of 'rc'
/usr/bin/ld.gold:
bazel-out/k8-fastbuild/bin/external/mibl/src/_objs/opam_switch_converter/config_bazel.pic.o:
previous definition here
mobileink commented 1 year ago

done