Re: [GnuWin32-Users] Help with Dependencies Compilation

2008-05-28 Thread Keith MARSHALL
Libin Varghese wrote, quoting me: >> Where have you installed MinGW? >> >> If you normalise the above path, (i.e. resolve out the `..' components), >> it becomes: >> >> g:/mingw/3.4.5/include/sys/stat.h > > I have my mingw installed in f:/mingw . I have to replace > g:/mingw/3.4.5/bin/ to f:/m

Re: [GnuWin32-Users] Help with Dependencies Compilation

2008-05-27 Thread Libin Varghese
Hi, On Tue, May 27, 2008 at 5:32 PM, Keith MARSHALL <[EMAIL PROTECTED]> wrote: > Libin Varghese wrote: >> [snip numerous lines similar to...] >> g:/mingw/3.4.5/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/stat.h >> >> But the path specified here for the headers are not correct. > > Where

Re: [GnuWin32-Users] Help with Dependencies Compilation

2008-05-27 Thread Keith MARSHALL
Libin Varghese wrote: > [snip numerous lines similar to...] > g:/mingw/3.4.5/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/stat.h > > But the path specified here for the headers are not correct. Where have you installed MinGW? If you normalise the above path, (i.e. resolve out the `.

[GnuWin32-Users] Help with Dependencies Compilation

2008-05-27 Thread Libin Varghese
Hi All, After running make -f makefile.mingw , it creates .Po files in the .deps directory. I notice that in the .Po files it addes compilation dependencies headers as shown below: shell.o: ../../which-2.19-src/tilde/shell.c ../config.h \ D:/Progra~1/GnuWin32/include/unistd.h \ g:/mingw/3.4.5