public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin directory slash problem?
@ 2000-03-24 19:22 Me in Reflection
  2000-03-25  2:06 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Me in Reflection @ 2000-03-24 19:22 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]

Hello
 
I would like some help on setting up Cygwin to work with other 
IDEs and editors for compiling and linking C /C++ programs. 
 
For some reason, my installation of Cygwin does not accept the 
backslash (\) but only accepts the forward slash as in Linux (/) at the bash 
prompt or at the gcc input. Is this the default behaviour that cannot be 
changed? Or is there somewhere I can change this? I have some problems getting 
Cygwin to work with Dev C++ (which does not provide the option of changing the 
backslash to forward slash), and would like to know what to do as the help files 
online did not show how to.
 
Thanks 
 
WT

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cygwin directory slash problem?
  2000-03-24 19:22 Cygwin directory slash problem? Me in Reflection
@ 2000-03-25  2:06 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2000-03-25  2:06 UTC (permalink / raw)
  To: cygwin

> Me in Reflection wrote:
> For some reason, my installation of Cygwin does not accept the
> backslash (\) but only accepts the forward slash as in Linux (/) at
> the bash prompt or at the gcc input. Is this the default behaviour
> that cannot be changed? Or is there somewhere I can change this? I

Either use quoting

    '\foo\bar'

or double backslashes

    \\foo\\bar

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-03-25  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-24 19:22 Cygwin directory slash problem? Me in Reflection
2000-03-25  2:06 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).