| What is VPATH and how do I use it? |
| Tuesday, 13 September 2005 | |
| It is a feature by which you can have all your object and build files in a separate directory tree for each architecture. Create an arbitrary directory and cd to it, and then issue the configure script with its full path. This way you can keep all your object files even if you are developing for several archictectures in parallel, which should speed up your builds significantly. |
| < Prev | Next > |
|---|





