Failed running examples from installation section of wiki #173
-
I am getting the following error when i tried to run the examples in installation section of wiki. Also i have the file allocater_access.hpp in the same directory. What is the possible solutions to this? Note: I have build ublas and run tests successfully. User-config.jam
Possible fixes i tried:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
*Fix:
To know more about the flags, go and read the If you don't want to use the configuration file, you can command-line arguments to run the test. PATH_TO_THE_B2_BINARY/b2 toolset=gcc cxxstd=20 variant=release optimization=speed PATH_TO_THE_TEST_OR_EXAMPLES_FOLDER
PATH_TO_THE_B2_BINARY/b2 toolset=gcc cxxstd=20 PATH_TO_THE_TEST_OR_EXAMPLES_FOLDER
PATH_TO_THE_B2_BINARY/b2 toolset=gcc cxxstd=20 variant=release PATH_TO_THE_TEST_OR_EXAMPLES_FOLDER If you get the link issue from the boost unit test, use the linking flag. |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
*Fix:
To know more about the flags, go and read the
Boost.Build
documentation, which can be found here.If you don't want to use the configuration file, you can command-line arguments to run the test.
If you get the link issue from the boost unit test, use the linking flag.