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

doc: add libltdl-dev for linux #668

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

doc: add libltdl-dev for linux #668

wants to merge 1 commit into from

Conversation

ahaoboy
Copy link
Contributor

@ahaoboy ahaoboy commented Nov 13, 2024

Compiling on ubuntu24.04 with github runner will give an error

configure.ac:215: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1

libffi/libffi#210

It seems that libuv and libffi require libltdl-dev

sudo apt-get install libltdl-dev

@saghul
Copy link
Owner

saghul commented Nov 15, 2024

I think it might be better to link with the system libffi TBH... I'm going to sleep a bit on this.

@ahaoboy
Copy link
Contributor Author

ahaoboy commented Nov 16, 2024

I think it might be better to link with the system libffi TBH... I'm going to sleep a bit on this.

Have a good rest. I just found through searching that this compilation error can be fixed by installing libltdl-dev.

https://github.com/ahaoboy/js-engine-benchmark/actions/runs/11816168716/job/32918888844

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.

2 participants