Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center
I am trying to compile mcxx from this repository, but make shows this error:
/usr/bin/ld: ./src/frontend/.libs/libmcxx.so: undefined reference to `libiconv'
/usr/bin/ld: ./src/frontend/.libs/libmcxx.so: undefined reference to `libiconv_close'
/usr/bin/ld: ./src/frontend/.libs/libmcxx.so: undefined reference to `libiconv_open'
This error is quite strange since I am giving the path to libiconv with --with-libiconv-prefix=/usr/local/libiconv-1.15, so I believe that this can be an issue.
I am trying to compile mcxx from this repository, but make shows this error:
This error is quite strange since I am giving the path to libiconv with
--with-libiconv-prefix=/usr/local/libiconv-1.15
, so I believe that this can be an issue.