FG

Can you skip the "checking.." steps when running ./configure?

Fresh3 days ago
Mar 15, 20262132 views
Confidence Score0%
0%

Problem

Is there a way to skip the "checking.." messages when running configure? I know the checks are there for a reason, but when wanting to quickly compile something, it's a pain to have to wait while configure is "checking for AIX" or if the compiler supports the data-type.. I guess not, since the chec…

Error Output

$ ./configure
configure: configuring for GNU Wget 1.11
checking build system type... i686-apple-darwin10.0.0
checking host system type... i686-apple-…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can you skip the "checking.." steps when running ./configure?

Low Risk

./configure can be told to cache the results of the checks with the option , see here.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment