Roman,

<<I'm trying to build current firebird 3 trunk on my macosx 10.10. On 10.9 was 
the same problems so it's not related to the last
update.
I installed icu and tommath libs via brew package manager. They are located in:
/usr/local/Cellar/icu4c/52.1
/usr/local/Cellar/libtommath/0.42.0
I tried to specify their locations via env vars before configure like this:
export
CXXFLAGS="-I/usr/local/Cellar/icu4c/52.1/include 
-I/usr/local/Cellar/libtommath/0.42.0/include/ 
-Wl,-L/usr/local/Cellar/icu4c/52.1/l
ib/ -Wl,-L/usr/local/Cellar/libtommath/0.42.0/lib/" && export 
CPPFLAGS=$CXXFLAGS && export LIBTOOLIZE=glibtoolize

./autogen.sh

make

and see errors:

=====================================================

/Users/roman/prj/firebird/gen/Release/firebird/bin/isql -q -i 
/Users/roman/prj/firebird/src/dbs/metadata.sql

dyld: Library not loaded: 
/Library/Frameworks/Firebird.framework/Versions/A/Libraries/

  Referenced from: /Users/roman/prj/firebird/gen/Release/firebird/bin/isql

  Reason: no suitable image found.  Did find:

/Users/roman/prj/firebird/gen/Release/firebird/lib/: not a file

make[3]: *** [metadata.fdb] Trace/BPT trap: 5

make[2]: *** [master_process] Error 2

make[1]: *** [firebird] Error 2


make: *** [firebird] Error 2

=====================================================

Any ideas?>>

Yes - the build in 3.0 cannot use the -install-name flag, there are a couple of 
other issues with the relevant build files in
builds.posix as well, which I haven't committed yet. I will send you working 
prefix.darwin_x86_64 and darwin defaults via email
privately.

Regards
Paul




------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to