> From: gaurav > To: gcc-help@xxxxxxxxxxx > Subject: Error Compiling GCC on Solaris 10 / x86 > The error comes during the link of ./libgcc_s.so.1.tmp: > /usr/sfw/bin/gld: cannot open linker script file > ldscripts/elf_i386.xsc: No such file or directory > collect2: ld returned 1 exit status > The bootstrap compiler being used is GCC 3.4.3, configured using GNU > as and Sun ld. Have you tried a "combined" / "Cygnus" tree? And without the -with-gnu-as/-with-gnu-ld switches? A combined tree seems like a good way to add consistency and reduce ambiguity and make things work more automatically. The build system knows when the ld it will build will become available and will use it then. - Jay