-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux_errors
11 lines (11 loc) · 2.26 KB
/
linux_errors
1
2
3
4
5
6
7
8
9
10
11
g++ -g -o Test ../test/input_cases/tcs_trough_physical_input.o ../test/input_cases/weather_inputs.o ../test/shared_test/lib_battery_test.o ../test/shared_test/lib_battery_powerflow_test.o ../test/shared_test/lib_irradproc_test.o ../test/shared_test/lib_util_test.o ../test/shared_test/lib_weatherfile_test.o ../test/shared_test/lib_windfile_test.o ../test/shared_test/lib_windwakemodel_test.o ../test/shared_test/lib_windwatts_test.o ../test/ssc_test/computeModuleTest.o ../test/ssc_test/cmod_windpower_test.o ../test/ssc_test/cmod_pvsamv1_test.o ../test/ssc_test/cmod_pvwattsv5_test.o ../test/ssc_test/cmod_tcstrough_physical_test.o ../test/tcs_test/csp_solver_core_test.o main.o -std=c++0x `wx-config-3 --libs` `wx-config-3 --libs aui` `wx-config-3 --libs stc` `wx-config-3 --libs` -lm ../../googletest/googletest/make/gtest_main.a ./ssc.so -Wl,--no-as-needed -ldl
../test/ssc_test/computeModuleTest.o: In function `testing::internal::MutexBase::Lock()':
/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1860: undefined reference to `testing::internal::g_linked_ptr_mutex'
/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1861: undefined reference to `testing::internal::g_linked_ptr_mutex'
/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1862: undefined reference to `testing::internal::g_linked_ptr_mutex'
../test/ssc_test/computeModuleTest.o: In function `testing::internal::MutexBase::Unlock()':
/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1872: undefined reference to `testing::internal::g_linked_ptr_mutex'
/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1871: undefined reference to `testing::internal::g_linked_ptr_mutex'
../test/ssc_test/computeModuleTest.o:/home/sjanzou/Public/Projects/GitHub/NREL/ssc/build_linux/../../googletest/googletest/include/gtest/internal/gtest-port.h:1860: more undefined references to `testing::internal::g_linked_ptr_mutex' follow
collect2: error: ld returned 1 exit status
make: *** [Test] Error 1