public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How can I compile on new system und run it on old one ?
@ 2006-06-16  9:17 Monteaup
  2006-06-16 18:37 ` Tim Prince
  0 siblings, 1 reply; 3+ messages in thread
From: Monteaup @ 2006-06-16  9:17 UTC (permalink / raw)
  To: gcc-help


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 ?


--
View this message in context: http://www.nabble.com/How-can-I-compile-on-new-system-und-run-it-on-old-one---t1797153.html#a4897413
Sent from the gcc - Help forum at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How can I compile on new system und run it on old one ?
  2006-06-16  9:17 How can I compile on new system und run it on old one ? Monteaup
@ 2006-06-16 18:37 ` Tim Prince
  2006-06-17 18:22   ` Monteaup
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Prince @ 2006-06-16 18:37 UTC (permalink / raw)
  To: Monteaup; +Cc: gcc-help

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 ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How can I compile on new system und run it on old one ?
  2006-06-16 18:37 ` Tim Prince
@ 2006-06-17 18:22   ` Monteaup
  0 siblings, 0 replies; 3+ messages in thread
From: Monteaup @ 2006-06-17 18:22 UTC (permalink / raw)
  To: gcc-help


I'm not sure this will work, because libstdc++ depends on a newer libc6.

Is there a way to say... compile withe the old lib instead the new. Both are
installed on the new  system.
--
View this message in context: http://www.nabble.com/How-can-I-compile-on-new-system-und-run-it-on-old-one---t1797153.html#a4916905
Sent from the gcc - Help forum at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-17 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-16  9:17 How can I compile on new system und run it on old one ? Monteaup
2006-06-16 18:37 ` Tim Prince
2006-06-17 18:22   ` Monteaup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).