Re: [Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-11 Thread Alex Peshkoff
On 06/11/2015 10:51 AM, marius adrian popa wrote: > I will do a test with B2_5_Release , with 2.5.4 seems to detect > the darwin_i386 even if the changes with x*64-*-darwin* | x*64_*-darwin*) > are in the configure script > In case of problems please report here actual value of target that cause

Re: [Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-11 Thread marius adrian popa
I will do a test with B2_5_Release , with 2.5.4 seems to detect the darwin_i386 even if the changes with x*64-*-darwin* | x*64_*-darwin*) are in the configure script I will double check and report On Wed, Jun 10, 2015 at 5:51 PM, Paul Beach wrote: > < i386-darwin on x86-64 osx > so I had to us

[Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-10 Thread Paul Beach
> This was fixed in B2_5_Release sometime ago. Configure detects both 64bit and 32bit using x*64-*-darwin* | x*64_*-darwin*) MAKEFILE_PRIFIX=darwin_x86_64 and i*86-*-darwin* | i*86_*-darwin*) MAKEFILE_

[Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-10 Thread marius adrian popa
One issue is that bash firebird configure script detects host/target as i386-darwin on x86-64 osx so I had to use the 2.5.2 trick from libreoffice and force the build for darwin_x86_64 i*86-*-darwin*) MAKEFILE_PREFIX=darwin_x86_64 issue was libreoffice detects host to be darwin x86_64 and f