I am trying to set up Damn Small Linux as a guest. My first problem was getting the proper kernel sources installed. The app "MyDSL" is a package manager that uses wget I think. The kernel headers and sources packages that were easily found turned out to be a different kernel version than the latest stable DSL. They were for 2.4.26. What I needed was 2.4.31. I found the 2.4.31 sources in the "testing" section. After that the tools installer would at least start. Then I got this error. It appears that a "cc" command is being used. Earlier compiles used "gcc". You can see this in the screen shot. Is there any way I can get around this?