ar: `u' modifier ignored since `D' is the default (see `U')
g++ -fvisibility-inlines-hidden -fvisibility=hidden -stdlib=libc++ -static-libstdc++ -L/opt/homebrew/opt/icu4c/lib -D_THREAD_SAFE -Wl,-rpath,@loader_path/.. -Wl,-exported_symbols_list,empty.vers /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/c_cxx.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/cmd.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/cme.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/cmp.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/exp.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/gpre.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/hsh.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/int_cxx.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/jrdmet.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/movg.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/msc.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/obj_cxx.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/par.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/pat.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/sqe.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/sql.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/gpre/boot/gpre_meta_boot.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/yvalve/gds.o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/common.a -o /Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/gen/Release/firebird/bin/gpre_boot -L/Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/gen/Release/firebird/lib -liconv -lm -framework CoreFoundation -ldecFloat -lre2 -liconv -lobjc -framework Foundation -framework Security
clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
ld: warning: ignoring duplicate libraries: '-liconv'
ld: multiple errors: archive member '/' not a mach-o file in '/Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/temp/Release/common.a'; archive member '/' not a mach-o file in '/Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/extern/decNumber/libdecFloat.a'; archive member '/' not a mach-o file in '/Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/extern/re2/obj/libre2.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/grzegorzzyla/Programming/Firebird-4.0.4.3010-0/gen/Release/firebird/bin/gpre_boot] Error 1
make[2]: *** [master_process] Error 2
make[1]: *** [firebird] Error 2
make: *** [firebird] Error 2
--
You received this message because you are subscribed to the Google Groups "firebird-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-deve...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebird-devel/2895a1a9-3678-4cf6-b442-8cc3d831613an%40googlegroups.com.
from the github thread I quoted, it appeared that compilations go with gcc from homebrew.
-L/Users/grzegorzzyla/Programming/fbv5.0-release/gen/Release/firebird/lib -L/Users/grzegorzzyla/Programming/fbv5.0-release/temp/Release -lfbclient -ltommath -ltomcrypt -install_name @rpath/plugins/libEngine13.dylib
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
ld: warning: ignoring duplicate libraries: '-liconv', '-ltommath'
ld: archive member '/' not a mach-o file in '/Users/grzegorzzyla/Programming/fbv5.0-release/extern/re2/obj/libre2.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/grzegorzzyla/Programming/fbv5.0-release/gen/Release/firebird/plugins/libEngine13.dylib] Error 1
make[2]: *** [master_process] Error 2
make[1]: *** [firebird] Error 2
make: *** [firebird] Error 2
export PATH="/opt/homebrew/opt/icu4c/lib:$PATH"
export PATH="/opt/homebrew/opt/icu4c/include:$PATH"
and...
/Library/Developer/CommandLineTools/usr/bin/make gpre
rm -f metadata.fdb
/Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/bin/isql -q -i /Users/grzegorzzyla/Programming/fbv4.0-release/src/dbs/metadata.sql
can't format message 17:0 -- message file /Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/firebird.msg not found
Could not find acceptable ICU library
can't format message 17:120 -- message file /Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/firebird.msg not found
make[3]: *** [metadata.fdb] Error 1
make[2]: *** [master_process] Error 2
make[1]: *** [firebird] Error 2
make: *** [firebird] Error 2
CPPFLAGS=-I/opt/homebrew/opt/icu4c/include
LDFLAGS=-L/opt/homebrew/opt/icu4c/lib
LIBTOOL=glibtool
LIBTOOLIZE=glibtoolize
PATH=/opt/homebrew/bin:/opt/homebrew/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt
/common.a -L/Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/lib -liconv -lm -framework CoreFoundation -ldecFloat -lre2 -liconv -lobjc -framework Foundation -framework Security -ltommath -ltomcrypt -L/Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/lib -lfbclient -ltommath -ltomcrypt -install_name @rpath/plugins/libEngine13.dylib
ld: warning: ignoring duplicate libraries: '-liconv', '-ltomcrypt', '-ltommath'
/Library/Developer/CommandLineTools/usr/bin/make fbintl
make[3]: Nothing to be done for `fbintl'.
/Library/Developer/CommandLineTools/usr/bin/make utilities
/Library/Developer/CommandLineTools/usr/bin/make ibutil
make[4]: Nothing to be done for `ibutil'.
/Library/Developer/CommandLineTools/usr/bin/make gpre
rm -f metadata.fdb
/Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/bin/isql -q -i /Users/grzegorzzyla/Programming/fbv4.0-release/src/dbs/metadata.sql
can't format message 17:0 -- message file /Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/firebird.msg not found
Could not find acceptable ICU library
can't format message 17:120 -- message file /Users/grzegorzzyla/Programming/fbv4.0-release/gen/Release/firebird/firebird.msg not found
make[3]: *** [metadata.fdb] Error 1
make[2]: *** [master_process] Error 2
make[1]: *** [firebird] Error 2
make: *** [firebird] Error 2