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

Fix a potential linker problem. #85

Merged
merged 1 commit into from Dec 14, 2012
Merged

Fix a potential linker problem. #85

merged 1 commit into from Dec 14, 2012

Conversation

mavam
Copy link
Collaborator

@mavam mavam commented Dec 14, 2012

The problem occurs when Boost and the compiler have the same default
installation path. In this case, CMake tries to be smart during link time and
replace the absolute path of the shared library with -l. With both
system-wide and user-provided installations, this can cause CMake to pick up
the wrong version of the library. Adding an explicit -L flag to the linker
command helps.

The problem occurs when Boost and the compiler have the same default
installation path. In this case, CMake tries to be smart during link time and
replace the absolute path of the shared library with -l<lib>. With both
system-wide and user-provided installations, this can cause CMake to pick up
the wrong version of the library. Adding an explicit -L flag to the linker
command helps.
Neverlord added a commit that referenced this pull request Dec 14, 2012
Fix a potential linker problem.
@Neverlord Neverlord merged commit f9ec764 into actor-framework:master Dec 14, 2012
Neverlord added a commit that referenced this pull request Apr 21, 2022
Switch to more lightweight socket API wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants