You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/12/14 23:34:42 UTC

[GitHub] [daffodil-vscode] scholarsmate commented on issue #383: Gracefully handle Ωedit libc.so link failures

scholarsmate commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1352360976

   > Could this be statically linked instead?
   
   For most dependency libraries, yes, but not for GLIBC (it's basically the kernel).  Static linking in this case is strongly discouraged.  Building on Ubuntu 20.04 LTS is a reasonable choice (and what we went with in Ωedit).  GLIBC maintains backward compatibility by versioning (via semver) its symbols.  Most Linux systems (e.g., not Alpine which uses musl libc) released on the past 2 years ought to work with binaries compiled on Ubuntu 20.04 LTS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org