This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: 4.17.85 configure w/ relative path fails to build bfd/dwarf1.c



   From: toddpw@wrs.com (Todd Whitesel)
   Date: Wed, 10 Mar 1999 20:15:29 -0800 (PST)

   Tried to build 4.17.85 for my sparc (solaris 2.5.1) tonight and found that
   if one configures using a path to configure, like ../blah/blah/configure or
   /blah/blah/configure then:

This is the normal way that I configure, so it does get tested...

	   - GDB does not build bfd/dwarf1.c, but attempts to archive it in
		   libbfd, and fails.

Are you sure this is a clean set of sources?  The dwarf1 need comes from

	elf="elf.lo elflink.lo dwarf2.lo dwarf1.lo"

in bfd/configure, so it's curious that dwarf1 would be a problem, and not
the other three files.

	   - dejagnu-19990209 gets the following error during 'make install':

    /usr/local/gnu/bin/install -c -m 644 ../../../toddpw/dejagnu-19990209/dejagnu/baseboards/arm-ice.exp /net/alabama/alabama2/gdb41785/share/dejagnu/baseboards/../../../toddpw/dejagnu-19990209/dejagnu/baseboards/arm-ice.exp
   /usr/local/gnu/bin/install: /net/alabama/alabama2/gdb41785/share/dejagnu/baseboards/../../../toddpw/dejagnu-19990209/dejagnu/baseboards/arm-ice.exp: No such file or directory
   *** Error code 1

This is also suspicious, since the file is definitely there, and is handled
identically to scores of other files in baseboards.

								Stan