Hi, >After partially putting some files onto the system, >trying to compile I get a message saying the linker >isn't being used (fine) and also: >"gcc: installation problem, cannot exec'cc1': No such >file or directory" You need to go to /usr/bin and then run "ln -s gcc cc" to get configure to do the right thing here. Dave