C
Charles Herman
I am using the following flags for the g++ command
-I/usr/local/gcc-3.3/include/c++/3.3 -I/usr/local/include/g++-3
But istead of searching the first directory first, it searches the second
directory first. When I interchange the directories, it still searches
/usr/local/include/g++-3 first. How can I force it to search in the order I
want?
When I do not include any -I flag in the g++ commnand, it searches only
/usr/local/gcc-3.3/include/c++/3.3
-charles
-I/usr/local/gcc-3.3/include/c++/3.3 -I/usr/local/include/g++-3
But istead of searching the first directory first, it searches the second
directory first. When I interchange the directories, it still searches
/usr/local/include/g++-3 first. How can I force it to search in the order I
want?
When I do not include any -I flag in the g++ commnand, it searches only
/usr/local/gcc-3.3/include/c++/3.3
-charles