Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RTLD_DI_LINKMAP



In article <200911050036.24876.mark%ecs.vuw.ac.nz@localhost>,
Mark Davies  <mark%ecs.vuw.ac.nz@localhost> wrote:
>wip/jdk16 fails to build on recent 5.0_STABLE (and presumably 
>recent -currents) with this error
>
>.../wip/jdk16/work.i386/hotspot/src/os/bsd/vm/os_bsd.cpp:1959: 
>error: 'Link_map' was not declared in this scope
>.../wip/jdk16/work.i386/hotspot/src/os/bsd/vm/os_bsd.cpp:1959: error: 'map
>' was not declared in this scope
>
>this is because RTLD_DI_LINKMAP has been added but no definition of the 
>Link_map structure is provided in the standard headers.  How should this 
>be dealt with?

Isn't there a link.h and link_elf.h on 5.0? If not, they should be pulled
up or the change to dlfcn.h should be reverted.

christos



Home | Main Index | Thread Index | Old Index