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

jk dot lee at msa dot hinet dot net gcc-bugzilla@gcc.gnu.org
Sun Oct 12 08:41:00 GMT 2003


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

??



More information about the Gcc-bugs mailing list