Well if AIX follows the usual Unix directory model, then include files will be somewhere in [tt]/usr/include[/tt] and the libraries will be in [tt]/usr/lib[/tt]
You can get a lot of information where things are stored by making your compiler "verbose". For example
[tt]g++ -v prog.cpp[/tt]
Will print out all the search paths and library names which are examined by default.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.