Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread Mulyadi Santosa
On Sun, Jan 24, 2010 at 2:27 PM, ZelluX zel...@gmail.com wrote: So actually dynamic linking has nothing to do with kernel, or there's no special system calls or other mechanisms provided by kernel to support dynamic linking, is it right? Hi, please, no top posting :) Yes, kernel has nothing

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread Robert P. J. Day
On Sun, 24 Jan 2010, Mulyadi Santosa wrote: On Sun, Jan 24, 2010 at 2:27 PM, ZelluX zel...@gmail.com wrote: So actually dynamic linking has nothing to do with kernel, or there's no special system calls or other mechanisms provided by kernel to support dynamic linking, is it right? Hi,

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread ZelluX
On Sun, Jan 24, 2010 at 4:48 PM, Mulyadi Santosa mulyadi.sant...@gmail.comwrote: On Sun, Jan 24, 2010 at 2:27 PM, ZelluX zel...@gmail.com wrote: So actually dynamic linking has nothing to do with kernel, or there's no special system calls or other mechanisms provided by kernel to support

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread Mulyadi Santosa
On 1/24/10, ZelluX zel...@gmail.com wrote: I see. By the way, I'm new to mailing list, do you mean I should reply at the bottom of the post like this? And reply posts by Reply All button in gmail? Yup :) People here love bottom posting, due to one obvious reason: easier to track the

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread Robert P. J. Day
On Sun, 24 Jan 2010, Mulyadi Santosa wrote: On 1/24/10, ZelluX zel...@gmail.com wrote: I see. By the way, I'm new to mailing list, do you mean I should reply at the bottom of the post like this? And reply posts by Reply All button in gmail? Yup :) People here love bottom posting, due

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-24 Thread Joel Fernandes
On Sun, Jan 24, 2010 at 12:57 PM, ZelluX zel...@gmail.com wrote: So actually dynamic linking has nothing to do with kernel, or there's no special system calls or other mechanisms provided by kernel to support dynamic linking, is it right? Why would you need special support in the kernel? As

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-23 Thread ZelluX
Really useful book and article, many thanks for your replies :-) On Thu, Jan 21, 2010 at 7:36 PM, Mulyadi Santosa mulyadi.sant...@gmail.comwrote: Hi On Thu, Jan 21, 2010 at 3:47 PM, ZelluX zel...@gmail.com wrote: Hi, all I'm looking for some references or documents about how Linux

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-23 Thread Joel Fernandes
I wrote a bit about dynamic linking and ELF a while back too, Maybe you can find something useful: http://www.hackerbliss.org/2009/11/notes-on-elf-file-format.html -Joel On Sat, Jan 23, 2010 at 10:38 AM, ZelluX zel...@gmail.com wrote: Really useful book and article, many thanks for your replies

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-23 Thread ZelluX
So actually dynamic linking has nothing to do with kernel, or there's no special system calls or other mechanisms provided by kernel to support dynamic linking, is it right? On Sun, Jan 24, 2010 at 3:26 AM, Joel Fernandes agnel.j...@gmail.comwrote: I wrote a bit about dynamic linking and ELF a

Is there any reference or documents about how Linux supports dynamic library?

2010-01-21 Thread ZelluX
Hi, all I'm looking for some references or documents about how Linux supports dynamic library in details, could you please recommend some to me? Many thanks. -- Best regards, Wang Yuanxuan Parallel Processing Institute, Fudan University

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-21 Thread Crossover Lonely
Linkers Loaders maybe this book is helpful to you. 2010/1/21 ZelluX zel...@gmail.com Hi, all I'm looking for some references or documents about how Linux supports dynamic library in details, could you please recommend some to me? Many thanks. -- Best regards, Wang Yuanxuan Parallel

Re: Is there any reference or documents about how Linux supports dynamic library?

2010-01-21 Thread Mulyadi Santosa
Hi On Thu, Jan 21, 2010 at 3:47 PM, ZelluX zel...@gmail.com wrote: Hi, all I'm looking for some references or documents about how Linux supports dynamic library in details, could you please recommend some to me? maybe not directly related to dynamic library topic, but I hope you'll find my