Re: Acer Turion laptops
Am Sonntag, 4. September 2005 12:00 schrieb Tim T.:
> About the only thing I haven't
> tried yet is installing gcc-4.0 (bit tricky.. I'm developing code for work,
> which absolutely requires a
> gcc 3.x)
I'm sorry that I cannot help you with your laptop problem, but trying gcc 4.0
should not be a problem. I also have to code for work with gcc 3.3, and
have gcc 3.3, 3.4 and 4.0 installed on my laptop. Either you adapt your
Makefiles to use gcc-3.3 instead of gcc or you set the approbiate symlinks
correct. If you take care of all the following, you should not have any problems?
(/usr/bin)
lrwxrwxrwx 1 root root 7 2005-08-26 15:39 cpp -> cpp-3.4
-rwxr-xr-x 1 root root 94888 2005-06-22 01:01 cpp-3.3
-rwxr-xr-x 1 root root 98280 2005-07-08 00:10 cpp-3.4
-rwxr-xr-x 1 root root 103224 2005-07-13 18:07 cpp-4.0
lrwxrwxrwx 1 root root 7 2005-08-26 15:38 g++ -> g++-3.4
-rwxr-xr-x 1 root root 95240 2005-06-22 01:02 g++-3.3
-rwxr-xr-x 1 root root 98408 2005-07-08 00:12 g++-3.4
-rwxr-xr-x 1 root root 104024 2005-07-13 18:10 g++-4.0
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 g77 -> g77-3.4
-rwxr-xr-x 1 root root 97064 2005-06-22 01:02 g77-3.3
-rwxr-xr-x 1 root root 102472 2005-07-08 00:12 g77-3.4
lrwxrwxrwx 1 root root 7 2005-08-26 15:40 gcc -> gcc-3.4
-rwxr-xr-x 1 root root 93608 2005-06-22 01:03 gcc-3.3
-rwxr-xr-x 1 root root 98280 2005-07-08 00:13 gcc-3.4
-rwxr-xr-x 1 root root 101976 2005-07-13 18:11 gcc-4.0
lrwxrwxrwx 1 root root 10 2005-08-26 15:40 gccbug -> gccbug-3.4
-rwxr-xr-x 1 root root 16086 2005-06-22 00:59 gccbug-3.3
-rwxr-xr-x 1 root root 16209 2005-07-08 00:08 gccbug-3.4
-rwxr-xr-x 1 root root 16261 2005-07-13 18:04 gccbug-4.0
lrwxrwxrwx 1 root root 8 2005-08-26 15:41 gcov -> gcov-3.4
-rwxr-xr-x 1 root root 24760 2005-06-22 01:03 gcov-3.3
-rwxr-xr-x 1 root root 24232 2005-07-08 00:13 gcov-3.4
-rwxr-xr-x 1 root root 27376 2005-07-13 18:11 gcov-4.0
lrwxrwxrwx 1 root root 3 2005-08-26 15:41 x86_64-linux-gnu-cpp -> cpp
lrwxrwxrwx 1 root root 7 2005-08-18 14:29 x86_64-linux-gnu-cpp-3.3 -> cpp-3.3
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-cpp-3.4 -> cpp-3.4
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-cpp-4.0 -> cpp-4.0
lrwxrwxrwx 1 root root 3 2005-08-26 15:42 x86_64-linux-gnu-g++ -> g++
lrwxrwxrwx 1 root root 7 2005-08-18 14:29 x86_64-linux-gnu-g++-3.3 -> g++-3.3
lrwxrwxrwx 1 root root 7 2005-08-26 15:37 x86_64-linux-gnu-g++-3.4 -> g++-3.4
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-g++-4.0 -> g++-4.0
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-g77 -> g77-3.4
lrwxrwxrwx 1 root root 7 2005-08-18 14:29 x86_64-linux-gnu-g77-3.3 -> g77-3.3
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-g77-3.4 -> g77-3.4
lrwxrwxrwx 1 root root 3 2005-08-26 15:42 x86_64-linux-gnu-gcc -> gcc
lrwxrwxrwx 1 root root 7 2005-08-18 14:29 x86_64-linux-gnu-gcc-3.3 -> gcc-3.3
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-gcc-3.4 -> gcc-3.4
lrwxrwxrwx 1 root root 7 2005-08-18 14:30 x86_64-linux-gnu-gcc-4.0 -> gcc-4.0
Reply to: