-
Notifications
You must be signed in to change notification settings - Fork 7
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
Get gcc 4.7.4 to build #69
Comments
AFAICT neither of the gcc 4.0.4 copies that get built include a C++ compiler, so this checks out, so it's odd we have a C++ dependency. |
I think the problem is that we try to configure libstdc++ before building gcc 4.7.4. (Not sure why this wouldn't be a problem in upstream.) Going to try changing the script to run the configure during the build. |
On 94337c5, I'm hitting a syntax error in the configure script. (As well as an issue with the preprocessor, but it seems to go past that?) Log
|
Alright, I'm confused. libcpp (the C preprocessor) is actually the configure step that's failing. We shouldn't be passing any flags that cause the build to use a C++ compiler, so this is even more confusing. I'm going to have to keep sitting with the configure.ac to figure out why this is happening, I think. |
Reverted my tweaks from before, resulting in 89ba02a (pass1.sh). Full log output below to capture the problem. Out of the box, this attempts to use Log of
|
I'm failing to build the GCC 4.7.4 from live-bootstrap. The basic error is:
The text was updated successfully, but these errors were encountered: