Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 06/07/18 20:15, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: On 06/07/18 18:50, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: On 06/07/18 18:20, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote:

Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 06/07/18 18:50, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: On 06/07/18 18:20, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote:

Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
06.07.2018 10:45, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote: >> With GCC "-fvisibility=internal" can be used to suppress exporting of >> all symbols. > We currently use -fvisibility-inlines-hidden and -fvisibility=hidden for > clang... But still framework somehow

Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 06/07/18 18:20, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote: > 2.5.8 64bit

RE: [firebird-support] running Firebird without fbintl

2018-07-06 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
>With GCC "-fvisibility=internal" can be used to suppress exporting of all > symbols. We currently use -fvisibility-inlines-hidden and -fvisibility=hidden for clang... Paul > ++ > > Visit http://www.firebirdsql.org and

Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
06.07.2018 2:34, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: > Here are a couple of example traces.  As you can see neither of these involve > our > application code, they are pure macOS framework threads, except that fbintl > is in the trace. It looks like fbintl

RE: [firebird-support] running Firebird without fbintl

2018-07-06 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
<> 2.5.8 64bit Firebird now compiles with -O0 because of a problem with optimisation in fbintl that caused Firebird to crash... Paul

Re: [firebird-support] running Firebird without fbintl

2018-07-06 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2018-07-06 02:07, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: > On 05/07/18 21:06, Mark Rotteveel m...@lawinegevaar.nl > [firebird-support] wrote: > >> On 5-7-2018 09:28, Hamish Moffatt ham...@risingsoftware.com >> [firebird-support] wrote: >> >>> So, what is the