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/[email protected]>
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to