This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: dlopen issue with RTLD_LAZY...


On Aug 29, 2000, <tracy@col.hp.com> wrote:

>   The problem is that the dlopen library call has a parameter flags
>   with a possible value being RTLD_LAZY.  When I uses this flag the
>   dlopen call still fails with unresolved symbols, when it should
>   just load the library and resolve what it can and then return.

This has nothing to do with GCC.  GCC is just a compiler.  Your
problem is with the C library, which is a separate project.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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