hi! I've installed slink and I'm trying to compile a kernel using egcs64. egcs64 groks the sources ok but the linker ld seems to be a little bit braindamaged (misconfigured??). every time it tries to link smth in a new dir it says:
ld: cannot open linker script file ldscripts/elf64_sparc.xr: No such file or directory seems to me that it tries to find those arch spec. scripts in the local dir. but they are in /usr/lib/ldscripts/. as soon as I make a link to that in the local dir it starts working all right... bye! Cristian

