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

Port dynamic loading to other unixes (in configure script) #29

Open
aaptel opened this issue Nov 5, 2015 · 3 comments
Open

Port dynamic loading to other unixes (in configure script) #29

aaptel opened this issue Nov 5, 2015 · 3 comments

Comments

@aaptel
Copy link
Owner

aaptel commented Nov 5, 2015

I some know BSD system don't have the -ldl flag and dlopen-related functions are in the libc.

The configure script should check if dlopen is available, if not try again with -ldl, if not fail. If someone knows the right autoconf incantations for that... :)

@tromey
Copy link
Collaborator

tromey commented Nov 5, 2015

Why not just use libltdl, which solves this for every platform?

@aaptel
Copy link
Owner Author

aaptel commented Nov 5, 2015

Because Eli is not so found of having yet another dependency for something we already use natively on some platforms (windows build has a lot hard-coded lazily loaded DLLs).

@aaptel aaptel added this to the GNU Emacs 25.1 milestone Nov 11, 2015
@aaptel
Copy link
Owner Author

aaptel commented Nov 14, 2015

I've just commited a fix for BSDs. Not tested.

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