Subject | Re: [firebird-support] running Firebird without fbintl |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-07-06T08:40:07Z |
06.07.2018 2:34, Hamish Moffatt hamish@... [firebird-support] wrote:
operator. That triggers well known POSIX "symbol hell". The library must export only
public functions.
With GCC "-fvisibility=internal" can be used to suppress exporting of all symbols.
--
WBR, SD.
> Here are a couple of example traces. As you can see neither of these involve ourIt looks like fbintl exports too much symbols including internal overloaded delete()
> application code, they are pure macOS framework threads, except that fbintl is in the trace.
operator. That triggers well known POSIX "symbol hell". The library must export only
public functions.
With GCC "-fvisibility=internal" can be used to suppress exporting of all symbols.
--
WBR, SD.