comp.lang.ada
 help / color / mirror / Atom feed
* freebsd amd64 and gnat gpl   binaries??
@ 2014-11-22  7:36 johannes falcone
  2014-11-22  8:41 ` Martyn Pike
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: johannes falcone @ 2014-11-22  7:36 UTC (permalink / raw)


I wish fbsd not debian/ubuntu was available.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-22  7:36 freebsd amd64 and gnat gpl binaries?? johannes falcone
@ 2014-11-22  8:41 ` Martyn Pike
  2014-11-24  6:41   ` johannes falcone
  2014-11-22 10:08 ` Natasha Kerensikova
  2014-11-24 22:34 ` David Botton
  2 siblings, 1 reply; 9+ messages in thread
From: Martyn Pike @ 2014-11-22  8:41 UTC (permalink / raw)


On 22/11/2014 07:36, johannes falcone wrote:
> I wish fbsd not debian/ubuntu was available.
>

You could check this page 
(http://en.wikibooks.org/wiki/Ada_Programming/Installing#FreeBSD_and_DragonFly) 
to find Ada binaries for FreeBSD.

Martyn

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-22  7:36 freebsd amd64 and gnat gpl binaries?? johannes falcone
  2014-11-22  8:41 ` Martyn Pike
@ 2014-11-22 10:08 ` Natasha Kerensikova
  2014-11-24 22:34 ` David Botton
  2 siblings, 0 replies; 9+ messages in thread
From: Natasha Kerensikova @ 2014-11-22 10:08 UTC (permalink / raw)


On 2014-11-22, johannes falcone <visphatesjava@gmail.com> wrote:
> I wish fbsd not debian/ubuntu was available.

If you can find some linux-32bits binaries, you can try to run it using
FreeBSD linuxulator (linux ABI compatibility layer). There is a
ready-to-use CentoOS 6 userland, so if you can find binaries that target
it, they have a good chance of working (unless it uses directly some
unusual kernel system).


Natasha

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-22  8:41 ` Martyn Pike
@ 2014-11-24  6:41   ` johannes falcone
  2014-11-24  7:37     ` Martyn Pike
  2014-11-24 21:04     ` Martyn Pike
  0 siblings, 2 replies; 9+ messages in thread
From: johannes falcone @ 2014-11-24  6:41 UTC (permalink / raw)


On Saturday, November 22, 2014 3:44:33 AM UTC-5, Martyn Pike wrote:
> On 22/11/2014 07:36, johannes falcone wrote:
> > I wish fbsd not debian/ubuntu was available.
> >
> 
> You could check this page 
> (http://en.wikibooks.org/wiki/Ada_Programming/Installing#FreeBSD_and_DragonFly) 
> to find Ada binaries for FreeBSD.
> 
> Martyn

nice


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-24  6:41   ` johannes falcone
@ 2014-11-24  7:37     ` Martyn Pike
  2014-11-24 21:04     ` Martyn Pike
  1 sibling, 0 replies; 9+ messages in thread
From: Martyn Pike @ 2014-11-24  7:37 UTC (permalink / raw)


On 24/11/2014 06:41, johannes falcone wrote:
> On Saturday, November 22, 2014 3:44:33 AM UTC-5, Martyn Pike wrote:
>> On 22/11/2014 07:36, johannes falcone wrote:
>>> I wish fbsd not debian/ubuntu was available.
>>>
>>
>> You could check this page
>> (http://en.wikibooks.org/wiki/Ada_Programming/Installing#FreeBSD_and_DragonFly)
>> to find Ada binaries for FreeBSD.
>>
>> Martyn
>
> nice
>

welcome

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-24  6:41   ` johannes falcone
  2014-11-24  7:37     ` Martyn Pike
@ 2014-11-24 21:04     ` Martyn Pike
  2014-11-24 22:27       ` Ludovic Brenta
  1 sibling, 1 reply; 9+ messages in thread
From: Martyn Pike @ 2014-11-24 21:04 UTC (permalink / raw)


On 24/11/2014 06:41, johannes falcone wrote:
> On Saturday, November 22, 2014 3:44:33 AM UTC-5, Martyn Pike wrote:
>> On 22/11/2014 07:36, johannes falcone wrote:
>>> I wish fbsd not debian/ubuntu was available.
>>>
>>
>> You could check this page
>> (http://en.wikibooks.org/wiki/Ada_Programming/Installing#FreeBSD_and_DragonFly)
>> to find Ada binaries for FreeBSD.
>>
>> Martyn
>
> nice
>

In case it isn't obvious the lang/gcc47-aux port is the same as GNAT GPL 
2014 (gcc 4.7.4).

Martyn


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-24 21:04     ` Martyn Pike
@ 2014-11-24 22:27       ` Ludovic Brenta
  2014-11-27  6:52         ` Martyn Pike
  0 siblings, 1 reply; 9+ messages in thread
From: Ludovic Brenta @ 2014-11-24 22:27 UTC (permalink / raw)


Martyn Pike <usenet@embeddedconsultinguk.com> writes:
> In case it isn't obvious the lang/gcc47-aux port is the same as GNAT
> GPL 2014 (gcc 4.7.4).

I think it is actually FSF GCC with patches for FreeBSD.

Maybe you'd be interested in the presentation of Ada on BSD by John
Marino last FOSDEM:

http://video.fosdem.org/2014/K4601/Saturday/

--
Ludovic Brenta.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-22  7:36 freebsd amd64 and gnat gpl binaries?? johannes falcone
  2014-11-22  8:41 ` Martyn Pike
  2014-11-22 10:08 ` Natasha Kerensikova
@ 2014-11-24 22:34 ` David Botton
  2 siblings, 0 replies; 9+ messages in thread
From: David Botton @ 2014-11-24 22:34 UTC (permalink / raw)


> I wish fbsd not debian/ubuntu was available.

why not just use the Gnat from the ports collection?

David Botton

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freebsd amd64 and gnat gpl   binaries??
  2014-11-24 22:27       ` Ludovic Brenta
@ 2014-11-27  6:52         ` Martyn Pike
  0 siblings, 0 replies; 9+ messages in thread
From: Martyn Pike @ 2014-11-27  6:52 UTC (permalink / raw)


On 24/11/2014 22:27, Ludovic Brenta wrote:
> Martyn Pike <usenet@embeddedconsultinguk.com> writes:
>> In case it isn't obvious the lang/gcc47-aux port is the same as GNAT
>> GPL 2014 (gcc 4.7.4).
>
> I think it is actually FSF GCC with patches for FreeBSD.
>
> Maybe you'd be interested in the presentation of Ada on BSD by John
> Marino last FOSDEM:
>
> http://video.fosdem.org/2014/K4601/Saturday/
>
> --
> Ludovic Brenta.
>

Sorry the point I was trying (and failing) to make was lang/gcc47-aux is 
the same base version of GCC 4.7.4 as GNAT GPL 2014.

Thanks for the FOSDEM link.

I am toying with the idea doing a FreeBSD port of QtAda5 as an exercise 
from http://users1.jabry.com/adastudio/index.html

Martyn



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-27  6:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-22  7:36 freebsd amd64 and gnat gpl binaries?? johannes falcone
2014-11-22  8:41 ` Martyn Pike
2014-11-24  6:41   ` johannes falcone
2014-11-24  7:37     ` Martyn Pike
2014-11-24 21:04     ` Martyn Pike
2014-11-24 22:27       ` Ludovic Brenta
2014-11-27  6:52         ` Martyn Pike
2014-11-22 10:08 ` Natasha Kerensikova
2014-11-24 22:34 ` David Botton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox