Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Tue, 18 May 1999 22:03:47 -0400 Message-Id: <199905190203.WAA28726@envy.delorie.com> From: DJ Delorie To: pcarver99 AT hotmail DOT com CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <37421A7F.1552B952@hotmail.com> (pcarver99@hotmail.com) Subject: Re: support? References: <37421A7F DOT 1552B952 AT hotmail DOT com> > Do I need to creat a tmp file, and if so, where do I put it. Just type: mkdir /tmp Or from dos: mkdir c:\tmp > 2. When I try to compile my programs I get "file ex1.cpp does not > exist..."Do I need to save my programs in a certain location for the > compiler to find them, or is there anything else I should be doing to > help the compiler find it? You need to tell the compiler where the files are. Usually, you run the compiler in the directory that the sources are in, and leave the objects and executable there also, but you can specify full paths if you want them elsewhere. The compiler isn't a mind reader - if you put the sources somewhere else it won't know about them. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com