I have an i7 core with CentOS 5.8 that I use SSH to use simulations. Unfortunately, it only has gcc version 4.1.2. This seems to produce significantly slower programs than what I get when compiling with optimizations on my slower laptop with Microsoft Visual Express C ++ 2010. I tried various g ++ optimization flags, but they don't help much, so I think what i need to update gcc.
I do not have a root on the machine, so it seems to me that I should install it in my home directory. Is this possible, and if so, are there any specific instructions necessary for this?
thanks
user67081
source share