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

system libraries copied on make install #258

Open
ddeconinck opened this issue Nov 14, 2013 · 1 comment
Open

system libraries copied on make install #258

ddeconinck opened this issue Nov 14, 2013 · 1 comment

Comments

@ddeconinck
Copy link

It seems that the following libraries are copied to the coolfluid libs dir on make install

libdl-2.15.so
libm-2.15.so
libnsl-2.15.so
libutil-2.15.so

This is a problem as they are system libraries which should already be in the system path, and if the coolfluid lib path is put first, these libraries are used instead of the default ones (for all system commands).

Bonus issue: a directory boost is also created in the root directory / when running sudo make install, containing include headers from boost

@ddeconinck
Copy link
Author

fix pending (already commited in my fork)

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

1 participant