Re: [Plplot-devel] Ada 2005 binding needs paths to two additional libraries

2008-01-03 Thread Alan W. Irwin
Hi Jerry: On 2008-01-03 18:04-0700 Jerry wrote: > [...]Ada (GNAT) is set to use Fortran versions of BLAS and LAPACK [...] I am glad to hear the C versions of these libraries are a side issue that we can ignore. Let me know how it goes with steps 1 and 2 using the 3 CMake files I mentioned to fin

Re: [Plplot-devel] Ada 2005 binding needs paths to two additional libraries

2008-01-03 Thread Jerry
FWIW, Ada has built-in ability to interface to both Fortran and C (and Cobol and C++). Ada (GNAT) is set to use Fortran versions of BLAS and LAPACK but changing to C would be trivial. On OS X, there are three symlinks in one directory, libclapack.dylib libf77lapack.dylib liblapack.dylib whic

[Plplot-devel] wxwidgets

2008-01-03 Thread Ferrell, Stephen
I'm having a problem with plots on the wxWidgets device. I'm using Visual Studio 6, Plplot 5.8.0, CMAKE 2.4 patch 7, wxWidgets 2.6.3 and Freetype 2.3.5. The examples compile just fine and I get output on all devices except for the wxwidget device. On that device I get a blank screen with a cr

Re: [Plplot-devel] Ada 2005 binding needs paths to two additional libraries

2008-01-03 Thread Alan W. Irwin
P.S. One complication I failed to mention is that BLAS and LAPACK were developed as Fortran libraries, but sometimes C bindings are available as well. My original cmake modules just looked for the Fortran version, and I assume Alin Elena has continued that. If Ada needs the C versions of the BLAS

Re: [Plplot-devel] Ada 2005 binding needs paths to two additional libraries

2008-01-03 Thread Alan W. Irwin
Hi Jerry: On 2008-01-03 00:58-0700 Jerry wrote: > [...]I think we can reasonably require a "real" Ada 2005 compiler > such as 4.3 for proper building. That sounds fine to me. > > The Ada 2005 Reference Manual strongly suggests that BLAS (Basic > Linear Algebra System) and LAPACK (Linear Algebra

Re: [Plplot-devel] Ada 2005 binding needs paths to two additional libraries

2008-01-03 Thread Werner Smekal
Hi Jerry, > /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ > Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ > A/libBLAS.dylib > > /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ > Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ >