Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ducktective
on Sept 6, 2023
|
parent
|
context
|
favorite
| on:
Writing Small CLI Programs in Common Lisp (2021)
No, I mean the dumped image depends on system glibc (not portable)
jjnoakes
on Sept 6, 2023
[–]
Depending on glibc can be portable enough if you build against the oldest glibc version that you need. Running on newer systems works.
ducktective
on Sept 6, 2023
|
parent
[–]
How do you get the latest toolchain and compiler but an old glibc? The tools have their own dependency on libc
jjnoakes
on Sept 6, 2023
|
root
|
parent
[–]
You build them. Or if the latest compilers don't build against the older glibc (which is rare in my experience, but may be possible), then you just don't support the older glibc any more.
But I've never had trouble building against older glibcs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: