public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* info
@ 2001-02-20  6:16 Suraj Chatrath
  2001-02-20 23:27 ` info Puneet Singhal
  0 siblings, 1 reply; 5+ messages in thread
From: Suraj Chatrath @ 2001-02-20  6:16 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

Hello,
I want some help regerding :
1) what is a shared object?
2)how to make a shared object in unix........
Is there any material avilable on the net from where i can get a
reference.........
Thanks in advance 
Suraj chatrath


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

* RE: info
  2001-02-20  6:16 info Suraj Chatrath
@ 2001-02-20 23:27 ` Puneet Singhal
  0 siblings, 0 replies; 5+ messages in thread
From: Puneet Singhal @ 2001-02-20 23:27 UTC (permalink / raw)
  To: Suraj Chatrath, gcc-help

Hi Suraj

>1) what is a shared object?
a shared object is a piece of code which is like a DLL on a windows problem.
at link time of a proggy only the adresses of symbols are added to the exec.
At runtime the shared object is loaded.Its path must appear in
LD_LIBRARY_PATH

>2)how to make a shared object in unix........
you can use GCC for it.
for *compiling* use the switch -fPIC and then use -shared to create the
library. it usually has an extension of .so.

>Is there any material avilable on the net from where i can get a
check out the manuals on gcc.gnu.org

cheers
Puneet


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

* info
@ 2007-01-15 12:19 Radoslaw Garbacz
  0 siblings, 0 replies; 5+ messages in thread
From: Radoslaw Garbacz @ 2007-01-15 12:19 UTC (permalink / raw)
  To: gcc-help



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

* info
@ 2003-06-05 12:47 Gwenole Beauchesne
  0 siblings, 0 replies; 5+ messages in thread
From: Gwenole Beauchesne @ 2003-06-05 12:47 UTC (permalink / raw)
  To: gcc-help



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

* info
@ 2002-09-17  8:34 Thierry Laurier
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Laurier @ 2002-09-17  8:34 UTC (permalink / raw)
  To: gcc-help

subscribe

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-20  6:16 info Suraj Chatrath
2001-02-20 23:27 ` info Puneet Singhal
2002-09-17  8:34 info Thierry Laurier
2003-06-05 12:47 info Gwenole Beauchesne
2007-01-15 12:19 info Radoslaw Garbacz

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