Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

libz gets installed in lib #8

Open
codeanticode opened this issue Sep 25, 2011 · 2 comments
Open

libz gets installed in lib #8

codeanticode opened this issue Sep 25, 2011 · 2 comments

Comments

@codeanticode
Copy link

The library files that result from the compilation of libz (libz.a, libz.dll.a) get copied to the lib folder instead of lib64 in when building for the x86_64 target. Manual copy of these files to the correct folder solves the problem.

@codeanticode
Copy link
Author

Maybe this could be handled with a post-installation step in the modules file, that copies the libraries to the right location.

@ylatuya
Copy link
Member

ylatuya commented Sep 27, 2011

I would rather patch the makefiles to use the real libdir installetion path instead of the harcoded one.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants