bsc-pm / mcxx

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
GNU Lesser General Public License v3.0
70 stars 23 forks source link

fix_iconv_link: add $LIBICONV to front library compilation #37

Open acastanedam opened 3 years ago

acastanedam commented 3 years ago

This fixes issues when the configure script founds an "explicit" libiconv (not the iconv implementation of libc), e.g., installed from https://www.gnu.org/software/libiconv/. In particular, it should solve bsc-pm#35 and bsc-pm#34