1 hour, 40 minutes. GCC is huge! Now that I compiled a newer release of GCC, I can configure a package using ./configure CXX=/opt/local/bin/g++ Now, what it's bothering me, is that when you include a file in the code like #include <iostream> it will refer to the old gcc library, not to the new one right? Even if I specify the location of the header files with -I/opt/loca/include/gcc, why is the compilation choose my specified files instead of the usual /usr/include files? Please help, aa On Fri, 2008-03-21 at 00:50 -0500, Ryan Schmidt wrote:
On Mar 20, 2008, at 19:45, Alejandro Aragón wrote:
I just wanted to know how much time it takes to GCC43 to compile. I've been doing this for more than an hour, and it seems that it's never going to end. I'm on a MacBook Pro, Santa Rosa generation. Thank you all,
On a PowerBook G4 1.5 GHz, it took around six hours to compile gcc 4.something. On a MacBook Pro 2.2 GHz (Santa Rosa), it took between one and two hours.