-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building toolchain under Win10 WSL - Missing gmp, mpfr and mpc #2
Comments
I suppose I was working on the assumption that the user would figure out how to identify and install the missing dependencies. But if you have an example of how this could be integrated into the install script, perhaps you could submit a pull request with those changes and I'll merge it in. Thanks! :) |
OK, I'll do it. |
Sorry, no time to learn Git this morning. if [ -e /proc/sys/fs/binfmt_misc/WSLInterop ]; |
Thanks. I'll give this a try. |
They are easy to install with ./sources/gcc-13.2.0/contrib/download_prerequisites
but you need to delete these options in linux-build-toolchain.sh
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
PS:
I'd love to have a GDB stub for debugging
The text was updated successfully, but these errors were encountered: