Re: [Plplot-devel] Simple ada test project

2008-06-04 Thread Jerry
I forgot the secret handshake. All is well with DYLD_LIBRARY_PATH=/usr/local/ada-4.3/lib/gcc/powerpc-apple- darwin8/4.3.0/adalib Then ./hello works correctly. Jerry On Jun 4, 2008, at 11:24 AM, Alan W. Irwin wrote: > On 2008-06-04 02:10-0700 Jerry wrote: > >> Sorry for taking so long to run

Re: [Plplot-devel] Simple ada test project

2008-06-04 Thread Alan W. Irwin
On 2008-06-04 02:10-0700 Jerry wrote: > Sorry for taking so long to run this little experiment. > > First, this happened: > > > -bash-2.05b$ ./hello > dyld: Library not loaded: libgnat-4.3.dylib > Referenced from: /usr/local/plplot_build_dir/src_executable/./hello > Reason: image not found > T

Re: [Plplot-devel] Simple ada test project

2008-06-04 Thread Jerry
Sorry for taking so long to run this little experiment. First, this happened: -bash-2.05b$ ./hello dyld: Library not loaded: libgnat-4.3.dylib Referenced from: /usr/local/plplot_build_dir/src_executable/./hello Reason: image not found Trace/BPT trap -bash-2.05b$ Then this happened: -bas

[Plplot-devel] Simple ada test project

2008-05-22 Thread Alan W. Irwin
In case the developers on this list were curious about all my recent commits, I have been working on a test project that builds a simple Ada example. (My thanks to Jerry Bauck for supplying the Ada source code for this "hello, world" example.) The point of this project (isolated on its own separat