Hi,
I use to build some source code located on a Linux PC by mounting a
Network drive to that and accessing it over cygwin by "cd /cygdrive/X"
and than do a "make". It seems like that it does not work on new cygwin
(output of uname -a : CYGWIN_NT-5.1 gupta-xp 1.5.10(0.116/4/2)
2004-05-25 22:07
seeing similar problem with VPATH (will file a separate bug)
Nitin Gupta wrote:
Cygwin version: 05/12/04 (everything new)
CYGWIN_NT-5.1 1.5.9(0.112/4/2) 2004-03-18 23:05
=
cat Makefile
WORKSPACE=$(shell pwd)
test:
@echo $(wildcard $(WORKSPACE)/ph*/*.cx)
=
Directory structure
Cygwin version: 05/12/04 (everything new)
CYGWIN_NT-5.1 1.5.9(0.112/4/2) 2004-03-18 23:05
=
cat Makefile
WORKSPACE=$(shell pwd)
test:
@echo $(wildcard $(WORKSPACE)/ph*/*.cx)
=
Directory structure
Makefile
phase1/
phase3/
phase1/main.cx
phase1/phase1.hx
phase3/p123.cx
pha
Yeah, I will change the code. My idea was that some one will see the
difference in preprocessed file using
gcc -E -dD foo.c -DDATE="Wed Nov"
Vijay Sampath wrote:
This isn't the original program you posted to the list.
-Original Message-
From: Nitin Gupta
]On Behalf
Of Nitin Gupta
Sent: Friday, November 22, 2002 5:23 PM
To: [EMAIL PROTECTED]
Subject: -DDATE start giving error with gcc-3.2.3
Hi,
If I compiled following code with -DDATE="Wed Nov 22", it compiled fine
using gcc-2.95, but when I updated my cygwin recently, it gives parse
er
Hi,
If I compiled following code with -DDATE="Wed Nov 22", it compiled fine
using gcc-2.95, but when I updated my cygwin recently, it gives parse
errors using gcc-3.2.3 (which, I think it should)
#include
#include
typedef double DATE;
main(){
printf ("Hello World!\n");
}
Looks like wtypes.h
Hi,
following script runs fine on linux, but not on cygwin. Please let me
know equivalent of "==" on cygwin.
Thanks,
Nitin
#!/bin/sh
if [ "$1" == "1" ]; then
echo Hello World
fi
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.htm
Hi,
I am running gcc-3.0.2 testsuite on latest cygwin (on my windows 2000
box). Most of my tests are running fine, but for few test directories, I
am not able to run any test and I am getting following error message. I
tried to look for it on web and could only understand that it has some
thi
8 matches
Mail list logo