Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread H. J. Lu
On Thu, Jul 28, 2005 at 12:31:05PM -0700, James E Wilson wrote: > Mark Cuss wrote: > >[EMAIL PROTECTED] helloworldsun]$ g++ -b sparc-sun-solaris2.9 hello.cxx > >/cdl/apps/.software/linux/gcc-3.4.4-x86-sparc/lib/gcc/sparc-sun-solaris2.9/3.4.4/../../../../sparc-sun-solaris2.9/bin/ld: > > > >values-X

Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread James E Wilson
Mark Cuss wrote: [EMAIL PROTECTED] helloworldsun]$ g++ -b sparc-sun-solaris2.9 hello.cxx /cdl/apps/.software/linux/gcc-3.4.4-x86-sparc/lib/gcc/sparc-sun-solaris2.9/3.4.4/../../../../sparc-sun-solaris2.9/bin/ld: values-Xa.o: No such file: No such file or directory collect2: ld returned 1 exit st

Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread Mark Cuss
Hello all Can anyone shed any light on this problem for me? I've built gcc 3.4.4 as a Linux (on x86) to Solaris (on SPARC) cross compiler. When I do the make install, I get 2 sets of binaries: 1) $prefix/bin - this contains all of the binaries with 'sparc-sun-solaris2.9' in front of them