Bear icon indicating copy to clipboard operation
Bear copied to clipboard

Installation problem on Sonoma 14.6.1

Open knepley opened this issue 5 months ago • 0 comments

Describe the bug The wrapper and bear executables fail to link

To Reproduce Follow the generic build instructions

Expected behavior It should link properly

Environment:

  • OS name: Darwin
  • OS version: Sonoma 14.6.1
  • OS architecture: arm64
  • Bear version: main branch
  • Bear install method: source

Additional context You can fix fix by editing source/bear/CMakeLists.txt source/intercept/CMakeLists.txt and adding "-framework CoreFoundation" -lresolv to target_link_libraries

knepley avatar Sep 05 '24 19:09 knepley