Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

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 .

  1. config.status
  2. config.nice
  3. config.log

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>