This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make bash 2.03


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]