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] 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


jk dot lee at msa dot hinet dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


------- Additional Comments From jk dot lee at msa dot hinet dot net  2003-10-12 08:41 -------
g++'s Option -I doesn't work. ( Cannot Include personal header file )

gcc is work
gcc -I/home/devel/myUtils/include test.c -o test

g++ doesn't 
g++ -I/home/devel/myUtils/include test.cpp -o test

??


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