Re: Problems with trivial makefile

2003-12-03 Thread Guillaume du Pontavice
> [EMAIL PROTECTED] ~/test_make2/test2 > > ^^^ > >Is there a reason why you have not created >your own account instead of 'Administrateur'? i have redone those tests under my user account, and same results ... >What does 'ls -ln' show in your 'fold' directories? $ ls -ln total 2 drw

RE: Problems with trivial makefile

2003-12-03 Thread Harig, Mark
> > [EMAIL PROTECTED] ~/test_make2/test2 ^^^ Is there a reason why you have not created your own account instead of 'Administrateur'? When you first set up Cygwin, it should display messages about running 'mkpasswd' and 'mkgroup'. Typically, you will run a command such as: $ m

Re: Problems with trivial makefile

2003-12-03 Thread Guillaume du Pontavice
Hello, here is my config which looks exactly like yours : i have also forced a reinstallation of ash, bash, cygwin and make packages this problems appears on three PCs (i have tested only on those 3 PCs , same Cygwin configuration, same Win2000 SP4) in my c:\cygwin\cygwin.bat I have : @echo off

RE: Problems with trivial makefile

2003-12-03 Thread Harig, Mark
> -Original Message- > From: Guillaume du Pontavice [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 6:19 PM > To: [EMAIL PROTECTED] > Subject: Problems with trivial makefile > > > hello, > > i am in trouble with a trivial makefile, using cygwi

Problems with trivial makefile

2003-12-02 Thread Guillaume du Pontavice
hello, i am in trouble with a trivial makefile, using cygwin 1.5.5-1 and make 3.80-1 on Windows 2000 SP3 here it is : i have just created 5 folders (fold1 fold2 ... fold5) , each one contains one file ( respectively foo1.c foo2.c ... foo5.c) you can recreate this tree using this : mkdir fold1