This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

What is the right way to initialize GLibc?


Hello,

Suppose I'm experimenting with making an executable shared library
like GLibc itself is. I can get something simple like that working but
I want to do more and to do that I need to initialize libc. I think
the right way to do this is to call __libc_start_main manually in my
libraries start function but I don't know how to do that. What is the
right way to initialize GLibc?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]