Subject: Re: [boost] Errors Compiling in AIX 7.1 with gcc
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-06-13 13:41:49


Hello Axel,

the error message is triggered by boost.context which contains assembler
code.
you have two possiblities:
- disable boost.cotnext together with boost.coroutine using
--without-context --without-coroutine
or
- help to try to fix this issue.

In the second case we can fix the issue on a private conversation.

so long,
Oliver