From unknown Mon Aug 18 14:26:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#11179 <11179@debbugs.gnu.org> To: bug#11179 <11179@debbugs.gnu.org> Subject: Status: There should be a way to suppress libtool support for C and all related checks Reply-To: bug#11179 <11179@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:08 +0000 retitle 11179 There should be a way to suppress libtool support for C and a= ll related checks reassign 11179 libtool submitter 11179 Zack Weinberg severity 11179 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 04 20:43:41 2012 Received: (at submit) by debbugs.gnu.org; 5 Apr 2012 00:43:41 +0000 Received: from localhost ([127.0.0.1]:40365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SFand-0000hj-HL for submit@debbugs.gnu.org; Wed, 04 Apr 2012 20:43:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55378) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SFanb-0000hc-5n for submit@debbugs.gnu.org; Wed, 04 Apr 2012 20:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFan5-0004dv-V2 for submit@debbugs.gnu.org; Wed, 04 Apr 2012 20:43:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:54545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFan5-0004dr-PF for submit@debbugs.gnu.org; Wed, 04 Apr 2012 20:43:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFan4-0000Ic-8P for bug-libtool@gnu.org; Wed, 04 Apr 2012 20:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFan2-0004dO-B7 for bug-libtool@gnu.org; Wed, 04 Apr 2012 20:43:05 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:59914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFan2-0004d7-3c for bug-libtool@gnu.org; Wed, 04 Apr 2012 20:43:04 -0400 Received: by obbta14 with SMTP id ta14so1296292obb.0 for ; Wed, 04 Apr 2012 17:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=cpbEiOpXGGczTki8TS+cArXZsEOWFxKqXb9jh4XDCDQ=; b=ue9oraaf/n04EPLpW/+uWsv0Hxo7B710ZZLGKw3yj8snF2yxbnzDjl73jwwdfD/cZ6 DNrB1r6+JNQBVhI7Vv+rPBLTQIpiNrJn6GXWIVDf7ccxh9ydg+6H0k13tl+oRe6jzKMg K696kPiy1xrB/i1Pq//YlGdF3y5Km1lzpzBDhbGMj8+bZSNheUZqzc9bqyIPD94tfTfM ZDD2xGIKbhxBm/pQdcgB2tEZJCZwQoUnj09qMZa/RuO5FCZA+K/v0I9emE7t0CuLINgm mGNiiXcItbBMWlX1Pj3k60qHIUGUrGr1paM6Qf9EfUvz1rUUf/4H3lVEFkwUnje1cZe7 hJ2w== MIME-Version: 1.0 Received: by 10.60.26.231 with SMTP id o7mr695458oeg.31.1333586581423; Wed, 04 Apr 2012 17:43:01 -0700 (PDT) Received: by 10.182.14.169 with HTTP; Wed, 4 Apr 2012 17:43:01 -0700 (PDT) Date: Wed, 4 Apr 2012 17:43:01 -0700 X-Google-Sender-Auth: iPdvOxInnKMkeHEbGjcAanLueRg Message-ID: Subject: There should be a way to suppress libtool support for C and all related checks From: Zack Weinberg To: bug-libtool@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) If I have a library that is entirely written in, say, C++, there is no reason for libtool to probe features of the C compiler, but there's no way to make it not do that. zw