X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <44B541D9.2010804@obbligato.org> Date: Wed, 12 Jul 2006 13:39:21 -0500 From: David Greene User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 CC: djgpp AT delorie DOT com Subject: Re: ar: invalid bfd target References: <44B52763 DOT 20804 AT obbligato DOT org> <200607121727 DOT k6CHRWcp022654 AT envy DOT delorie DOT com> In-Reply-To: <200607121727.k6CHRWcp022654@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Cray-VirusStatus: clean Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: >> C:/DJGPP/BIN/AR.EXE @project/lib/libproj.ac >> c:/djgpp/bin/ar.exe project/lib/libproj.ac: Invalid bfd target > > This normally happens when ar can't find the given response file, so > it doesn't expand it. > > Does it work if you use djgpp's make (which is also "standard GNU > make")? I figured out the problem. It just so happened that the build environment defined GNUTARGET to something ar didn't recognize. I reconfigured the build system to not defined GNUTARGET and everything started working. I still get the ENOENT messages but it doesn't seem to affect anything. -Dave