You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: