Closed rodrigargar closed 2 years ago
Hi Rodrigo, I guess you're the first to try Alire on top of WSL.
Could you try to install the libc6-dev
package and try again?
Hi Alejandro,
As suggested, installing the libc6-dev
package solved the issue. Thank you.
I suppose then that the missing files are only included in the toolchains for cross-compilation, right?
As suggested, installing the libc6-dev package solved the issue. Thank you.
This seems to be an unstated dependency of the compilers. I guess it's mostly impossible not to have that installed in a regular Linux distro so we hadn't noticed.
Hi,
I have just learned about the Alire project and I wanted to give it a try by running the hello crate as explained in the Getting Started guide. However, when executing
alr run
for the first time, after selecting the default native toolchain I get the error below. Do I need to install the libc native package on my system? I am using Ubuntu 20.04 on WSL2 on Windows.If I look for the crt files in the alire folder, this is what I get: