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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to