This is the mail archive of the gcc@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: GCC 4.0.1 testsuite uses installed g++ instead of newly bootstrapped g++


"Paul C. Leopardi" <leopardi@bigpond.net.au> writes:

> leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj> ../gcc-4.0.1/configure 
>  --prefix=/usr/local/gcc/gcc-4.0.1 --enable-threads=posix --disable-libgcj 
>  --with-system-zlib --enable-shared --enable-__cxa_atexit 
>  --enable-languages=c,c++ x86_64-suse-linux 
>  
> This looks like it worked, but gave the warning: 
>  
> configure: warning: x86_64-suse-linux: invalid host type 

This is not good, of course, though I doubt it is causing any of your
problems.  In general if you are building a native compiler you should
not need to specify any configuration triplet at all.

Can you confirm that the executables gcc/g++ and gcc/cc1plus exist?
What does site.exp look like in the gcc/testsuite subdirectory?  Does
it have the line "set TESTING_IN_BUILD_TREE 1"?  Which version of
dejagnu do you have installed?

Ian


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