Good afternoon, If it will be succesful, I would appreciate sharing of binary and libs because I know where I must place these as it would compile via macports (or is it possible to build it as static binary ?).I appreciate you asking for this. I can't make any promises.
This has got me to dig out my old iBook G3 (500Mhz, 384MB RAM with a dead battery, and a flaky power adapter -- the iBook instantly powers off if I do so much as breathe on the power cord.) It's running Mac OS X 10.4.11 (Tiger) and appears to have Xcode 2.4.1 already installed, and it looks like I had built or attempted to build (what are now older versions of) postgresql, php, sqlite, and mariadb. Anyways, onto building gcc-6.x ...
I tried a very simple build of gcc-6.5.0 from source but it didn't work. I am currently doing a build of gcc-6.4.0 using my makefile and scripts that I used on Mac OS X 10.5.8 and Xcode 3.1.4. If all goes well, it'll finish tomorrow sometime.
partial log from an older build:
*** STARTED ***
Sat Jan 27 21:45:59 PST 2018
.
.
.
*** DONE ***
Sun Jan 28 14:39:10 PST 2018
Unfortunately, no -- although I believe anything is possible. Question: How can I compile GCC as a static binary? Short Answer: "Don't try to build it as a static binary. That's hopeless."is it possible to build it as static binary ?
It could take a while, and I don't know if it will be successful. I think the build stopped last night. I am running it again.Good afternoon, If it will be succesful, I would appreciate sharing of binary and libs because I know where I must place these as it would compile via macports
I suspect this could take a week or more to complete! At the moment, the Power Macs are all down here due to a power outage. Maybe sometime in Janurary at this rate. I'll try to start the build on the iBook G3 once the power is back on.
I am doing some testing of my build on a Linux PC for now, there are some things I've discovered that I was doing wrong. The big problem was I was running the build inside the source directory which seemed to work in the past, but this is not the way to run it. I am also looking into cctools. I am also reviewing the configure options. For testing, I am only building the C compiler.
I intend to build c,objc,c++,obj-c++. If any of these can be excluded, let me know.