Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2004 18:59:08 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        "Jason C. Wells" <jcw@highperformance.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: gnat-3.15p_1 Doesn't Build
Message-ID:  <Pine.GSO.4.43.0410241855450.12274-100000@sea.ntplx.net>
In-Reply-To: <E927E1D95B23F9A7FD66452E@[192.168.1.16]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Oct 2004, Jason C. Wells wrote:

> Attempts to build gnat 3.15 result in:
>
> 	Bad system call (core dumped)
>
> I do not have a pre-existing Ada compiler on this system.  It looks the
> build of gnat is hung up on the use of the adaboot bootstrap.  None of the
> include variables set for the adagcc compiler seem to be correct.
>
> The dependencies listed in the makefile are all installed on the system.

You probably don't have option _KPOSIX_PRIORITY_SCHEDULING in
your kernel.  I think gnat and the thread libraries need
sched_yield() with is omitted if _KPOSIX_PRIORITY_SCHEDULING
isn't defined.

-- 
Dan Eischen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0410241855450.12274-100000>