LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What to do with config.guess? (https://www.linuxquestions.org/questions/linux-newbie-8/what-to-do-with-config-guess-932249/)

javascriptninja 03-01-2012 06:46 PM

What to do with config.guess?
 
Usually I compile programs like this.

./configure
make
sudo make install

But sometimes there will also be a file in the directory called config.guess.

When am I supposed to run this program?

weibullguy 03-01-2012 09:08 PM

You don't. It's part of the autotools suite. See the manpage --> http://linux.die.net/man/1/config.guess

javascriptninja 03-01-2012 09:28 PM

Quote:

Originally Posted by weibullguy (Post 4616489)
You don't. It's part of the autotools suite. See the manpage --> http://linux.die.net/man/1/config.guess

Is it run automatically by ./configure? I've used autoconf before to get things to compile, but I'm not clear on when to use it and when not to.

weibullguy 03-02-2012 10:39 AM

Yes, it is run by the configure script. Take a look at the autoconf manual --> http://www.gnu.org/software/autoconf.../autoconf.html Especially chapter 14.


All times are GMT -5. The time now is 07:50 PM.