This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB 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: build/1893: HP-UX 11.11: GDB 6.3 Build Fails with undefined reference tosom_solib_get_got_by_pc


The following reply was made to PR build/1893; it has been noted by GNATS.

From: Mark Kettenis <kettenis@gnu.org>
To: philip_reyniers@hotmail.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: build/1893: HP-UX 11.11: GDB 6.3 Build Fails with undefined reference to
 som_solib_get_got_by_pc
Date: Thu, 10 Mar 2005 21:59:31 +0100 (CET)

    From: "Philip Reyniers" <philip_reyniers@hotmail.com>
    Date: Thu, 10 Mar 2005 10:02:08 -0600
 
    GDB Snapshot gdb-6.3.50.20050308 appears to build correctly; however, the 
    gmake check fails with the following error:
 
    rootme=`pwd`; export rootme; \
    srcdir=/build/gcc-build/gdb-6.3.50.20050308/gdb/testsuite ; export srcdir ; 
    \
    EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo 
    ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
    EXEEXT= ; export EXEEXT ; \
 
    SHLIB_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$SHLIB_PATH; 
    \
    export SHLIB_PATH; \
    if [ -f ${rootme}/../../expect/expect ] ; then  \
      TCL_LIBRARY=${srcdir}/../../tcl/library ; \
      export TCL_LIBRARY ; fi ; \
    runtest
    /bin/sh: runtest:  not found.
    gmake[2]: *** [just-check] Error 127
    gmake[2]: Leaving directory 
    `/build/gcc-build/gdb-6.3.50.20050308/OBJDIR/gdb/testsuite'
    gmake[1]: *** [check] Error 2
    gmake[1]: Leaving directory 
    `/build/gcc-build/gdb-6.3.50.20050308/OBJDIR/gdb'
    gmake: *** [check-gdb] Error 2
 
    What do I need to do to run the checks to validate gdb?
 
 Looks like you don't have dejagnu installed.  There is a dejagnu in
 the CVS tree (which you get by checking out the module gdb+dejagnu),
 but nowadays we recommend installing the official dejagnu.
 
 Of course you could also just try using the new gdb ;-).
 
 Mark


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