This question may sound a little absurd. Facts:
- I have a program written in C++.
- It uses lot of in-house libs.
- I don't have read permission to the libs.
- So I have to build with a given tool which does have access to the lib headers and archives.
- Stuck on gcc 4.3
- I have a local build of gcc 4.5
- I want g++ to use my local g++ instead of the old version.
Is there any way to get this done?
Use the full path of the compiler instead of invoking it without specifying the path.