|
|
|
|
|
by RSeldon
5171 days ago
|
|
If you have installed before gcc from sources on Ubuntu you will notice that this time you need to do some extra steps. 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. |
|
There might be a few more helper libraries needed now than in earlier versions, but this isn't really complicated...
And the need for setting a few environment variables is hardly very taxing.