tt icon indicating copy to clipboard operation
tt copied to clipboard

Tarantool 1.10.xx static build is not working on macOS, using 'tt install'

Open better0fdead opened this issue 2 years ago • 0 comments

Can not install static build of Tarantool 1.10.xx, using 'tt install' on macOS. Dynamic build works fine. Error:

-- Setting OpenSSL root to /usr/local/opt/openssl@3
-- Setting CURL root to /usr/local/opt/curl
-- Setting ICU root to /usr/local/opt/icu4c
CMake Error at cmake/compiler.cmake:38 (message):
  Static build is supported for GCC only
Call Stack (most recent call first):
  CMakeLists.txt:65 (include)


-- Configuring incomplete, errors occurred!
make[2]: *** [tarantool-prefix/src/tarantool-stamp/tarantool-configure] Error 1
make[1]: *** [CMakeFiles/tarantool.dir/all] Error 2
make: *** [all] Error 2
   ⨯ exit status 2
f.terekhin@f-terekhin tt % which gcc
/usr/bin/gcc

Full log Os: macOS 13.2.1 Tarantool CLI version 1.1.0, darwin/amd64. commit: 6908db0

better0fdead avatar Jun 08 '23 17:06 better0fdead