[ 
https://issues.apache.org/jira/browse/MINIFICPP-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz resolved MINIFICPP-255.
------------------------------------
    Resolution: Invalid

Using shared libs now, no longer a problem

> 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: Marc Parisi
>            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
(v8.20.10#820010)

Reply via email to