bug-dejagnu
[Top][All Lists]
Advanced

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

Re: [Bug-dejagnu] DejaGNU Installation


From: Ramakrishna Mullapudi
Subject: Re: [Bug-dejagnu] DejaGNU Installation
Date: Thu, 20 Feb 2003 17:42:29 -0800 (PST)

oops!! Sorry.


>Date: Thu, 20 Feb 2003 18:30:38 -0700
>From: Rob Savoye <address@hidden>
>To: Ramakrishna Mullapudi <address@hidden>
>Cc: address@hidden
>Subject: Re: [Bug-dejagnu] DejaGNU Installation
>Mime-Version: 1.0
>Content-Disposition: inline
>User-Agent: Mutt/1.2.5.1i
>
>On Thu, Feb 20, 2003 at 05:31:09PM -0800, Ramakrishna Mullapudi wrote:
>
>> I am trying install 'dejaGNU' on my Solaris 9 system and unable to run 
>> successfully 'make' and 'make check'. Attached here the file having the 
errors. 
>
>  You forgot the attachment. :-) Nothing in DejaGnu gets compiled, it's a
>giant Tcl script. There have been problems with prior releases compiling
>the unit.cc test case, but these can be ignored. You may also find you
>need Gnu make, not Sun make. DejaGnu uses Automake.
>
>       - rob -
>
sh ./configure
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... CC
checking whether we are using the GNU C++ compiler... no
checking whether CC accepts -g... yes
checking dependency style of CC... none
checking for a BSD compatible install... ./install-sh -c
checking for bison... no
checking for byacc... no
checking for docbook tools... none
checking for the tclsh program... none
checking for tclsh... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating testsuite/Makefile
config.status: creating example/Makefile
config.status: creating testsuite/libdejagnu/Makefile
configure: configuring in example/calc
configure: running /bin/sh './configure'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... ./../../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for a BSD-compatible install... ./../../install-sh -c
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for strcmp... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating calc.h
config.status: calc.h is unchanged
config.status: executing depfiles commands
configure: configuring in example/hello
configure: running /bin/sh './configure'  --cache-file=/dev/null --srcdir=.
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking for object suffix... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile


Mullapudi 8 > 
Mullapudi 8 > ls
AUTHORS         NEWS            config.guess*   dejagnu.h       mkinstalldirs*
COPYING         README          config.log      doc/            runtest*
ChangeLog       TODO            config.status*  example/        runtest.exp*
INSTALL         acinclude.m4    config.sub*     i960glue.c      site.tmpl
Makefile        aclocal.m4      configure*      install-sh*     stub-loader.c
Makefile.am     baseboards/     configure.in    lib/            testglue.c
Makefile.in     config/         contrib/        missing*        testsuite/

Mullapudi 9 > make
Making all in doc

Mullapudi 10 > make check
Making check in doc
make  check-DEJAGNU
cd testsuite ; make check
Making check in libdejagnu
source='unit.cc' object='unit.o' libtool=no \
depfile='.deps/unit.Po' tmpdepfile='.deps/unit.TPo' \
depmode=none /bin/sh ../../depcomp \
CC -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.3\" -I. -I.      -I../.. -g -c -o 
unit.o `test -f unit.cc || echo './'`unit.cc
../../depcomp: ../../depcomp: cannot open
*** Error code 1
make: Fatal error: Command failed for target `unit.o'
Current working directory 
/export/home/rm111832/mydownloads/dejagnu-1.4.3/testsuite/libdejagnu
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
Current working directory 
/export/home/rm111832/mydownloads/dejagnu-1.4.3/testsuite
*** Error code 1
make: Fatal error: Command failed for target `check-DEJAGNU'
Current working directory /export/home/rm111832/mydownloads/dejagnu-1.4.3
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /export/home/rm111832/mydownloads/dejagnu-1.4.3
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'

reply via email to

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