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

Change lib files location and usage of pthread #140

Open
ferseiti opened this issue Feb 15, 2017 · 1 comment
Open

Change lib files location and usage of pthread #140

ferseiti opened this issue Feb 15, 2017 · 1 comment
Assignees

Comments

@ferseiti
Copy link

Hello. Could you please consider these 2 points:

1 - Since libzADC.so* are exclusive to genwqe-user, why not install directly into $(DESTDIR)/lib64, then put libz.so and libz.so.1 link into subdir genwqe, like so:
/usr/lib64/
├── genwqe
│   ├── gunzip -> ../../../bin/genwqe_gunzip
│   ├── gzip -> ../../../bin/genwqe_gzip
│   ├── libz.a -> ../libzADC.a
│   ├── libz.so -> libz.so.1
│   └── libz.so.1 -> ../libzADC.so.4.0.18
├── libzADC.a
├── libzADC.so -> libzADC.so.4.0.18
├── libzADC.so.4 -> libzADC.so.4.0.18
└── libzADC.so.4.0.18

  1. Using -lpthread will only link against the pthread library. Can we use the more complete -pthread instead?

Thanks!

@fhaverkamp
Copy link
Collaborator

Sounds good to me, do you have some patches which do this?

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

3 participants