Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
OK--I got some great help from comp.lang.ada (as usual) and have learned how to make a .gpr file that references the .ali files and the corresponding .dylib when they are in separate directories. My original problem is solved in that I can now build PLplot using the 2011 GNAT (from an old versio

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Alan W. Irwin
On 2012-05-10 03:18-0700 Jerry wrote: > > On May 10, 2012, at 1:34 AM, Alan W. Irwin wrote: >> Hi Jerry: >> >> I am not familiar with the Mac OS X platform, but from the message above >> it looks to me like >> the run-time loader that executes x01a is having trouble locating >> libgnat-2010.dylib

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
On May 10, 2012, at 1:34 AM, Alan W. Irwin wrote: > On 2012-05-10 00:59-0700 Jerry wrote: > >>> Hi Jerry: >>> >>> I think the above change will screw up our installed Ada examples >>> build which exclusively uses the gnatmake approach. So please test >>> the installed examples build with and w

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Alan W. Irwin
On 2012-05-10 00:59-0700 Jerry wrote: >> Hi Jerry: >> >> I think the above change will screw up our installed Ada examples >> build which exclusively uses the gnatmake approach. So please test >> the installed examples build with and without the above change to see >> whether that hypothesis is c

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
On May 9, 2012, at 2:27 PM, Alan W. Irwin wrote: > On 2012-05-09 01:36-0700 Jerry wrote: > >> I recently updated my Ada compiler from the 2010 GPL version provided by >> Adacore (the commercial source) to the 2011 version and encountered a rather >> odd problem when trying to link the Ada bind

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-09 Thread Alan W. Irwin
On 2012-05-09 01:36-0700 Jerry wrote: > I recently updated my Ada compiler from the 2010 GPL version provided by > Adacore (the commercial source) to the 2011 version and encountered a rather > odd problem when trying to link the Ada bindings into my own project. > > GCC Ada aka GNAT and its too