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] Problems compiling wxwidgets driver

2008-06-04 Thread Orion Poplawski
Werner Smekal wrote: > Hi Orion, > > this bug should be fixed now. > > Regards, > Werner Confirmed. Thanks! -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane [EMAIL PROTECTED]

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-04 Thread Arjen Markus
> I don't have CVF installed on my machine right now, so I was not able to > test it. I guess you got it working with the default, in which case we > might be able to do away with the CVF define. > Okay, that sounds reasonable :). ISTR CVF has an option to change that behaviour but we will rely

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-04 Thread Jim Dishaw
"Arjen Markus" <[EMAIL PROTECTED]> writes: >> Arjen Markus <[EMAIL PROTECTED]> writes: >> >>> Perhaps we can do this even simpler: >>> Use CMake itself to write this file. Whether we use single or double >>> precision is controlled via a CMake variable/option, PL_DOUBLE. >>> So we can use this to

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