[
https://issues.apache.org/jira/browse/MINIFICPP-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mr TheSegfault updated MINIFICPP-255:
-------------------------------------
Labels: Build (was: )
> ClassLoader should provide a mechanism to link classes without dlsym and load
> all linker flags
> ----------------------------------------------------------------------------------------------
>
> Key: MINIFICPP-255
> URL: https://issues.apache.org/jira/browse/MINIFICPP-255
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Mr TheSegfault
> Priority: Major
> Labels: Build
>
> Linker flags require that we load all of a static lib extension, otherwise
> the class loader won't locate classes. We then use dlsym on the current
> binary with a known callback to get our classes. While this isn't technically
> necessary, we're using an existing mechanism. We should create a new
> mechanism to load these classes without dlsym AND without having the link the
> whole archive.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)