|
|
|
|
|
by tresta
5171 days ago
|
|
> I was surprised to find that the process of building gcc-4.7 from sources on Ubuntu is so complicated, after all, this is a Linux system … It didn't look all that complicated to me. It seems like it is just the standard steps for installing gcc? Or am I missing something? |
|
A typical build should be as simple as:
./configure --prefix=where_you_want_this_installed make -j number_of_processors sudo make install
this is not the case if you read the various "bugs" reported on Ubuntu mailing lists.