Jul 212010
How to check the ./configure arguments used during last program compilation
Answer:
Normally, when you downloaded a program source and compile youself, you need to run the ./configure for customized settings.
In order to check the ./configure arguments used during last program compilation, you can check the following three files (depends on package) in the source folder .
- config.status
- config.nice
- config.log