make bash 2.03
paul van der Meij
phjvdmeij@wxs.nl
Mon Jan 10 13:34:00 GMT 2000
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
More information about the Cygwin
mailing list