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]

Re: support?



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


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