From issues-return-2654-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Sat Mar 05 23:18:07 2011 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 12738 invoked from network); 5 Mar 2011 23:18:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Mar 2011 23:18:07 -0000 Received: (qmail 65395 invoked by uid 500); 5 Mar 2011 23:18:07 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 65371 invoked by uid 500); 5 Mar 2011 23:18:07 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 65362 invoked by uid 99); 5 Mar 2011 23:18:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 23:18:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 23:18:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D1D5E577FD for ; Sat, 5 Mar 2011 23:17:45 +0000 (UTC) Date: Sat, 5 Mar 2011 23:17:45 +0000 (UTC) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Message-ID: <644470546.1295.1299367065856.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Assigned: (STDCXX-1052) Hardcoded linker options (`-lm' & `-lc') cause problems when configuring with a different compiler than `gcc' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/STDCXX-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-1052: ------------------------------------ Assignee: Martin Sebor > Hardcoded linker options (`-lm' & `-lc') cause problems when configuring with a different compiler than `gcc' > --------------------------------------------------------------------------------------------------------------- > > Key: STDCXX-1052 > URL: https://issues.apache.org/jira/browse/STDCXX-1052 > Project: C++ Standard Library > Issue Type: Improvement > Environment: Linux and Embedded > Reporter: Wojciech Meyer > Assignee: Martin Sebor > > We are having problems with the configuration scripts. Our compiler > refuses to accept `-lm' & `-lc' GNU style command line switches to > denote linking with a standard library. They are hardcoded in > `libc_decl.sh' and `makefile.common'. We propose introducing a special > `Makefile' variable `WITHOUT_BASE_LIBS' that excludes generating them > for compilation of configuration files during the configure step. > Patch is against trunk. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira