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

fix: #143 wsl2 ubuntu18.04 libiconv_open error #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

westeast
Copy link

fix error #143 undefined reference to `libiconv_open’

@CLAassistant
Copy link

CLAassistant commented Sep 24, 2021

CLA assistant check
All committers have signed the CLA.

@y1yang0
Copy link
Collaborator

y1yang0 commented Oct 11, 2021

@D-D-H @joeyleeeeeee97 PTAL

@D-D-H
Copy link
Collaborator

D-D-H commented Oct 14, 2021

@westeast Could you fix this problem in upstream?

@westeast
Copy link
Author

westeast commented Oct 26, 2021

@westeast Could you fix this problem in upstream?

@D-D-H
I try to fix it in upstream file make.sh by adding these configure params,

--with-jvm-features=zgc \
                 --with-extra-cxxflags=" -liconv " \
                 --with-extra-ldflags=" -liconv " \
                 --with-extra-cflags=" -liconv "

But it does not work, Do you have other idea or solution?

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

Successfully merging this pull request may close these issues.

4 participants