dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DejaGnu] DejaGNU on HP-UX


From: Rob Savoye
Subject: Re: [DejaGnu] DejaGNU on HP-UX
Date: Thu, 9 May 2002 09:15:45 -0600
User-agent: Mutt/1.2i

On Thu, May 09, 2002 at 09:41:51AM -0500, King, Daniel wrote:
> Can anyone point me to a source of information on compiling DejaGNU 1.4.2 on 
> HP-UX 11.0?  I seem to be having some trouble with the make check.  Here is 
> where the trouble starts:
>  
> make[4]: Entering directory 
> `/usr/tab/src/gnu/dejagnu-1.4.2/testsuite/libdejagnu'
> g++ -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.2\"  -I. -I.      -I../.. -g -c 
> unit.cc
> cc1plus: warning: -g is only supported when using GAS on this processor,
> cc1plus: warning: -g option disabled.
> unit.cc:4:20: iostream: No such file or directory
> unit.cc:6:18: string: No such file or directory

  Looking at this error message, I'd guess G++ isn't installed quite correctly.
The test case will fail to compile if the libstdc++-v3 header files can't
be found. They should be in the default path for the compiler.

        - rob -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]