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

cross-compilation support is imperfect #393

Closed
aakoskin opened this issue Nov 13, 2014 · 2 comments
Closed

cross-compilation support is imperfect #393

aakoskin opened this issue Nov 13, 2014 · 2 comments

Comments

@aakoskin
Copy link

When cross-compiling libpcap, configure will add absolute path names bypassing sysroot.

Specifically for libnl3: V_INCLS="$V_INCLS -I/usr/include/libnl3"

This will include host headers instead of the target ones. If the host does not have libnl3, the compilation will fail.

@infrastation
Copy link
Member

Closing as a duplicate of #305.

@guyharris
Copy link
Member

I've added a comment to #305; please check it, and respond there (not here, as this is closed as a duplicate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants