This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc 4.1.1 -M bug?


Hi,

I see -M option for gcc-4.1.1 output chops dirname, but faces below
problem.

$ cat foo.c 
#include "foo.h"
$ cat Include/foo.h 
/* empty */
$ gcc41 -M -I.//Include foo.c 
foo.o: foo.c /Include/foo.h
             ^
             root?


gcc-3.4.4 output was:
$ gcc -M -I.//Include foo.c 
foo.o: foo.c .//Include/foo.h

Any help please?


Thanks in Advance.

(Hiroki Kaminaga)
t
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]