From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7690 invoked by alias); 16 Jun 2006 18:37:18 -0000 Received: (qmail 7682 invoked by uid 22791); 16 Jun 2006 18:37:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp105.sbc.mail.mud.yahoo.com (HELO smtp105.sbc.mail.mud.yahoo.com) (68.142.198.204) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 16 Jun 2006 18:37:15 +0000 Received: (qmail 66400 invoked from network); 16 Jun 2006 18:37:13 -0000 Received: from unknown (HELO ?192.0.3.3?) (timothyprince@sbcglobal.net@63.192.140.4 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 16 Jun 2006 18:37:12 -0000 Message-ID: <4492FA58.90504@sbcglobal.net> Date: Fri, 16 Jun 2006 18:37:00 -0000 From: Tim Prince Reply-To: tprince@myrealbox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Monteaup CC: gcc-help@gcc.gnu.org Subject: Re: How can I compile on new system und run it on old one ? References: <4897413.post@talk.nabble.com> In-Reply-To: <4897413.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2006-06/txt/msg00134.txt.bz2 Monteaup wrote: > I'm compiling my software with the gcc 3.3, but the software has to run with > on a system with libstdc++ 2.9. > > Can I link the older libstdc++ with gcc 3.3 ? > It seems those libraries are so different, why don't you link static with g++ 3.3 ?