alidist
alidist copied to clipboard
Build error on macOS(Big Sur 11.6.8)
I built on macOS(Big Sur 11.6.8) but this error occurred in log.
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Procedure was as follow 1 Get Xcode 2 Get Homebrew
3 Install the required package
> *brew install alisw/system-deps/o2-full-deps alisw/system-deps/alibuild*
4 create ~/.zprofile and add
> export* PATH=*"/usr/local/opt/gettext/bin:/usr/local/bin:$PATH"
5 add command to ~/.bashrc
> export* ALIBUILD_WORK_DIR=*"$HOME/alice/sw"
> eval* *"`alienv shell-helper`"
6 Prepare source code(O2 only)
> *aliBuild init O2@dev --defaults o2*
7 Build at directory ”alice” (now)
> *aliBuild build O2 --defaults o2*
I think this error stems from OpenGL library This is whole of log. log.txt .
same errors