I try to create a travis script for mac and i'm blocked on this one

libtomcrypt is not using the defined LIBTOOL also is using gcc instead of
clang

Here is travis.yml configuration

https://github.com/mariuz/firebird/blob/master/.travis.yml

and here is the build log

https://travis-ci.org/mariuz/firebird/jobs/296806230



CFLAGS="-D_THREAD_SAFE "
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C
/Users/travis/build/mariuz/firebird/extern/libtomcrypt -f
makefile.shared GCC=gcc

libtool --mode=compile --tag=CC gcc  -D_THREAD_SAFE  -c
-I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -O3
-funroll-loops -fomit-frame-pointer -DENCRYPT_ONLY -c
src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o

error: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:
unknown option character `-' in: --mode=compile
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to