Changes between Version 1 and Version 2 of Ticket #67671, comment 1


Ignore:
Timestamp:
Jun 22, 2023, 7:15:35 AM (15 months ago)
Author:
tcwan (TC Wan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67671, comment 1

    v1 v2  
    1 I realize that the gdb version built on Apple Silicon Macs will be x86. However, the failure stems from:
     1I realize that the gdb version built on Apple Silicon Macs will be x86_64. However, the failure stems from:
    22
    33:info:build ld: warning: ignoring file /opt/local/lib/libzstd.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
     
    66$ sudo port install zstd +universal
    77
    8 After that gdb 13.1 can be built.
     8After that gdb 13.1 can be built. The portfile should be updated to reflect the dependency on zstd +universal