Even if I can get my [untested] fink gnat package ported over to Intel
(and tested), you'd still have to download it from macada.org and
install it yourself.
I think this (www.macada.org/Downloads/Compiler/Gnati386-4.2.dmg) is the link,
but I'm not sure. Check the macada.org mailing list archives
On Dec 18, 2005, at 4:12 AM, Peter O'Gorman wrote:
Can you not use the compiler that installs in /usr/local/ada ? I know
that
it is a different download, but it will not overwrite the system's gcc
(a
bad idea and a reason I never installed the macada package in the
past).
I assume you're ref
On Dec 14, 2005, at 5:57 PM, Martin Costabel wrote:
--- Martin Costabel <[EMAIL PROTECTED]> wrote:
We already have examples of packages that depend on
external stuff like specific commercial fortran compilers or parts
of the developer tools that are not installed by default, and which
manage
--- Martin Costabel <[EMAIL PROTECTED]> wrote:
> We already have examples of packages that depend on
> external stuff like specific commercial fortran
> compilers or parts of the developer tools that are
> not installed by default, and which manage their
> dependencies on these external compo
--- Trevor Harmon <[EMAIL PROTECTED]> wrote:
> You shouldn't need a virtual package. You can just
> write a normal
> package description that grabs GNAT from here:
>
> http://www.gnu.org/software/gnat/gnat.html
>
> There's a tutorial for that here:
>
>
http://fink.sourceforge.net/doc/quick-st
On Dec 13, 2005, at 1:49 PM, Trevor Harmon wrote:
If I understand what you're asking, and GNAT is used *only* to build
the program, and there is a GNAT package in Fink, you can simply add
this line to the program's .info:
BuildDepends: gnat
Thanks for your response, Trevor.
I don't think t
Is there a way to handle a package's dependence on a compiler besides
using a virtual package?
I have a program, written in Ada, that depends on the macada.org port
of GNAT to OSX. Is there a way I could express that dependence in a
package .info?
Thanks,
Ben Place
---