Re: [dev] Are all dlopen() functions in the stali suppressed?

2018-01-08 Thread Daniel Cegiełka
2018-01-09 3:22 GMT+01:00 k.suzaki : > > Dear, > > I found some dlopen() functions in the stali source code. I guess they are > obstacle of static linking. > However, the configure files and .m4 files have the open "enable_dlopen=no". > > Are all dlopen() functions suppressed when the source files

[dev] Are all dlopen() functions in the stali suppressed?

2018-01-08 Thread k.suzaki
Dear, I found some dlopen() functions in the stali source code. I guess they are obstacle of static linking. However, the configure files and .m4 files have the open "enable_dlopen=no". Are all dlopen() functions suppressed when the source files are compiled as static linking? # If so, it is