X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 05 Apr 2002 15:07:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7458-Fri05Apr2002150659+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <001901c1dc98$e29638c0$0102a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: BFDSymify.exe makefile References: <001901c1dc98$e29638c0$0102a8c0 AT acceleron> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Fri, 5 Apr 2002 21:55:42 +1000 > > I just re-built the official GDB 5.1.1 without a problem, but the > bfdsymify.exe makefile references "../bfd/_libs/libbfd.a", but there is no > "_libs" directory. I have a ".libs" directory. bfdsymify is not yet fully integrated into GDB. The makefile mentioned _libs because I built the thing on MS-DOS, not on Windows. I will take care of this when I have time. Thanks for reporting.