|
Message-Id: <20121208232529.79bab53a.idunham@lavabit.com> Date: Sat, 8 Dec 2012 23:25:29 -0800 From: Isaac Dunham <idunham@...abit.com> To: musl@...ts.openwall.com Subject: Re: static linking and dlopen On Sun, 9 Dec 2012 10:36:58 +0400 croco@...nwall.com wrote: > Anyway, for a lot of existing programs, the absense of dlopen will mean a > necessity for heavy rewritings in order to compile them with musl - perhaps > too heavy to be done at all. > I think there's a misunderstanding here: musl includes a dlopen function. When a binary is statically linked, it is a stub. When a binary is dynamically linked, it loads the shared library requested. > P.S. thank you for the great work you do! > > -- > Cheers, > Croco -- Isaac Dunham <idunham@...abit.com>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.