Skip to content
Discussion options

You must be logged in to vote

hmm indeed I now see the problem. The whole binary has been linked with the correct minos target:

> otool -l target/debug/ark | grep -A 5 LC_BUILD_VERSION
      cmd LC_BUILD_VERSION
  cmdsize 32
 platform 1
    minos 11.0
      sdk 11.0
   ntools 1

But I see that ZeroMQ, our main (or only?) dependency that uses C++, has several object files compiled with a very recent minos target:

otool -l target/debug/deps/libzmq_sys-d7e0ad8e3c20ece0.rlib | grep -A 5 LC_BUILD_VERSION
      cmd LC_BUILD_VERSION
  cmdsize 24
 platform 1
    minos 11.0  # ok
      sdk n/a
   ntools 0
--
      cmd LC_BUILD_VERSION
  cmdsize 24
 platform 1
    minos 11.0  # ok
      sdk n/a
   ntools 0
--
      cmd LC_BUILD…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lionel-
Comment options

lionel- Oct 28, 2025
Collaborator

Answer selected by kv9898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants