Current-Users archive

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

RTLD_DI_LINKMAP



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?

cheers
mark


Home | Main Index | Thread Index | Old Index