Changes between Version 1 and Version 2 of Ticket #64896, comment 8


Ignore:
Timestamp:
Mar 31, 2022, 1:12:00 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64896, comment 8

    v1 v2  
    11OK, so the short answer here is that at present, you can't load a static data structure on the stack of that size, as the linker is unable to do the needed relocations thereafter, and when it fails it generates a false error about the library not being found.
    22
    3 The real error is that the library can't be loaded and linked as you're out of heap space.
     3The real error is that the library can't be loaded and linked as you're out of stack space.
    44
    55This is an Apple/ld64 thing, not related to gcc or fortran or macports or ... any such thing, and whether it will ever be fixed depends.