Hi!
I get an error ld: file not found: @rpath/libquadmath.0.dylib for architecture arm64 on MacBook Air M1 when do the make command to build the Python wrapper for aruco library.
I find libquadmath.0.dylib at two location:
- /opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/libquadmath.0.dylib
- /opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12/libquadmath.0.dylib
When I check for arch shows arm64 as need.
lipo /opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/libquadmath.0.dylib -archs
lipo /opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12/libquadmath.0.dylib -archs
What I'm doing wrong?