Failed trying out samples in installation guide #171
-
i was following the ublas instalation guidance and tried the example and test without changing anything. command : output:
[1] gcc-11
...failed gcc.compile.c++ ../../../bin.v2/libs/numeric/ublas/examples/tensor/gcc-11/release/threading-multi/visibility-hidden/instantiate_tensor.o...
...failed gcc.compile.c++ ../../../bin.v2/libs/numeric/ublas/examples/tensor/gcc-11/release/threading-multi/visibility-hidden/multiply_tensors_product_function.o... command : b2 -j8 release cxxflags="-O3 -std=c++20" test/tensor
[1] gcc-11 .......
...failed gcc.compile.c++ ../../../bin.v2/libs/numeric/ublas/test/tensor/test_tensor.test/gcc-11/release/threading-multi/visibility-hidden/functions/test_functions_real_imag_conj.o... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you're using macOS, I recommend using Clang as GCC from homebrew has problems. If you want to use GCC, I recommend building it yourself from the source, which will be very difficult. Even mac alias Clang as GCC by default, and it's pretty involved if you're going to use GCC because of the nature of the OS.
|
Beta Was this translation helpful? Give feedback.
If you're using macOS, I recommend using Clang as GCC from homebrew has problems. If you want to use GCC, I recommend building it yourself from the source, which will be very difficult. Even mac alias Clang as GCC by default, and it's pretty involved if you're going to use GCC because of the nature of the OS.
user-config.jam