From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32175 invoked by alias); 10 Oct 2005 11:45:41 -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 32162 invoked by uid 22791); 10 Oct 2005 11:45:38 -0000 Received: from dns1.tilab.com (HELO dns1.tilab.com) (163.162.42.4) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 10 Oct 2005 11:45:38 +0000 Received: from [163.162.20.37] (venafro.cselt.it [163.162.20.37]) by dns1.cselt.it (PMDF V6.0-025 #38895) with ESMTP id <0IO50048G7C0IU@dns1.cselt.it> for gcc-help@gcc.gnu.org; Mon, 10 Oct 2005 13:45:36 +0200 (MEST) Date: Mon, 10 Oct 2005 11:45:00 -0000 From: Paolo Massimino Subject: "visibility attribute not supported in this configuration" To: gcc-help@gcc.gnu.org Message-id: <434A545F.804@studenti.polito.it> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-SW-Source: 2005-10/txt/msg00045.txt.bz2 Hi all. I have compiled gcc v4.0.1 on a red hat 7.3. When I use the flag -fvisibility=hidden compiling my project, a "visibility attribute not supported in this configuration; ignored" warning appear many times (one for each non-static function). I would like to know if there is some configuration i have to setup before compiling the gcc to activate this feature, or if there is some incpmpatibility with an old ld or other bin-util. Thank you in advace. Paolo