raulcd commented on PR #43137:
URL: https://github.com/apache/arrow/pull/43137#issuecomment-2312295650

   It seems that as soon as we update the macos deployment target to 12.0  we 
get the flight linking issue:
   ```
   FAILED: release/libarrow_flight.1800.0.0.dylib 
   : && 
/Applications/Xcode_15.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -fno-aligned-new  -Qunused-arguments -fcolor-diagnostics  -Wall 
-Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -O3 -DNDEBUG -O2 -arch 
x86_64 -isysroot 
/Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
 -mmacosx-version-min=12.0 -dynamiclib -Wl,-headerpad_max_install_names 
-undefined dynamic_lookup   -compatibility_version 1800.0.0 -current_version 
1800.0.0 -o release/libarrow_flight.1800.0.0.dylib -install_name 
@rpath/libarrow_flight.1800.dylib 
src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_2_cxx.cxx.o 
src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_1_cxx.cxx.o 
src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_0_cxx.cxx.o  
-Wl,-rpath,@loader_path  
/Users/runner/work/crossbow/crossbow/vcpkg/installed/amd64-osx-static-release/lib/libgrpc++.a
  /Users/runner/work/crossbow/cro
 ssbow/vcpkg/installed/amd64-o
   ld: imageOffset32 fixup target must be defined
   ```
   @kou any idea what the issue could be?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to