cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

ld: warning: -undefined dynamic_lookup may not work with chained fixups #1073

Open agarny opened 1 year ago

agarny commented 1 year ago

On macOS 13, I am getting the ld: warning: -undefined dynamic_lookup may not work with chained fixups warning a lot when linking the Python bindings:

[47/135] Linking CXX shared module src/bindings/python/libcellml/_enums.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[62/135] Linking CXX shared module src/bindings/python/libcellml/_entity.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[63/135] Linking CXX shared module src/bindings/python/libcellml/_analyservariable.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[64/135] Linking CXX shared module src/bindings/python/libcellml/_analyserequationast.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[67/135] Linking CXX shared module src/bindings/python/libcellml/_analyser.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[68/135] Linking CXX shared module src/bindings/python/libcellml/_component.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[70/135] Linking CXX shared module src/bindings/python/libcellml/_componententity.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[72/135] Linking CXX shared module src/bindings/python/libcellml/_importer.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[75/135] Linking CXX shared module src/bindings/python/libcellml/_annotator.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[80/135] Linking CXX shared module src/bindings/python/libcellml/_generator.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[81/135] Linking CXX shared module src/bindings/python/libcellml/_analyserequation.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[82/135] Linking CXX shared module src/bindings/python/libcellml/_analyserexternalvariable.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[83/135] Linking CXX shared module src/bindings/python/libcellml/_importsource.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[88/135] Linking CXX shared module src/bindings/python/libcellml/_generatorprofile.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[89/135] Linking CXX shared module src/bindings/python/libcellml/_analysermodel.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[102/135] Linking CXX shared module src/bindings/python/libcellml/_importedentity.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[103/135] Linking CXX shared module src/bindings/python/libcellml/_issue.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[104/135] Linking CXX shared module src/bindings/python/libcellml/_parentedentity.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[105/135] Linking CXX shared module src/bindings/python/libcellml/_namedentity.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[108/135] Linking CXX shared module src/bindings/python/libcellml/_logger.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[111/135] Linking CXX shared module src/bindings/python/libcellml/_parser.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[121/135] Linking CXX shared module src/bindings/python/libcellml/_model.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[122/135] Linking CXX shared module src/bindings/python/libcellml/_printer.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[124/135] Linking CXX shared module src/bindings/python/libcellml/_reset.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[125/135] Linking CXX shared module src/bindings/python/libcellml/_strict.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[126/135] Linking CXX shared module src/bindings/python/libcellml/_version.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[127/135] Linking CXX shared module src/bindings/python/libcellml/_types.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[131/135] Linking CXX shared module src/bindings/python/libcellml/_units.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[133/135] Linking CXX shared module src/bindings/python/libcellml/_validator.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[134/135] Linking CXX shared module src/bindings/python/libcellml/_variable.so
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[135/135] Running utility command for python_bindings

Some relevant links: