Re: port install gnat-gcc

2009-06-19 Thread Thomas De Contes
Le 19 juin 09 à 07:04, Boey Maun Suang a écrit : Hi Daniel, On 19/06/2009, at 8:29 AM, Daniel J. Luke wrote: If the reason why it needs to be the same path everywhere is because of the install name for the shared libraries that come with the bootstrap compiler, then the DYLD_* variables c

Re: port install gnat-gcc

2009-06-19 Thread Daniel J. Luke
On Jun 19, 2009, at 1:04 AM, Boey Maun Suang wrote: If someone can confirm that those are the only ways in which the prefix matters in GCC, then I'd be confident that using DYLD_LIBRARY_PATH and patching/setting a variable for mkheaders would be fine, and thus that we could put the bootstrap

Re: port install gnat-gcc

2009-06-18 Thread Boey Maun Suang
Hi Daniel, On 19/06/2009, at 8:29 AM, Daniel J. Luke wrote: If the reason why it needs to be the same path everywhere is because of the install name for the shared libraries that come with the bootstrap compiler, then the DYLD_* variables can be used to make it a non-issue. Ah, I'd forg

Re: port install gnat-gcc

2009-06-18 Thread Daniel J. Luke
On Jun 18, 2009, at 5:06 PM, William Davis wrote: If it's just the libraries in the bootstrap compiler that are a problem, then you could do the temp install into somewhere like $ {worksrcpath} and set DYLD_FALLBACK_LIBRARY_PATH ... I understood Boey Maun Suang to be saying the paths had to

Re: port install gnat-gcc

2009-06-18 Thread William Davis
On Jun 18, 2009, at 4:06 PM, Daniel J. Luke wrote: On Jun 18, 2009, at 5:17 AM, Boey Maun Suang wrote: Consequently, I can't see any relative location to which we can extract a GCC bootstrap, and /var/tmp is the best absolute path that I can think of for this purpose. Incidentally, I used

Re: port install gnat-gcc

2009-06-18 Thread Daniel J. Luke
On Jun 18, 2009, at 5:17 AM, Boey Maun Suang wrote: Consequently, I can't see any relative location to which we can extract a GCC bootstrap, and /var/tmp is the best absolute path that I can think of for this purpose. Incidentally, I used otool on the executables in the current ghc bootstr

Re: port install gnat-gcc

2009-06-18 Thread Boey Maun Suang
Hi Ryan, On 16/06/2009, at 8:18 PM, Ryan Schmidt wrote: On Jun 15, 2009, at 00:36, Boey Maun Suang wrote: If it's of any interest to anyone, I've been having a go at creating a port that builds in the recommended way by downloading a bootstrap compiler and uses that to build GCC with Ada s

Re: port install gnat-gcc

2009-06-16 Thread Ryan Schmidt
On Jun 16, 2009, at 06:32, Martin Krischik wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 16.06.2009 um 12:18 schrieb Ryan Schmidt: On Jun 15, 2009, at 00:36, Boey Maun Suang wrote: If it's of any interest to anyone, I've been having a go at creating a port that builds in the r

Re: port install gnat-gcc

2009-06-16 Thread Ryan Schmidt
On Jun 15, 2009, at 00:36, Boey Maun Suang wrote: If it's of any interest to anyone, I've been having a go at creating a port that builds in the recommended way by downloading a bootstrap compiler and uses that to build GCC with Ada support, as the ghc port does. (Because of the way that

Re: port install gnat-gcc

2009-06-14 Thread Boey Maun Suang
On 13/06/2009, at 8:54 PM, Martin Krischik wrote: That is strange as it is one of the three the offical releases of GNAT: GNAT GPL (the free beer version), GNAT GAP (the accademic version) and GNAT PRO (the fully supported version). Beginners should consider GNAT GPL - gnat-gcc in MacPorts is

Re: port install gnat-gcc

2009-06-13 Thread Martin Krischik
Hello Thomas Am 12.06.2009 um 18:49 schrieb Thomas De Contes: > > Le 12 juin 09 à 16:39, Martin Krischik a écrit : > >> Thomas De Contes schrieb: >>> i have some problems with >>> port install gnat-gcc >> >> This error description is to short so I c