This is the mail archive of the gcc-bugs@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]

[Bug c++/12585] New: g++ -I --> this option doesn't work


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12585

           Summary: g++ -I  --> this option doesn't work
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jk dot lee at msa dot hinet dot net
                CC: gcc-bugs at gcc dot gnu dot org,jk dot lee at msa dot
                    hinet dot net

I have a file( myCppUtils.h ) in /home/devel/myUtils/include

#test.cpp
#include "myCppUtils.h"
.....

when I compile test.cpp 
g++ -I/home/devel/myUtils/include test.cpp -o test

it wil tell me: myCppUtils.h : No such file or directory 

but when change to test.c , using gcc 
everything is OK..

It is a bug?? I just post I found.

Jackey


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