X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: new-smtp2.ihug.com.au: Host p13-max11.syd.ihug.com.au [203.173.155.77] claimed to be acceleron Message-ID: <001901c1dc98$e29638c0$0102a8c0@acceleron> From: "Andrew Cottrell" To: Subject: BFDSymify.exe makefile Date: Fri, 5 Apr 2002 21:55:42 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Eli, 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. I modified the makefile and the dfbsymify.exe was producec. I am building with GCC 3.04 and the latest LIBC from Tuesday night and the latest other DJGPP packages including alpha releases. Is this a problem with the makefile due to GDB src changes or could it be a problem with the GDB configure process that I used (see below for snippet from my make batch file)? CD %DJGPP_ROOT%\GNU\GDB-5.1-1 sh ./gdb/config/djgpp/djconfig.sh make clean make Thanks, Andrew