Re: dlopening the C runtime library

2009-12-05 Thread Howard Chu
Sam Varshavchik wrote: I'm trying to come up with logic to figure out what I need to pass to lt_dlopen(), or lt_dlopenext() in order to obtain the standard C runtime library, for the purposes of using lt_dlsym() to find common library functions, such as open(), connect(), etc… I can use a prepar

dlopening the C runtime library

2009-12-05 Thread Sam Varshavchik
I'm trying to come up with logic to figure out what I need to pass to lt_dlopen(), or lt_dlopenext() in order to obtain the standard C runtime library, for the purposes of using lt_dlsym() to find common library functions, such as open(), connect(), etc… I can use a prepared list of common nam