[Ohrrpgce] [ohrrpgce/ohrrpgce] Figure out compile requirements on MacOS Sequoia (15) (Issue #1281)

Ralph Versteegen notifications at github.com
Mon Apr 14 17:43:40 PDT 2025


rversteegen left a comment (ohrrpgce/ohrrpgce#1281)

I would try to figure out whether those symbols are not in the object files, in which case they were built incorrectly, or if they are then maybe the linker wasn't invoked correctly, e.g. because of an object file ordering issue and this code:

```
    #if mac:
        # -( -) are not supported on Mac, and don't seem to work with some other linkers either (e.g. on NixOS)...
    if True:
        # ...so never use -( -), to be more portable
        basexe_gcc_action = '$CC -o $TARGET $SOURCES $CCLINKFLAGS'
    else:
        basexe_gcc_action = '$CC -o $TARGET $SOURCES "-Wl,-(" $CCLINKFLAGS "-Wl,-)"'
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1281#issuecomment-2803433418
You are receiving this because you are subscribed to this thread.

Message ID: <ohrrpgce/ohrrpgce/issues/1281/2803433418 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20250414/6a8b7307/attachment.htm>


More information about the Ohrrpgce mailing list