From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: toddpw@wrs.com (Todd Whitesel) 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: References: <199903110415.UAA13737@alabama.wrs.com> X-SW-Source: 1999-q1/msg00115.html > 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: > > - GDB does not build bfd/dwarf1.c, but attempts to archive it in > libbfd, and fails. > > - 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 mysterious to me; I always build using a path to configure, just as you said. Here's the config.status from my Solaris 2.5.1 tests: #!/bin/sh # This file was generated automatically by configure. Do not edit. # This directory was configured as follows: ../../configure --host=sparc-sun-solaris2.5.1 --prefix=/stone/jimb/gdb-4.18 --norecursion # using "mh-frag" What is dejagnu doing in there? That's not a part of the GDB distribution. > If more info than this is needed to fix the problem, let me know. I think so.