Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - cygwin in 4.2.1: (2 Items)
   
cygwin in 4.2.1  
We have been using in 2.95.3 and 3.3.[15] cygwin paths for includes, libs, etc.

ie., -I /cygdrive/c/foo/bar

The 4.2.1 compiler really hates that.  (It appears to see the /c as an option)

So I have replaced our 3.3.5 include syntax with the nasty "mixed path" syntax with the "C:/foo/bar".

What is the plan for cygwin path support?

dave
Re: cygwin in 4.2.1  
On Fri, 2008-02-29 at 09:54 -0500, dave carlson wrote:

> What is the plan for cygwin path support?

4.2.1 is a native windows application.  Therefore it doesn't support
cygwin style pathnames.

And as I understand it cygwin style pathnames were never officially
supported.