
5 Jan
2011
5 Jan
'11
11:51 a.m.
On Wed, Jan 05, 2011 at 04:55:48PM +0800, Pengcheng Wu wrote:
First off, I am new to linux stuff. Forgive me for silly questions.
Our linux machine has gcc 3.4. I want to install gcc 4.5 in my own directories--I don't have root access.
For that matter, I was told I need, among others, ppl 0.10+.
You should be able to compile gcc without PPL (try --with-ppl=no). You can always recompile gcc again later with PPL once you have a working gcc 4.5.
skimo