| Quote (curaga @ Mar. 30 2008,09:14) |
| Oh yes. You need the same GCC version as the kernel was compiled with, 2.95. And link gcc-2.95 to cc so it can be found under that generic name. |
| Quote |
| I noticed that the current version of DSL is using kernel-2.4.31, if I were to change to this version where can I find a lint of gcc versions to match the kernel? |
| Quote |
| And also, how would I link it to cc, would I create a symlink? |
| Code Sample |
| $ sudo ln -s /usr/bin/gcc-2.95 /usr/bin/cc |