From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: toddpw@wrs.com Cc: gdb@cygnus.com Subject: Re: 4.17.85 configure w/ relative path fails to build bfd/dwarf1.c Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903112057.MAA03679@andros.cygnus.com> References: <199903110415.UAA13737@alabama.wrs.com> X-SW-Source: 1999-q1/msg00111.html 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