[Trilinos-Users] [EXTERNAL] [TRILINOS-11.14.1 INSTALLATION ERRORS]--UNDEFINED REFERENCE TO "CHOLMOD/ SUITESPARSE"

Siva Rajamanickam srajama at sandia.gov
Wed Apr 15 11:08:30 MDT 2015


Looks like you are configuring Trilinos with CHOLMOD, but the linker is not able 
to find the cholmod library.

-Siva

On 04/15/2015 10:12 AM, Ofosu Ampadu Joseph wrote:
> Dear All,
>
> I am new to Trilinos and would like to interface some of the libraries with 
> Deal II.
> I am building on Ubuntu 14.04 LTS OS.
> I have been able to successfully configure Trilinos, however during 
> installation via the command: 'sudo make install' , and after 27% of built 
> target success, I get the following errors:
>
> [ 27%] Built target Amesos_Amesos_TESTBASIC_COPY3
> Linking CXX executable amesos_test.exe
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_start'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_finish'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_free_factor'
> ../../src/libamesos.so.11.14.1: undefined reference to `SuiteSparse_free'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_print_common'
> ../../src/libamesos.so.11.14.1: undefined reference to `SuiteSparse_time'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_free_sparse'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_transpose'
> ../../src/libamesos.so.11.14.1: undefined reference to `SuiteSparse_config'
> ../../src/libamesos.so.11.14.1: undefined reference to `SuiteSparse_malloc'
> ../../src/libamesos.so.11.14.1: undefined reference to `cholmod_analyze'
> collect2: error: ld returned 1 exit status
> make[2]: *** [packages/amesos/test/Test_Basic/amesos_test.exe] Error 1
> make[1]: *** [packages/amesos/test/Test_Basic/CMakeFiles/amesos_test.dir/all] 
> Error 2
> make: *** [all] Error 2
>
> I humbly ask if anyone could assist me with an advice of how to proceed. Thanks.
>



More information about the Trilinos-Users mailing list