[EMAIL PROTECTED] wrote:
> Some strictly positive amount of interoperability exists.
> When I gcc c:/cygwin/home/15-6-1/tmp/m/sample.c, it
> produced a.exe (gcc 'c:\cygwin\home\15-6-1\tmp\m\sample.c', too).
>
> sample.c contained
> #include
> int
> main(void)
> {FILE*f=fopen("c:\\sample.txt","w")
On 7/1/08, Brian Dessent <[EMAIL PROTECTED]> wrote:
>The essential point is that using native Win32 tools with Cygwin causes
>problems. This is because Cygwin is designed to closely emulate a POSIX
>environment, and the tools aren't equipped to deal with Win32 paths with
>drive letters. This is n
Hello,
On 7/1/08, Stepan Kasal <[EMAIL PROTECTED]> wrote:
>perhaps my first question is a bit naive, but why does this confuse
>your make?
make says something like this:
Makefile:1: *** multiple target patterns. Stop.
As I understand, it interprets the input as
targets : target_pattern : \
so