public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Shared libraries used by gcc compiler
@ 2003-02-01 18:51 Ajay Bansal
  2003-02-01 19:15 ` bjorn rohde jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Ajay Bansal @ 2003-02-01 18:51 UTC (permalink / raw)
  To: redhat-devel-list, gcc-help


Hi All

I am compiling my application using gcc3.2.1 on RH73. while linking it
links with /usr/local/lib/libstdc++.so. 

Now on the client machine, gcc may  be installed or may not be
installed. Bo do I ship this library with my product or do we have a
option to link with libstdc++.a instead???

Regards
Ajay

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

* Re: Shared libraries used by gcc compiler
  2003-02-01 18:51 Shared libraries used by gcc compiler Ajay Bansal
@ 2003-02-01 19:15 ` bjorn rohde jensen
  0 siblings, 0 replies; 2+ messages in thread
From: bjorn rohde jensen @ 2003-02-01 19:15 UTC (permalink / raw)
  To: Ajay Bansal; +Cc: redhat-devel-list, gcc-help

Hi there,

  Well, you should be able to perform static
linking by giving gcc/g++ the -static option.

Yours sincerely,

Bjorn

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

end of thread, other threads:[~2003-02-01 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-01 18:51 Shared libraries used by gcc compiler Ajay Bansal
2003-02-01 19:15 ` bjorn rohde jensen

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).