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
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to