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: gcc testsuite apparently can't find g++


Rob,
I have run the test again with RUNTESTFLAGS="-v -v" and I get lots of output 
now. Unfortunately I don't know what the output should look like, so I can't 
see what the problem is. I ran 
make check-c++ RUNTESTFLAGS="-v -v" > make-check-c++.1.out 2>&1
which said, eg.:
Invoking the compiler 
as /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/g++ -shared-libgcc 
-B/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/ -nostdinc++ ...
and ran
make check-gcc-c++ RUNTESTFLAGS="-v -v" > make-check-gcc-c++.1.out 2>&1
which said, eg.:
Invoking the compiler as 
g++ /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C  
-nostdinc++ 

I have attached a single file containing the first part of the output of each. 
Is this enough to tell what's going on? What am I looking for?
Best regards

On Wednesday 05 May 2004 17:41, gcc-help-digest-help@gcc.gnu.org wrote:
> Encapsulated message
>
>
> Re: gcc testsuite apparently can't find g++
>
> From:
> Rob Savoye <rob@welcomehome.org>
>
>
> To:
> "Paul C. Leopardi" <leopardi@bigpond.net.au>
>
>
> CC:
> dejagnu@gnu.org, gcc-help@gcc.gnu.org
>
>
> Date:
> 2004-05-05 12:19
>
> On Wed, May 05, 2004 at 08:53:02AM +1000, Paul C. Leopardi wrote:
> > Maybe it's the wrong place to ask, but I asked on the gcc-help mailing
> > list and have hit a dead end:
> > http://gcc.gnu.org/ml/gcc-help/2004-05/msg00031.html
> > The problem seems to be that the gcc testsuite is not using the right
> > g++: http://gcc.gnu.org/ml/gcc-testresults/2004-05/msg00137.html
> >
> > 1) What file tells runtest where to find g++?
>
> ? It's found at runtime. You can watch DejaGnu look for the right g++ by
> adding a few -v (verbose) options to the command line. To do this via make,
> type "make check RUNTESTFLAGS="-v -v" (more -v's give you more information)
> Then you'll likely see what the problem is.
>
> ????????- rob -

Attachment: name-finding.txt
Description: Text document


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