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]

environment variables


I have some problem with make..

when I start bash with such cygnus.bat:

SET MAKE_MODE=UNIX
SET PATH=c:\CYGNUS\CYGWIN~1\H-I586~1\BIN;%PATH%
bash

I can do make and all is OK..
but when I start bash :

SET MAKE_MODE=UNIX
SET CYGWIN=binmode tty
SET PATH=c:\CYGNUS\CYGWIN~1\H-I586~1\BIN;%PATH%
bash

I have a problem with make.. makefile is performed
with error '' need by config.status'

any idea ?



--
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]