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 <[email protected]> wrote: > <<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 firebird > configure detects it as i386 darwin > so we had this error while linking > ld: warning: ignoring file ../temp/boot/jrd/dsc.o, file was built for > unsupported file format ( 0xCF 0xFA 0xED 0xFE 0x07 0x00 0x00 > 0x01 0x03 0x00 0x00 0x00 0x01 0x00 0x00 0x00 ) which is not the > architecture being linked (i386): ../temp/boot/jrd/dsc.o > > http://ci.libreoffice.org/job/lo_gerrit_master/2971/Gerrit=Gerrit,Platform=MacOSX/consoleText > >> > > 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_PRIFIX=darwin_i386 > > Regards > Paul > > > > ------------------------------------------------------------------------------ > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel >
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
