This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: X-compiler problem with 3.3.3


Phil Prentice wrote:
I am using 3.3.3 configured as a sparc-sun-solaris2.6 target running on Linux. I am trying to generate a C++ compiler. Unfortunately rthe build is failing with the following output: ...
/home/diag/X-compiler/gcc/gcc-3.3.3.g++/sparc-sun-solaris2.6/libstdc++-v3/include/cmath:107: error: `acosf' not declared
...


I am configuring the X-compiler with the following :-

./configure --enable-languages=c++ --prefix=/usr/local.3.3.3.g++
--target=sparc-sun-solaris2.6 --with-headers=/home/diag/X-compiler/gcc/SOL2.6_sparc5/include/usr/include --with-libs=/home/diag/X-compiler/gcc/SOL2.6_sparc5/libs/usr/lib


I copied the relavant libs & includes from the target machine.

Have you checked to make sure you can build that compiler on the target machine as a non-cross-compiler? Maybe there's a problem with the target headers? - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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