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

ldd wrapper? #110

Open
hmaarrfk opened this issue Apr 3, 2023 · 1 comment
Open

ldd wrapper? #110

hmaarrfk opened this issue Apr 3, 2023 · 1 comment
Labels
question Further information is requested

Comments

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Apr 3, 2023

Comment:

Would it be appropriate to provide our own custom commands for ldd?

When cross compiling, had trouble getting the ldd command to work.

conda-forge/libvips-feedstock#72

My solution was to copy it from CONDA_BUILD_SYSROOT and update the location the shared libraries defined in RTLDLIST within the ldd bash script.

@hmaarrfk hmaarrfk added the question Further information is requested label Apr 3, 2023
@isuruf
Copy link
Member

isuruf commented Apr 6, 2023

That would only work when qemu is installed and configured. We would need something like https://github.com/crosstool-ng/crosstool-ng/blob/master/scripts/xldd.in for it to work everywhere.

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

No branches or pull requests

2 participants