Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7658511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:12:41+00:00 2026-05-31T13:12:41+00:00

If i run ./configure && make on any big open source project, for example

  • 0

If i run ./configure && make on any big open source project, for example Ruby, it will be thousands of compiler warnings displayed in the console. Is it possible to run it with warnings suppressed (and errors shown, if any)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:12:42+00:00Added an answer on May 31, 2026 at 1:12 pm

    Add CFLAGS=-w CPPFLAGS=-w CXXFLAGS=-w LDFLAGS=-w to your configure line.

    Numbers!

    $ tar -xzf ruby-1.9.3-p125.tar.gz
    $ cd ruby-1.9.3-p125
    $ { ./configure && make; } 2>&1 | wc -l
    1197
    $ cd ..
    $ rm ruby-1.9.3-p125
    $ tar -xzf ruby-1.9.3-p125.tar.gz
    $ cd ruby-1.9.3-p125
    $ { CFLAGS=-w CPPFLAGS=-w CXXFLAGS=-w LDFLAGS=-w ./configure && make;} 2>&1 |wc -l
    989
    $
    

    There you have it.
    Vanilla configure && make: 1197 lines
    Turning off warnings: 989 lines
    Savings: 17%

    Turning off warnings in no way inhibits display of errors, so you’ll still know when things don’t work.

    Disabling warnings: 17% fewer lines. Building Ruby repeatedly just to count the lines of output: priceless.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to configure nhibernate 2.1.2 to run in medium trust, without any luck.
I'm attempting to install gnu make. I was able to run the ./configure script
I would like to configure asp.net process to run under an account with domain
I know I can configure command line arguments in the Run configuration but I
How do you configure a Team Build 2010 build process template to run MbUnit
I read the tutorial which advises me to run at util-linux package ./configure I
I have a windows application (C#) and i need to configure it to run
Can a WinForms app compiled for Any CPU be configured to run as x86
I have been trying to follow this example (download the source code from a
I have successful executed following commands: tar xzvf fcgi-2.4.0.tar.gz cd fcgi-2.4.0 ./configure --prefix=/usr/local/fcgi make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.