Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <387A5032.E8DD8D53@wxs.nl> Date: Mon, 10 Jan 2000 22:33:38 +0100 From: paul van der Meij X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: cygwin Subject: make bash 2.03 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit when doing a 'make' of bash 2.03 a minor error happens because the makefile is expecting 'bash' and not 'bash.exe' --------------- from Makefile ----------------- $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) $(RM) $@ $(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS) ls -l $(Program) size $(Program) ----------------------------------------------------- or is there something in my environment that puts 'configure' on the wrong track ?? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com