Date: Thu, 20 May 1999 10:14:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Anita Becerra Lagos cc: djgpp AT delorie DOT com Subject: Re: problem with ada In-Reply-To: <002101bea232$0891f400$5b150ac8@doc92.dis.ufro.cl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Please don't post in HTML, it makes your messages very hard to read. On Wed, 19 May 1999, Anita Becerra Lagos wrote: > c:/djgpp/bin/gnatmake.exe: *** bind failed. > > why? I have no idea, but maybe it's because some of your environment variables point to Mingw32 installation: > set c_include_path=c:\mingw32\include > set cplus_include_path=c:\mingw32\include\g++;c:\mingw32\include > set library_path=c:\mingw32\lib > set gcc_exec_prefix=c:\mingw32\lib\gcc-lib\ It is usually a bad ide to mix similar compilers from different ports/versions/environments. Try undefining those 4 variables.