From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20432 invoked by alias); 1 Feb 2003 19:15:51 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 20425 invoked from network); 1 Feb 2003 19:15:51 -0000 Received: from unknown (HELO www.fastmail.fm) (66.111.4.2) by 172.16.49.205 with SMTP; 1 Feb 2003 19:15:51 -0000 Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CB87B1E1DF; Sat, 1 Feb 2003 14:15:48 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Sat, 01 Feb 2003 14:15:48 -0500 X-Epoch: 1044126948 X-Sasl-enc: 04ywlAmWpRDNjsfs6S4rFA Received: from fastmail.fm (x1-6-00-e0-81-03-b8-78.k35.webspeed.dk [62.242.176.171]) by www.fastmail.fm (Postfix) with ESMTP id 4D93E1CA26; Sat, 1 Feb 2003 14:15:47 -0500 (EST) Message-ID: <3E3C1CE3.90305@fastmail.fm> Date: Sat, 01 Feb 2003 19:15:00 -0000 From: bjorn rohde jensen Reply-To: bjensen@fastmail.fm User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ajay Bansal Cc: redhat-devel-list@redhat.com, gcc-help@gcc.gnu.org Subject: Re: Shared libraries used by gcc compiler References: <2B721C6525F0D411B1E900B0D0226BDD02148D19@mohmsg01.ad.infosys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00003.txt.bz2 Hi there, Well, you should be able to perform static linking by giving gcc/g++ the -static option. Yours sincerely, Bjorn