:: Re: [Libbitcoin] libbitcoin compila…
Forside
Slet denne besked
Besvar denne besked
Skribent: mlmikael
Dato:  
Til: libbitcoin
Emne: Re: [Libbitcoin] libbitcoin compilation, OS support


Ah right, just wanted to mention just in case, a possible problem that
could show up after you got configure and make going:

Please be aware that problems may arise from having several LIBSTDC++
versions loaded concurrently in the same OS process.

This will happen if you use OS-bundled libraries (libboost etc.)
compiled witht he OS-bundled G++ version, and your library compiled
using the newer G++ version.

The primary display would be broken exception handling, such as,
trigging the default exception handler would print a weird message and
then SIGSEGV.

First just check if all works by itself, if it did then all fine. If it
did not, please tell here and we'll figure it out.