This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Error Compiling GCC on Solaris 10 / x86


 > From: gaurav 
 > To: gcc-help@gcc.gnu.org 
 > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]