Re: Compile problem
- Posted by ghaberek (admin) Apr 07, 2021
- 1303 views
This was discussed back in October: https://openeuphoria.org/forum/135124.wc.
Unfortunately my response hasn't changed since then:
This thread on the libc-alpha mailing list seems to confirm the problem: https://sourceware.org/pipermail/libc-alpha/2020-May/thread.html#113773
I don't really have a solution at the moment. You could just build your project on Ubuntu 18.04 and it should work on all future versions.
You could also build Euphoria from source on the Ubuntu 20.04 system and it should work, but obviously that has its own set of issues.
I have a feeling we're either going to have to drop support for older versions of libc or start shipping different builds for different Linux distros (probably via deb/rpm packages).
In the meantime, can you get by with building on Ubuntu 18.04 or using the binder instead?
-Greg