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: "Philip Reyniers" <philip_reyniers@hotmail.com>
To: kettenis@gnu.org
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 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?
 
 Phil
 
 
 ----Original Message Follows----
 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: Wed, 9 Mar 2005 22:34:29 +0100 (CET)
 
 In december, after the release of gdb 6.3, extensive changes were made
 to the PA-RISC HP-UX support in gdb.  Could you try a recent gdb
 snapshot, to see whether the problem is indeed fixed?  See
 
     http://sourceware.org/gdb/current/
 
 for instructions on how to obtain a snapshot.
 
 Thanks,
 
 Mark
 
 


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