From: sjw on 22 Dec 2009 07:09 I've just released a 32-bit build of GNAT GPL 2009 for Snow Leopard; find it at http://sourceforge.net/projects/gnuada/files/ (navigate to GNAT_GPL Mac OS X/2009-snow-leopard-i386).
From: (see below) on 22 Dec 2009 09:23 On 22/12/2009 12:09, in article af608388-8088-4779-a3ca-39275fd2c6cc(a)r24g2000yqd.googlegroups.com, "sjw" <simon.j.wright(a)mac.com> wrote: > I've just released a 32-bit build of GNAT GPL 2009 for Snow Leopard; > find it at http://sourceforge.net/projects/gnuada/files/ (navigate to > GNAT_GPL Mac OS X/2009-snow-leopard-i386). Many thanks -- I'll try it ASAP. Any chance of a 64-bit build? -- Bill Findlay <surname><forename> chez blueyonder.co.uk
From: sjw on 22 Dec 2009 12:10 On Dec 22, 2:23 pm, "(see below)" <yaldni...(a)blueyonder.co.uk> wrote: > On 22/12/2009 12:09, in article > af608388-8088-4779-a3ca-39275fd2c...(a)r24g2000yqd.googlegroups.com, "sjw" > > <simon.j.wri...(a)mac.com> wrote: > > I've just released a 32-bit build of GNAT GPL 2009 for Snow Leopard; > > find it athttp://sourceforge.net/projects/gnuada/files/(navigate to > > GNAT_GPL Mac OS X/2009-snow-leopard-i386). > > Many thanks -- I'll try it ASAP. > Any chance of a 64-bit build? Will have a go, but it's a cross-build so may take some getting my head round!
From: (see below) on 22 Dec 2009 12:46 On 22/12/2009 17:10, in article 5b0bf629-0935-414d-9a57-1757632840b8(a)d10g2000yqh.googlegroups.com, "sjw" <simon.j.wright(a)mac.com> wrote: > On Dec 22, 2:23�pm, "(see below)" <yaldni...(a)blueyonder.co.uk> wrote: >> On 22/12/2009 12:09, in article >> af608388-8088-4779-a3ca-39275fd2c...(a)r24g2000yqd.googlegroups.com, "sjw" >> >> <simon.j.wri...(a)mac.com> wrote: >>> I've just released a 32-bit build of GNAT GPL 2009 for Snow Leopard; >>> find it athttp://sourceforge.net/projects/gnuada/files/(navigate to >>> GNAT_GPL Mac OS X/2009-snow-leopard-i386). >> >> Many thanks -- I'll try it ASAP. >> Any chance of a 64-bit build? > > Will have a go, but it's a cross-build so may take some getting my > head round! Thanks. My two main projects run at 2.25 times the 32-bit speed in 64-bit mode, so it is quite an issue for me. This is what happened when I tried out the 32-bit version: gnatmake -j2 -aI/Users/wf/emulation/Source -aO/Users/wf/emulation/MacOSX -funwind-tables -g -gnatfl05wawCwl -gnatoVa -m32 -k -O1 EE9.adb -largs -lgcc_eh -bargs -Sev >komlog.ada gcc -c -I./ -I/Users/wf/emulation/Source -funwind-tables -g -gnatfl05wawCwl -gnatoVa -m32 -O1 -I- /Users/wf/emulation/Source/EE9.adb dyld: Symbol not found: ___gmpn_bases Referenced from: /opt/gnat-gpl-2009/libexec/gcc/i386-apple-darwin10.2.0/4.3.4/gnat1 Expected in: /usr/local/lib/libmpfr.1.dylib in /opt/gnat-gpl-2009/libexec/gcc/i386-apple-darwin10.2.0/4.3.4/gnat1 gcc: Internal error: Trace/BPT trap (program gnat1) Please submit a full bug report to <http://gcc.gnu.org/bugs.html> with preprocessed source if appropriate. gnatmake: "/Users/wf/emulation/Source/EE9.adb" compilation error -- Bill Findlay <surname><forename> chez blueyonder.co.uk
From: sjw on 22 Dec 2009 16:52 On Dec 22, 5:46 pm, "(see below)" <yaldni...(a)blueyonder.co.uk> wrote: > This is what happened when I tried out the 32-bit version: [...] > dyld: Symbol not found: ___gmpn_bases > Referenced from: > /opt/gnat-gpl-2009/libexec/gcc/i386-apple-darwin10.2.0/4.3.4/gnat1 > Expected in: /usr/local/lib/libmpfr.1.dylib > in /opt/gnat-gpl-2009/libexec/gcc/i386-apple-darwin10.2.0/4.3.4/gnat1 Very sorry about that. Have uploaded a more appropriate libmpfr at the same place as the compiler (seems to be taking its time to appear ...) unpack /some/where and $ export DYLD_LIBRARY_PATH=/some/where Am rebuilding without the dependency.
|
Next
|
Last
Pages: 1 2 3 4 5 6 Prev: stronglytyped.org - Web site powered by Ada Web Server (AWS) Next: please ignore |