Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f59e953a
Commit
f59e953a
authored
Aug 12, 2013
by
Michal 'vorner' Vaner
Browse files
[3025] Update the error message for old boost
Tell more details about what the problem is.
parent
290fb63c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f59e953a
...
@@ -914,7 +914,9 @@ AC_SUBST(BOOST_MAPPED_FILE_CXXFLAG)
...
@@ -914,7 +914,9 @@ AC_SUBST(BOOST_MAPPED_FILE_CXXFLAG)
if test "$BOOST_OFFSET_PTR_OLD" = "yes" -a "$use_shared_memory" = "yes" ; then
if test "$BOOST_OFFSET_PTR_OLD" = "yes" -a "$use_shared_memory" = "yes" ; then
AC_MSG_ERROR([You're trying to compile against boost older than 1.48 with
AC_MSG_ERROR([You're trying to compile against boost older than 1.48 with
shared memory. This is known to cause problems under certain situations.
shared memory. Older versions of boost have a bug which causes segfaults in
offset_ptr implementation when compiled by GCC with optimisations enabled.
See ticket #3025 for details.
Either update boost to newer version or use --without-shared-memory.
Either update boost to newer version or use --without-shared-memory.
Note that most users likely don't need shared memory support.
Note that most users likely don't need shared memory support.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment