Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing libiconv #34

Open
viniciusvgp opened this issue Jul 25, 2019 · 1 comment
Open

missing libiconv #34

viniciusvgp opened this issue Jul 25, 2019 · 1 comment

Comments

@viniciusvgp
Copy link

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.

@rofirrim
Copy link
Contributor

rofirrim commented Feb 5, 2020

I cannot reproduce this issue, can you let me know what environment are you using?

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants