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

Add new CMake macro to find a iconv installation in the system. This is ... #7

Open
wants to merge 3 commits into
base: cmake-1.52.0
Choose a base branch
from

Conversation

fuhlig1
Copy link

@fuhlig1 fuhlig1 commented Feb 25, 2013

...needed in case the ICU library is not installed.

Change CMake related files that Boost can also be build on Mac OSX. There have been problems with linking on Mac OSX
since there is no default "lazy linking" on this platform. There was alos a problem to compile the mpi library since some
of the parameters haven't been passed correctly.

…is needed in case the ICU library is not installed.

Change CMake related files that Boost can also be build on Mac OSX. There have been problems with linking on Mac OSX
since there is no default "lazy linking" on this platform. There was alos a problem to compile the mpi library since some
of the parameters haven't been passed correctly.
…This is needed on linux (at least on Ubuntu) because there is no separate iconv library but the functionality is included in the libc. If the functionality is not found in libc look for a separate library.
…inst the shared libboost_unit_test_framework which has no main function. If one neeeds a main function from boost one has to link against the static version of this library. There is also only a static version of the test_exec_monitor library, so one has to link the executables against this version.
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

Successfully merging this pull request may close these issues.

1 participant