Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Arjen Markus
Alan W. Irwin wrote: > > > Hiroyasu, I am hoping that you, Arjen, and Jim all do the requested > test 2 > for svn trunk with complete error report since if a problem exists it may > depend on what version of dynamic loading libraries each of you have > installed with Cygwin. However, if instead

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Alan W. Irwin
On 2007-10-26 00:51-0400 Jim Dishaw wrote: > "Alan W. Irwin" <[EMAIL PROTECTED]> writes: > >> Hi Jim, >> >> This post covers one final topic generated by your e-mail. >> >> On 2007-10-25 19:53-0400 Jim Dishaw wrote: >> >>> $ cmake -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF >>> -DCMAKE_VERBOSE_

Re: [Plplot-devel] Getting the Intel compilers to work on Cygwin

2007-10-25 Thread Alan W. Irwin
On 2007-10-26 00:27-0400 Jim Dishaw wrote: > "Alan W. Irwin" <[EMAIL PROTECTED]> writes: > >> Hi Jim: >> >> I suspect the fix is pretty straightforward, but to make further progress >> with this on the CMake list, you will need to put together a simple complete >> CMake example to illustrate the p

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Jim Dishaw
"Alan W. Irwin" <[EMAIL PROTECTED]> writes: > Hi Jim, > > This post covers one final topic generated by your e-mail. > > On 2007-10-25 19:53-0400 Jim Dishaw wrote: > >> $ cmake -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF >> -DCMAKE_VERBOSE_MAKEFILE=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON >> -DDE

Re: [Plplot-devel] Using the GNU compilers without interference from the Intel compilers on Cygwin

2007-10-25 Thread Alan W. Irwin
On 2007-10-26 00:00-0400 Jim Dishaw wrote: > Actually, I did the above test with only the GNU compilers on the path. > I removed the Intel Fortran compiler from the PATH variable. I am not sure of the internal workings of CMake on this, but it is entirely conceivable it is finding the Intel compi

Re: [Plplot-devel] Getting the Intel compilers to work on Cygwin

2007-10-25 Thread Jim Dishaw
"Alan W. Irwin" <[EMAIL PROTECTED]> writes: > Hi Jim: > > I suspect the fix is pretty straightforward, but to make further progress > with this on the CMake list, you will need to put together a simple complete > CMake example to illustrate the problem. Such an example has already been > prepared

Re: [Plplot-devel] Using the GNU compilers without interference from the Intel compilers on Cygwin

2007-10-25 Thread Jim Dishaw
"Alan W. Irwin" <[EMAIL PROTECTED]> writes: > On 2007-10-25 19:53-0400 Jim Dishaw wrote: > >> When I build with svn revision 7974 and have BUILD_SHARED_LIBS=ON and >> ENABLE_DYNDRIVERS=OFF I get the following error during make >> >> [ 0%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.o >>

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Alan W. Irwin
Hi Jim, This post covers one final topic generated by your e-mail. On 2007-10-25 19:53-0400 Jim Dishaw wrote: > $ cmake -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF > -DCMAKE_VERBOSE_MAKEFILE=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON > -DDEFAULT_NO_BINDINGS=ON > /cygdrive/m/software/source/scient

[Plplot-devel] Getting the Intel compilers to work on Cygwin

2007-10-25 Thread Alan W. Irwin
Hi Jim: I am separating out this separate topic using a descriptive subject line from the other topics your brought up in your e-mail. On 2007-10-25 19:53-0400 Jim Dishaw wrote: > The problem with the Intel compiler is that the Windows version expects > that the forward slash denotes switches.

[Plplot-devel] Using the GNU compilers without interference from the Intel compilers on Cygwin

2007-10-25 Thread Alan W. Irwin
On 2007-10-25 19:53-0400 Jim Dishaw wrote: > When I build with svn revision 7974 and have BUILD_SHARED_LIBS=ON and > ENABLE_DYNDRIVERS=OFF I get the following error during make > > [ 0%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.o > /usr/bin/gcc.exe -Dcsirocsa_EXPORTS /Zl -DHAVE_

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Jim Dishaw
"Alan W. Irwin" <[EMAIL PROTECTED]> writes: > On 2007-10-24 21:39-0400 Jim Dishaw wrote: > >> Jim Dishaw <[EMAIL PROTECTED]> writes: >> >>> "Alan W. Irwin" <[EMAIL PROTECTED]> writes: Jim, please correct me if you have a different experience, but my belief is the environment variable app

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Jim Dishaw
"Alan W. Irwin" <[EMAIL PROTECTED]> writes: > Hiroyasu, I am hoping that you, Arjen, and Jim all do the requested test 2 > for svn trunk with complete error report since if a problem exists it may > depend on what version of dynamic loading libraries each of you have Did my email make it to the l

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Alan W. Irwin
On 2007-10-25 19:22+0900 Hiroyasu Yasuda wrote: >> (1) The first test should have the following options: >> >> -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF >> -DCMAKE_VERBOSE_MAKEFILE=ON >> -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON -DDEFAULT_NO_BINDINGS=ON >> >> >> (2) The second test should have t

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Arjen Markus
Hiroyasu Yasuda wrote: (1) The first test should have the following options: -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON -DDEFAULT_NO_BINDINGS=ON (2) The second test should have the following options -DBUILD_SHARED_LIBS=ON -D

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-25 Thread Hiroyasu Yasuda
> (1) The first test should have the following options: > > -DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF > -DCMAKE_VERBOSE_MAKEFILE=ON > -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON -DDEFAULT_NO_BINDINGS=ON > > > (2) The second test should have the following options > > -DBUILD_SHARED_LIBS=ON -DENABLE_DYN