From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99430 invoked by alias); 16 Nov 2019 08:19:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99422 invoked by uid 89); 16 Nov 2019 08:19:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:4.82, H*r:sk:fencepo, H*r:470, HTo:U*pinskia X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Nov 2019 08:19:51 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iVtJ8-0005Z4-2x; Sat, 16 Nov 2019 03:19:50 -0500 Received: from [176.228.60.248] (port=4404 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iVtJ7-0007np-DU; Sat, 16 Nov 2019 03:19:49 -0500 Date: Sat, 16 Nov 2019 08:19:00 -0000 Message-Id: <83sgmo6xng.fsf@gnu.org> From: Eli Zaretskii To: Andrew Pinski CC: tom@tromey.com, gdb-patches@sourceware.org In-reply-to: (message from Andrew Pinski on Fri, 15 Nov 2019 16:57:49 -0800) Subject: Re: [PATCH 15/16] Highlight source code using GNU Source Highlight References: <20181128001435.12703-1-tom@tromey.com> <20181128001435.12703-16-tom@tromey.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00495.txt.bz2 > From: Andrew Pinski > Date: Fri, 15 Nov 2019 16:57:49 -0800 > Cc: GDB Patches > > If it cannot be compiled at a top-level, does it support as a static > library? Not sure I understand what you are asking about. If you ask whether GDB can be linked statically with Source Highlight, then the answer is YES. In fact, this is how I build my GDB, because the shared library version of Source Highlight includes (on MS-Windows) dependencies on libstdc++ and libgcc DLLs, which makes it impossible for me to redistribute the GDB binaries without also providing the humongous GCC source tarballs. Apologies if this is not the question you were asking.