Skip to content

doc: add libltdl-dev for linux#668

Merged
saghul merged 1 commit intosaghul:masterfrom
ahaoboy:doc
Jan 27, 2025
Merged

doc: add libltdl-dev for linux#668
saghul merged 1 commit intosaghul:masterfrom
ahaoboy:doc

Conversation

@ahaoboy
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@saghul saghul merged commit 2e5e312 into saghul:master Jan 27, 2025
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