|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
- I option of how to use C + + compiler?
I want to know that the first document procedures can find /myHome1/include and /myHome2/include
How does the writing?
CC - I /myHome1/include:/myHome2/include
Seems wrong |
CC -I/myHome1/include -I/myHome2/include
No doubt! |
Correct, forming tailgating! |
| |