Hi,

On Fri, Nov 20, 2015 at 06:04:53PM +0100, Dimitry Andric wrote:
> > In r384323 (ports) swills@ fixed the build of the lang/ruby2* ports,
> > however, on a recent CURRENT on armv6hf I'm getting:
> > checking for setjmp type... configure: error: _setjmp is not available
> 
> Check the config.log file for further details.  Why does the configure
> script conclude that _setjmp is not available?

The whole file is available as http://space.kvedulv.de/ruby_arm_config.log, the 
output
from the specific test is:

conftest.c:340:20: error: __builtin_longjmp is not supported for the current 
target
            void t(void) {__builtin_longjmp((void **) jb, 1);}
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:341:29: error: __builtin_setjmp is not supported for the current 
target
            int jump(void) {(void)(__builtin_setjmp((void **) jb) ? 1 : 0); 
return 0;}
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Regards
-- 
Michael Moll

Attachment: signature.asc
Description: PGP signature

Reply via email to