GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CONFIG.GUESS-2.69(1) User Commands CONFIG.GUESS-2.69(1)

config.guess-2.69 - guess the build system triplet

config.guess [OPTION]

The GNU build system distinguishes three types of machines, the `build' machine on which the compilers are run, the `host' machine on which the package being built will run, and, exclusively when you build a compiler, assembler etc., the `target' machine, for which the compiler being built will produce code.

This script will guess the type of the `build' machine.

Output the configuration name of the system `config.guess' is run on.

-h, --help
print this help, then exit
-t, --time-stamp
print date of last modification, then exit
-v, --version
print version number, then exit

config.guess-2.69 might need to compile and run C code, hence it needs a compiler for the `build' machine: use the environment variable `CC_FOR_BUILD' to specify the compiler for the build machine. If `CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host' machine.

CC_FOR_BUILD a native C compiler, defaults to `cc' CC a native C compiler, the previous variable is preferred

Report bugs and patches to <config-patches@gnu.org>.

Originally written by Per Bothner.
Copyright 1992-2018 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

autoconf-2.69(1), automake-2.69(1), autoreconf-2.69(1), autoupdate-2.69(1), autoheader-2.69(1), autoscan-2.69(1), config.guess-2.69(1), config.sub-2.69(1), ifnames-2.69(1), libtool(1).
April 2022 GNU Autoconf 2.69

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.